Package | Description |
---|---|
com.google.api.client.googleapis.batch |
Batch for Google API's.
|
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. |
Modifier and Type | Method and Description |
---|---|
<T,E> BatchRequest |
BatchRequest.queue(HttpRequest httpRequest,
Class<T> dataClass,
Class<E> errorClass,
BatchCallback<T,E> callback)
Queues the specified
HttpRequest for batched execution. |
BatchRequest |
BatchRequest.setBatchUrl(GenericUrl batchUrl)
Sets the URL that will be hit when
execute() is called. |
BatchRequest |
BatchRequest.setSleeper(Sleeper sleeper)
Sets the sleeper.
|
Modifier and Type | Method and Description |
---|---|
BatchRequest |
AbstractGoogleClient.batch()
Create an
BatchRequest object from this Google API client instance. |
BatchRequest |
AbstractGoogleClient.batch(HttpRequestInitializer httpRequestInitializer)
Create an
BatchRequest object from this Google API client instance. |
Modifier and Type | Method and Description |
---|---|
<E> void |
AbstractGoogleClientRequest.queue(BatchRequest batchRequest,
Class<E> errorClass,
BatchCallback<T,E> callback)
Queues the request into the specified batch request container using the specified error class.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGoogleJsonClientRequest.queue(BatchRequest batchRequest,
JsonBatchCallback<T> callback)
Queues the request into the specified batch request container.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGoogleProtoClientRequest.queue(BatchRequest batchRequest,
BatchCallback<T,Void> callback)
Queues the request into the specified batch request container.
|
Copyright © 2010–2022 Google. All rights reserved.