| 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.
|
| 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.
|
Copyright © 2010–2021 Google. All rights reserved.