| Package | Description |
|---|---|
| com.google.api.services.storage.model |
| Modifier and Type | Method and Description |
|---|---|
StorageObject.CustomerEncryption |
StorageObject.CustomerEncryption.clone() |
StorageObject.CustomerEncryption |
StorageObject.getCustomerEncryption()
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
|
StorageObject.CustomerEncryption |
StorageObject.CustomerEncryption.set(java.lang.String fieldName,
java.lang.Object value) |
StorageObject.CustomerEncryption |
StorageObject.CustomerEncryption.setEncryptionAlgorithm(java.lang.String encryptionAlgorithm)
The encryption algorithm.
|
StorageObject.CustomerEncryption |
StorageObject.CustomerEncryption.setKeySha256(java.lang.String keySha256)
SHA256 hash value of the encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
StorageObject |
StorageObject.setCustomerEncryption(StorageObject.CustomerEncryption customerEncryption)
Metadata of customer-supplied encryption key, if the object is encrypted by such a key.
|