Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BlobGetOption |
Storage.BlobGetOption.decryptionKey(@NonNull Key key)
Returns an option to set a customer-supplied AES256 key for server-side decryption of the
blob.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.decryptionKey(@NonNull String key)
Returns an option to set a customer-supplied AES256 key for server-side decryption of the
blob.
|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Collection<Storage.BlobGetOption> collection,
Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Storage.BlobGetOption[] array,
Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
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()
Deprecated.
This option is invalid, and can never result in a valid response from the server.
use
generationNotMatch(long) instead. |
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.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.shouldReturnRawInputStream(boolean shouldReturnRawInputStream)
Returns an option for whether the request should return the raw input stream, instead of
automatically decompressing the content.
|
static Storage.BlobGetOption |
Storage.BlobGetOption.userProject(@NonNull String userProject)
Returns an option for blob's billing user project.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Collection<Storage.BlobGetOption> collection,
Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Storage.BlobGetOption[] array,
Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Storage.BlobGetOption[] array,
Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
Blob |
Storage.get(BlobId blob,
Storage.BlobGetOption... options)
Returns the requested blob or
null if not found. |
StorageBatchResult<Blob> |
StorageBatch.get(BlobId blob,
Storage.BlobGetOption... options)
Adds a request representing the "get blob" operation to this batch.
|
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. |
StorageBatchResult<Blob> |
StorageBatch.get(String bucket,
String blob,
Storage.BlobGetOption... options)
Adds a request representing the "get blob" operation to this batch.
|
Modifier and Type | Method and Description |
---|---|
static Storage.BlobGetOption[] |
Storage.BlobGetOption.dedupe(Collection<Storage.BlobGetOption> collection,
Storage.BlobGetOption... os)
Deduplicate any options which are the same parameter.
|
Copyright © 2023 Google LLC. All rights reserved.