Package | Description |
---|---|
com.google.api.services.storage.model |
Modifier and Type | Method and Description |
---|---|
Bucket.Encryption |
Bucket.Encryption.clone() |
Bucket.Encryption |
Bucket.getEncryption()
Encryption configuration used by default for newly inserted objects, when no encryption config
is specified.
|
Bucket.Encryption |
Bucket.Encryption.set(java.lang.String fieldName,
java.lang.Object value) |
Bucket.Encryption |
Bucket.Encryption.setDefaultKmsKeyName(java.lang.String defaultKmsKeyName)
A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no
encryption method is specified.
|
Modifier and Type | Method and Description |
---|---|
Bucket |
Bucket.setEncryption(Bucket.Encryption encryption)
Encryption configuration used by default for newly inserted objects, when no encryption config
is specified.
|