Uses of Class
com.google.cloud.storage.Storage.BlobGetOption
Packages that use Storage.BlobGetOption
-
Uses of Storage.BlobGetOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Storage.BlobGetOptionModifier and TypeMethodDescriptionstatic Storage.BlobGetOptionStorage.BlobGetOption.decryptionKey(@NonNull String key) Returns an option to set a customer-supplied AES256 key for server-side decryption of the blob.static Storage.BlobGetOptionStorage.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.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(Collection<Storage.BlobGetOption> collection, Storage.BlobGetOption... os) Deduplicate any options which are the same parameter.static Storage.BlobGetOptionStorage.BlobGetOption.fields(Storage.BlobField... fields) Returns an option to specify the blob's fields to be returned by the RPC call.static Storage.BlobGetOptionStorage.BlobGetOption.generationMatch()Returns an option for blob's data generation match.static Storage.BlobGetOptionStorage.BlobGetOption.generationMatch(long generation) Returns an option for blob's data generation match.static Storage.BlobGetOptionStorage.BlobGetOption.generationNotMatch()Deprecated.This option is invalid, and can never result in a valid response from the server.static Storage.BlobGetOptionStorage.BlobGetOption.generationNotMatch(long generation) Returns an option for blob's data generation mismatch.static Storage.BlobGetOptionStorage.BlobGetOption.metagenerationMatch(long metageneration) Returns an option for blob's metageneration match.static Storage.BlobGetOptionStorage.BlobGetOption.metagenerationNotMatch(long metageneration) Returns an option for blob's metageneration mismatch.static Storage.BlobGetOptionStorage.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.BlobGetOptionStorage.BlobGetOption.userProject(@NonNull String userProject) Returns an option for blob's billing user project.Methods in com.google.cloud.storage with parameters of type Storage.BlobGetOptionModifier and TypeMethodDescriptionstatic 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(Collection<Storage.BlobGetOption> collection, Storage.BlobGetOption... os) Deduplicate any options which are the same parameter.Bucket.get(String blob, Storage.BlobGetOption... options) Returns the requested blob in this bucket ornullif not found.Storage.get(BlobId blob, Storage.BlobGetOption... options) Returns the requested blob ornullif not found.Storage.get(String bucket, String blob, Storage.BlobGetOption... options) Returns the requested blob ornullif not found.StorageBatch.get(BlobId blob, Storage.BlobGetOption... options) Adds a request representing the "get blob" operation to this batch.StorageBatch.get(String bucket, String blob, Storage.BlobGetOption... options) Adds a request representing the "get blob" operation to this batch.Method parameters in com.google.cloud.storage with type arguments of type Storage.BlobGetOptionModifier and TypeMethodDescriptionstatic Storage.BlobGetOption[]Storage.BlobGetOption.dedupe(Collection<Storage.BlobGetOption> collection, Storage.BlobGetOption... os) Deduplicate any options which are the same parameter.