| 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(String fieldName,
Object value) |
StorageObject.CustomerEncryption |
StorageObject.CustomerEncryption.setEncryptionAlgorithm(String encryptionAlgorithm)
The encryption algorithm.
|
StorageObject.CustomerEncryption |
StorageObject.CustomerEncryption.setKeySha256(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.
|
Copyright © 2011–2025 Google. All rights reserved.