| Package | Description |
|---|---|
| com.google.cloud.storage |
A client to Google Cloud Storage.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchResponse.Result<Boolean>> |
BatchResponse.deletes()
Returns the results for the delete operations using the request order.
|
List<BatchResponse.Result<Blob>> |
BatchResponse.gets()
Returns the results for the get operations using the request order.
|
List<BatchResponse.Result<Blob>> |
BatchResponse.updates()
Returns the results for the update operations using the request order.
|
Copyright © 2016 Google. All rights reserved.