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 |
---|---|
AbstractGoogleClientRequest<T> |
AbstractGoogleClientRequest.set(String fieldName,
Object value) |
AbstractGoogleClientRequest<T> |
AbstractGoogleClientRequest.setDisableGZipContent(boolean disableGZipContent)
Sets whether to disable GZip compression of HTTP content.
|
AbstractGoogleClientRequest<T> |
AbstractGoogleClientRequest.setRequestHeaders(HttpHeaders headers)
Sets the HTTP headers used for the Google client request.
|
AbstractGoogleClientRequest<T> |
AbstractGoogleClientRequest.setReturnRawInputStream(boolean returnRawInputStream)
Sets whether the response should return raw input stream or not.
|
Modifier and Type | Method and Description |
---|---|
void |
GoogleClientRequestInitializer.initialize(AbstractGoogleClientRequest<?> request)
Initializes a Google client request.
|
void |
CommonGoogleClientRequestInitializer.initialize(AbstractGoogleClientRequest<?> request)
Subclasses should call super implementation in order to set the key and userIp.
|
protected void |
AbstractGoogleClient.initialize(AbstractGoogleClientRequest<?> httpClientRequest)
Initializes a
AbstractGoogleClientRequest using a GoogleClientRequestInitializer . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGoogleJsonClientRequest<T>
Google JSON request for a
AbstractGoogleJsonClient . |
Modifier and Type | Method and Description |
---|---|
void |
CommonGoogleJsonClientRequestInitializer.initialize(AbstractGoogleClientRequest<?> request) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGoogleProtoClientRequest<T>
|
Modifier and Type | Method and Description |
---|---|
void |
CommonGoogleProtoClientRequestInitializer.initialize(AbstractGoogleClientRequest<?> request) |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleClientRequest<T>
Beta Thread-safe mock Google request. |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleJsonClientRequest<T>
Beta Thread-safe mock Google JSON request. |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleProtoClientRequest<T>
Beta Thread-safe mock Google protocol buffer request. |
Copyright © 2010–2022 Google. All rights reserved.