| 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.media |
Media for Google API's.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchCallback.onFailure(E e,
GoogleHeaders responseHeaders)
Called if the individual batch response is unsuccessful.
|
void |
BatchCallback.onSuccess(T t,
GoogleHeaders responseHeaders)
Called if the individual batch response is successful.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonBatchCallback.onFailure(GoogleJsonErrorContainer e,
GoogleHeaders responseHeaders) |
abstract void |
JsonBatchCallback.onFailure(GoogleJsonError e,
GoogleHeaders responseHeaders)
Called if the individual batch response is unsuccessful.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleHeaders |
MediaHttpUploader.getInitiationHeaders()
Returns the HTTP headers used for the initiation request.
|
| Modifier and Type | Method and Description |
|---|---|
MediaHttpUploader |
MediaHttpUploader.setInitiationHeaders(GoogleHeaders initiationHeaders)
Sets the HTTP headers used for the initiation request.
|
Copyright © 2010-2012 Google. All Rights Reserved.