Package | Description |
---|---|
com.google.api.client.googleapis.services |
Contains the basis for the generated service-specific libraries.
|
com.google.api.client.googleapis.services.json |
Contains the basis for the generated service-specific libraries based on the JSON format.
|
com.google.api.client.googleapis.services.protobuf |
Beta Contains the basis for the generated service-specific libraries based on the Protobuf format. |
com.google.api.client.googleapis.testing.services | |
com.google.api.client.googleapis.testing.services.json | |
com.google.api.client.googleapis.testing.services.protobuf |
Modifier and Type | Method and Description |
---|---|
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setApplicationName(String applicationName)
Sets the application name to be used in the UserAgent header of each request or
null
for none. |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setBatchPath(String batchPath)
Sets the URL-encoded batch path of the service, for example
"batch/tasks" . |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer)
Sets the Google client request initializer or
null for none. |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setHttpRequestInitializer(HttpRequestInitializer httpRequestInitializer)
Sets the HTTP request initializer or
null for none. |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setRootUrl(String rootUrl)
Sets the URL-encoded root URL of the service, for example
https://www.googleapis.com/
. |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setServicePath(String servicePath)
Sets the URL-encoded service path of the service, for example
"tasks/v1/" . |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setSuppressAllChecks(boolean suppressAllChecks)
Suppresses all discovery pattern and required parameter checks.
|
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setSuppressPatternChecks(boolean suppressPatternChecks)
Sets whether discovery pattern checks should be suppressed on required parameters.
|
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setSuppressRequiredParameterChecks(boolean suppressRequiredParameterChecks)
Sets whether discovery required parameter checks should be suppressed.
|
Constructor and Description |
---|
AbstractGoogleClient(AbstractGoogleClient.Builder builder) |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGoogleJsonClient.Builder
Builder for
AbstractGoogleJsonClient . |
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGoogleProtoClient.Builder
|
Modifier and Type | Class and Description |
---|---|
static class |
MockGoogleClient.Builder
Builder for
MockGoogleClient . |
Modifier and Type | Class and Description |
---|---|
static class |
MockGoogleJsonClient.Builder
|
Modifier and Type | Class and Description |
---|---|
static class |
MockGoogleProtoClient.Builder
|
Copyright © 2010–2022 Google. All rights reserved.