| Package | Description |
|---|---|
| com.google.cloud.storage |
A client to Google Cloud Storage.
|
| Modifier and Type | Method and Description |
|---|---|
static BatchRequest.Builder |
BatchRequest.builder() |
BatchRequest.Builder |
BatchRequest.Builder.delete(BlobId blob,
Storage.BlobSourceOption... options)
Delete the given blob.
|
BatchRequest.Builder |
BatchRequest.Builder.delete(String bucket,
String blob,
Storage.BlobSourceOption... options)
Delete the given blob.
|
BatchRequest.Builder |
BatchRequest.Builder.get(BlobId blob,
Storage.BlobGetOption... options)
Retrieve metadata for the given blob.
|
BatchRequest.Builder |
BatchRequest.Builder.get(String bucket,
String blob,
Storage.BlobGetOption... options)
Retrieve metadata for the given blob.
|
BatchRequest.Builder |
BatchRequest.Builder.update(BlobInfo blobInfo,
Storage.BlobTargetOption... options)
Update the given blob.
|
Copyright © 2016 Google. All rights reserved.