Uses of Class
com.google.cloud.storage.StorageBatchResult
Packages that use StorageBatchResult
-
Uses of StorageBatchResult in com.google.cloud.storage
Methods in com.google.cloud.storage that return StorageBatchResultModifier and TypeMethodDescriptionStorageBatch.delete(BlobId blob, Storage.BlobSourceOption... options) Adds a request representing the "delete blob" operation to this batch.StorageBatch.delete(String bucket, String blob, Storage.BlobSourceOption... options) Adds a request representing the "delete blob" operation to this batch.StorageBatch.get(BlobId blob, Storage.BlobGetOption... options) Adds a request representing the "get blob" operation to this batch.StorageBatch.get(String bucket, String blob, Storage.BlobGetOption... options) Adds a request representing the "get blob" operation to this batch.StorageBatch.update(BlobInfo blobInfo, Storage.BlobTargetOption... options) Adds a request representing the "update blob" operation to this batch.