Uses of Class
com.google.cloud.storage.Blob.BlobSourceOption
Packages that use Blob.BlobSourceOption
-
Uses of Blob.BlobSourceOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Blob.BlobSourceOptionModifier and TypeMethodDescriptionstatic Blob.BlobSourceOptionBlob.BlobSourceOption.decryptionKey(@NonNull String key) Returns an option to set a customer-supplied AES256 key for server-side encryption of the blob.static Blob.BlobSourceOptionBlob.BlobSourceOption.decryptionKey(@NonNull Key key) Returns an option to set a customer-supplied AES256 key for server-side encryption of the blob.static Blob.BlobSourceOption[]Blob.BlobSourceOption.dedupe(Blob.BlobSourceOption... os) Deduplicate any options which are the same parameter.static Blob.BlobSourceOption[]Blob.BlobSourceOption.dedupe(Blob.BlobSourceOption[] array, Blob.BlobSourceOption... os) Deduplicate any options which are the same parameter.static Blob.BlobSourceOption[]Blob.BlobSourceOption.dedupe(Collection<Blob.BlobSourceOption> collection, Blob.BlobSourceOption... os) Deduplicate any options which are the same parameter.static Blob.BlobSourceOptionBlob.BlobSourceOption.generationMatch()Returns an option for blob's generation match.static Blob.BlobSourceOptionBlob.BlobSourceOption.generationNotMatch()Deprecated.This option is invalid, and can never result in a valid response from the server.static Blob.BlobSourceOptionBlob.BlobSourceOption.metagenerationMatch()Returns an option for blob's metageneration match.static Blob.BlobSourceOptionBlob.BlobSourceOption.metagenerationNotMatch()Returns an option for blob's metageneration mismatch.static Blob.BlobSourceOptionBlob.BlobSourceOption.shouldReturnRawInputStream(boolean shouldReturnRawInputStream) Returns an option for whether the request should return the raw input stream, instead of automatically decompressing the content.static Blob.BlobSourceOptionBlob.BlobSourceOption.userProject(@NonNull String userProject) Returns an option for blob's billing user project.Methods in com.google.cloud.storage with parameters of type Blob.BlobSourceOptionModifier and TypeMethodDescriptionBlob.copyTo(BlobId targetBlob, Blob.BlobSourceOption... options) Sends a copy request for the current blob to the target blob.Blob.copyTo(String targetBucket, Blob.BlobSourceOption... options) Sends a copy request for the current blob to the target bucket, preserving its name.Blob.copyTo(String targetBucket, String targetBlob, Blob.BlobSourceOption... options) Sends a copy request for the current blob to the target blob.static Blob.BlobSourceOption[]Blob.BlobSourceOption.dedupe(Blob.BlobSourceOption... os) Deduplicate any options which are the same parameter.static Blob.BlobSourceOption[]Blob.BlobSourceOption.dedupe(Blob.BlobSourceOption[] array, Blob.BlobSourceOption... os) Deduplicate any options which are the same parameter.static Blob.BlobSourceOption[]Blob.BlobSourceOption.dedupe(Collection<Blob.BlobSourceOption> collection, Blob.BlobSourceOption... os) Deduplicate any options which are the same parameter.booleanBlob.delete(Blob.BlobSourceOption... options) Deletes this blob.voidBlob.downloadTo(OutputStream outputStream, Blob.BlobSourceOption... options) Downloads this blob to the given output stream using specified blob read options.voidBlob.downloadTo(Path path, Blob.BlobSourceOption... options) Downloads this blob to the given file path using specified blob read options.booleanBlob.exists(Blob.BlobSourceOption... options) Checks if this blob exists.byte[]Blob.getContent(Blob.BlobSourceOption... options) Returns this blob's content.com.google.cloud.ReadChannelBlob.reader(Blob.BlobSourceOption... options) Returns aReadChannelobject for reading this blob's content.Blob.reload(Blob.BlobSourceOption... options) Fetches the latest blob properties.Method parameters in com.google.cloud.storage with type arguments of type Blob.BlobSourceOptionModifier and TypeMethodDescriptionstatic Blob.BlobSourceOption[]Blob.BlobSourceOption.dedupe(Collection<Blob.BlobSourceOption> collection, Blob.BlobSourceOption... os) Deduplicate any options which are the same parameter.