Package | Description |
---|---|
com.google.api.client.googleapis.batch |
Batch for Google API's.
|
com.google.api.client.googleapis.batch.json |
JSON 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.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. |
Modifier and Type | Class and Description |
---|---|
class |
JsonBatchCallback<T>
Callback for an individual batch JSON response.
|
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 |
AbstractGoogleProtoClientRequest.queue(BatchRequest batchRequest,
BatchCallback<T,Void> callback)
Queues the request into the specified batch request container.
|
Copyright © 2010–2022 Google. All rights reserved.