Uses of Class
com.google.cloud.storage.Bucket.BlobWriteOption
Packages that use Bucket.BlobWriteOption
-
Uses of Bucket.BlobWriteOption in com.google.cloud.storage
Methods in com.google.cloud.storage that return Bucket.BlobWriteOptionModifier and TypeMethodDescriptionstatic Bucket.BlobWriteOptionBucket.BlobWriteOption.crc32cMatch(@NonNull String crc32c) Returns an option for blob's data CRC32C checksum match.static Bucket.BlobWriteOption[]Bucket.BlobWriteOption.dedupe(Bucket.BlobWriteOption... os) Deduplicate any options which are the same parameter.static Bucket.BlobWriteOption[]Bucket.BlobWriteOption.dedupe(Bucket.BlobWriteOption[] array, Bucket.BlobWriteOption... os) Deduplicate any options which are the same parameter.static Bucket.BlobWriteOption[]Bucket.BlobWriteOption.dedupe(Collection<Bucket.BlobWriteOption> collection, Bucket.BlobWriteOption... os) Deduplicate any options which are the same parameter.static Bucket.BlobWriteOptionBucket.BlobWriteOption.doesNotExist()Returns an option that causes an operation to succeed only if the target blob does not exist.static Bucket.BlobWriteOptionBucket.BlobWriteOption.encryptionKey(@NonNull String key) Returns an option to set a customer-supplied AES256 key for server-side encryption of the blob.static Bucket.BlobWriteOptionBucket.BlobWriteOption.encryptionKey(@NonNull Key key) Returns an option to set a customer-supplied AES256 key for server-side encryption of the blob.static Bucket.BlobWriteOptionBucket.BlobWriteOption.generationMatch(long generation) Returns an option for blob's data generation match.static Bucket.BlobWriteOptionBucket.BlobWriteOption.generationNotMatch(long generation) Returns an option for blob's data generation mismatch.static Bucket.BlobWriteOptionReturns an option for blob's data MD5 hash match.static Bucket.BlobWriteOptionBucket.BlobWriteOption.metagenerationMatch(long metageneration) Returns an option for blob's metageneration match.static Bucket.BlobWriteOptionBucket.BlobWriteOption.metagenerationNotMatch(long metageneration) Returns an option for blob's metageneration mismatch.static Bucket.BlobWriteOptionBucket.BlobWriteOption.predefinedAcl(@NonNull Storage.PredefinedAcl acl) Returns an option for specifying blob's predefined ACL configuration.static Bucket.BlobWriteOptionBucket.BlobWriteOption.userProject(@NonNull String userProject) Returns an option for blob's billing user project.Methods in com.google.cloud.storage with parameters of type Bucket.BlobWriteOptionModifier and TypeMethodDescriptionBucket.create(String blob, InputStream content, Bucket.BlobWriteOption... options) Creates a new blob in this bucket.Bucket.create(String blob, InputStream content, String contentType, Bucket.BlobWriteOption... options) Creates a new blob in this bucket.static Bucket.BlobWriteOption[]Bucket.BlobWriteOption.dedupe(Bucket.BlobWriteOption... os) Deduplicate any options which are the same parameter.static Bucket.BlobWriteOption[]Bucket.BlobWriteOption.dedupe(Bucket.BlobWriteOption[] array, Bucket.BlobWriteOption... os) Deduplicate any options which are the same parameter.static Bucket.BlobWriteOption[]Bucket.BlobWriteOption.dedupe(Collection<Bucket.BlobWriteOption> collection, Bucket.BlobWriteOption... os) Deduplicate any options which are the same parameter.Method parameters in com.google.cloud.storage with type arguments of type Bucket.BlobWriteOptionModifier and TypeMethodDescriptionstatic Bucket.BlobWriteOption[]Bucket.BlobWriteOption.dedupe(Collection<Bucket.BlobWriteOption> collection, Bucket.BlobWriteOption... os) Deduplicate any options which are the same parameter.