public static class BatchRequest.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BatchRequest |
build() |
BatchRequest.Builder |
delete(BlobId blob,
Storage.BlobSourceOption... options)
Delete the given blob.
|
BatchRequest.Builder |
delete(String bucket,
String blob,
Storage.BlobSourceOption... options)
Delete the given blob.
|
BatchRequest.Builder |
get(BlobId blob,
Storage.BlobGetOption... options)
Retrieve metadata for the given blob.
|
BatchRequest.Builder |
get(String bucket,
String blob,
Storage.BlobGetOption... options)
Retrieve metadata for the given blob.
|
BatchRequest.Builder |
update(BlobInfo blobInfo,
Storage.BlobTargetOption... options)
Update the given blob.
|
public BatchRequest.Builder delete(String bucket, String blob, Storage.BlobSourceOption... options)
public BatchRequest.Builder delete(BlobId blob, Storage.BlobSourceOption... options)
public BatchRequest.Builder update(BlobInfo blobInfo, Storage.BlobTargetOption... options)
public BatchRequest.Builder get(String bucket, String blob, Storage.BlobGetOption... options)
public BatchRequest.Builder get(BlobId blob, Storage.BlobGetOption... options)
public BatchRequest build()
Copyright © 2016 Google. All rights reserved.