| 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.testing.services |
Beta Test utilities for the com.google.api.client.googleapis.services package. |
| com.google.api.client.googleapis.testing.services.json |
Beta Test utilities for the com.google.api.client.googleapis.services.json package. |
| Modifier and Type | Method and Description |
|---|---|
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setApplicationName(java.lang.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(java.lang.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(com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Sets the HTTP request initializer or
null for none. |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setRootUrl(java.lang.String rootUrl)
Sets the URL-encoded root URL of the service, for example
https://www.googleapis.com/
. |
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setServicePath(java.lang.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 |
MockGoogleClient.Builder
Builder for
MockGoogleClient. |
| Modifier and Type | Class and Description |
|---|---|
static class |
MockGoogleJsonClient.Builder
|
Copyright © 2010-2018 Google. All Rights Reserved.