| Package | Description |
|---|---|
| com.google.cloud.storage |
A client to Google Cloud Storage.
|
| Modifier and Type | Method and Description |
|---|---|
static Storage.BlobGetOption |
Storage.BlobGetOption.fields(Storage.BlobField... fields)
Returns an option to specify the blob's fields to be returned by the RPC call.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.generationMatch()
Returns an option for blob's data generation match.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.generationMatch(long generation)
Returns an option for blob's data generation match.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.generationNotMatch()
Returns an option for blob's data generation mismatch.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.generationNotMatch(long generation)
Returns an option for blob's data generation mismatch.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.metagenerationMatch(long metageneration)
Returns an option for blob's metageneration match.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.metagenerationNotMatch(long metageneration)
Returns an option for blob's metageneration mismatch.
|
| Modifier and Type | Method and Description |
|---|---|
Map<BlobId,Iterable<Storage.BlobGetOption>> |
BatchRequest.toGet() |
| Modifier and Type | Method and Description |
|---|---|
Blob |
Storage.get(BlobId blob,
Storage.BlobGetOption... options)
Returns the requested blob or
null if not found. |
BatchRequest.Builder |
BatchRequest.Builder.get(BlobId blob,
Storage.BlobGetOption... options)
Retrieve metadata for the given blob.
|
Blob |
Bucket.get(String blob,
Storage.BlobGetOption... options)
Returns the requested blob in this bucket or
null if not found. |
Blob |
Storage.get(String bucket,
String blob,
Storage.BlobGetOption... options)
Returns the requested blob or
null if not found. |
BatchRequest.Builder |
BatchRequest.Builder.get(String bucket,
String blob,
Storage.BlobGetOption... options)
Retrieve metadata for the given blob.
|
Copyright © 2016 Google. All rights reserved.