list
public Appengine.Apps.AuthorizedDomains.List list(java.lang.String appsId)
throws java.io.IOException
Lists all domains the user is authorized to administer.
Create a request for the method "authorizedDomains.list".
This request holds the parameters needed by the appengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
appsId
- Part of `parent`. Name of the parent Application resource. Example: apps/myapp.
- Returns:
- the request
- Throws:
java.io.IOException