public static class Bucket.BlobWriteOption extends Object implements Serializable
Bucket
methods are used.Modifier and Type | Method and Description |
---|---|
static Bucket.BlobWriteOption |
crc32cMatch(String crc32c)
Returns an option for blob's data CRC32C checksum match.
|
static Bucket.BlobWriteOption |
doesNotExist()
Returns an option that causes an operation to succeed only if the target blob does not exist.
|
static Bucket.BlobWriteOption |
encryptionKey(Key key)
Returns an option to set a customer-supplied AES256 key for server-side encryption of the
blob.
|
static Bucket.BlobWriteOption |
encryptionKey(String key)
Returns an option to set a customer-supplied AES256 key for server-side encryption of the
blob.
|
boolean |
equals(Object obj) |
static Bucket.BlobWriteOption |
generationMatch(long generation)
Returns an option for blob's data generation match.
|
static Bucket.BlobWriteOption |
generationNotMatch(long generation)
Returns an option for blob's data generation mismatch.
|
int |
hashCode() |
static Bucket.BlobWriteOption |
md5Match(String md5)
Returns an option for blob's data MD5 hash match.
|
static Bucket.BlobWriteOption |
metagenerationMatch(long metageneration)
Returns an option for blob's metageneration match.
|
static Bucket.BlobWriteOption |
metagenerationNotMatch(long metageneration)
Returns an option for blob's metageneration mismatch.
|
static Bucket.BlobWriteOption |
predefinedAcl(Storage.PredefinedAcl acl)
Returns an option for specifying blob's predefined ACL configuration.
|
static Bucket.BlobWriteOption |
userProject(String userProject)
Returns an option for blob's billing user project.
|
public static Bucket.BlobWriteOption predefinedAcl(Storage.PredefinedAcl acl)
public static Bucket.BlobWriteOption doesNotExist()
generationMatch(long)
or generationNotMatch(long)
.public static Bucket.BlobWriteOption generationMatch(long generation)
generationNotMatch(long)
or doesNotExist()
.public static Bucket.BlobWriteOption generationNotMatch(long generation)
generationMatch(long)
or doesNotExist()
.public static Bucket.BlobWriteOption metagenerationMatch(long metageneration)
metagenerationNotMatch(long)
.public static Bucket.BlobWriteOption metagenerationNotMatch(long metageneration)
metagenerationMatch(long)
.public static Bucket.BlobWriteOption md5Match(String md5)
public static Bucket.BlobWriteOption crc32cMatch(String crc32c)
public static Bucket.BlobWriteOption encryptionKey(Key key)
public static Bucket.BlobWriteOption encryptionKey(String key)
key
- the AES256 encoded in base64public static Bucket.BlobWriteOption userProject(String userProject)
Copyright © 2019 Google LLC. All rights reserved.