Adds a request representing the "delete blob" operation to this batch. Calling StorageBatchResult#get() on the return value yields true upon successful deletion,
false if the blob was not found, or throws a StorageException if the operation
failed.
Adds a request representing the "delete blob" operation to this batch. Calling StorageBatchResult#get() on the return value yields true upon successful deletion,
false if the blob was not found, or throws a StorageException if the operation
failed.
Adds a request representing the "get blob" operation to this batch. The options can be
used in the same way as for Storage#get(BlobId, BlobGetOption...). Calling StorageBatchResult#get() on the return value yields the requested Blob if successful,
null if no such blob exists, or throws a StorageException if the operation
failed.
Adds a request representing the "get blob" operation to this batch. The options can be
used in the same way as for Storage#get(BlobId, BlobGetOption...). Calling StorageBatchResult#get() on the return value yields the requested Blob if successful,
null if no such blob exists, or throws a StorageException if the operation
failed.
Adds a request representing the "update blob" operation to this batch. The options can
be used in the same way as for Storage#update(BlobInfo, BlobTargetOption...). Calling
StorageBatchResult#get() on the return value yields the updated Blob if
successful, or throws a StorageException if the operation failed.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-18 UTC."],[],[]]