| Package | Description | 
|---|---|
| com.google.cloud.storage | 
 A client for Cloud Storage - Unified object storage. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
StorageBatchResult<Boolean> | 
StorageBatch.delete(BlobId blob,
      Storage.BlobSourceOption... options)
Adds a request representing the "delete blob" operation to this batch. 
 | 
StorageBatchResult<Boolean> | 
StorageBatch.delete(String bucket,
      String blob,
      Storage.BlobSourceOption... options)
Adds a request representing the "delete blob" operation to this batch. 
 | 
StorageBatchResult<Blob> | 
StorageBatch.get(BlobId blob,
   Storage.BlobGetOption... options)
Adds a request representing the "get blob" operation to this batch. 
 | 
StorageBatchResult<Blob> | 
StorageBatch.get(String bucket,
   String blob,
   Storage.BlobGetOption... options)
Adds a request representing the "get blob" operation to this batch. 
 | 
StorageBatchResult<Blob> | 
StorageBatch.update(BlobInfo blobInfo,
      Storage.BlobTargetOption... options)
Adds a request representing the "update blob" operation to this batch. 
 | 
Copyright © 2019 Google LLC. All rights reserved.