public class Computeaccounts extends AbstractGoogleJsonClient
API for the Google Compute Accounts service.
For more information about this service, see the API Documentation
This service uses ComputeaccountsRequestInitializer to initialize global parameters via its
Computeaccounts.Builder.
| Modifier and Type | Class and Description |
|---|---|
static class |
Computeaccounts.Builder
Builder for
Computeaccounts. |
class |
Computeaccounts.GlobalAccountsOperations
The "globalAccountsOperations" collection of methods.
|
class |
Computeaccounts.Groups
The "groups" collection of methods.
|
class |
Computeaccounts.Linux
The "linux" collection of methods.
|
class |
Computeaccounts.Users
The "users" collection of methods.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_BASE_URL
The default encoded base URL of the service.
|
static String |
DEFAULT_ROOT_URL
The default encoded root URL of the service.
|
static String |
DEFAULT_SERVICE_PATH
The default encoded service path of the service.
|
| Constructor and Description |
|---|
Computeaccounts(HttpTransport transport,
JsonFactory jsonFactory,
HttpRequestInitializer httpRequestInitializer)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Computeaccounts.GlobalAccountsOperations |
globalAccountsOperations()
An accessor for creating requests from the GlobalAccountsOperations collection.
|
Computeaccounts.Groups |
groups()
An accessor for creating requests from the Groups collection.
|
protected void |
initialize(AbstractGoogleClientRequest<?> httpClientRequest) |
Computeaccounts.Linux |
linux()
An accessor for creating requests from the Linux collection.
|
Computeaccounts.Users |
users()
An accessor for creating requests from the Users collection.
|
getJsonFactory, getObjectParserbatch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterCheckspublic static final String DEFAULT_ROOT_URL
public static final String DEFAULT_SERVICE_PATH
public static final String DEFAULT_BASE_URL
public Computeaccounts(HttpTransport transport, JsonFactory jsonFactory, HttpRequestInitializer httpRequestInitializer)
Use Computeaccounts.Builder if you need to specify any of the optional parameters.
transport - HTTP transport, which should normally be:
com.google.api.client.extensions.appengine.http.UrlFetchTransportnewCompatibleTransport from
com.google.api.client.extensions.android.http.AndroidHttpGoogleNetHttpTransport
jsonFactory - JSON factory, which may be:
com.google.api.client.json.jackson2.JacksonFactorycom.google.api.client.json.gson.GsonFactorycom.google.api.client.extensions.android.json.AndroidJsonFactoryhttpRequestInitializer - HTTP request initializer or null for noneprotected void initialize(AbstractGoogleClientRequest<?> httpClientRequest) throws IOException
initialize in class AbstractGoogleClientIOExceptionpublic Computeaccounts.GlobalAccountsOperations globalAccountsOperations()
The typical use is:
Computeaccounts computeaccounts = new Computeaccounts(...);Computeaccounts.GlobalAccountsOperations.List request = computeaccounts.globalAccountsOperations().list(parameters ...)
public Computeaccounts.Groups groups()
The typical use is:
Computeaccounts computeaccounts = new Computeaccounts(...);Computeaccounts.Groups.List request = computeaccounts.groups().list(parameters ...)
public Computeaccounts.Linux linux()
The typical use is:
Computeaccounts computeaccounts = new Computeaccounts(...);Computeaccounts.Linux.List request = computeaccounts.linux().list(parameters ...)
public Computeaccounts.Users users()
The typical use is:
Computeaccounts computeaccounts = new Computeaccounts(...);Computeaccounts.Users.List request = computeaccounts.users().list(parameters ...)