public static final class StorageObject.CustomerEncryption
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
CustomerEncryption() |
| Modifier and Type | Method and Description |
|---|---|
StorageObject.CustomerEncryption |
clone() |
java.lang.String |
getEncryptionAlgorithm()
The encryption algorithm.
|
java.lang.String |
getKeySha256()
SHA256 hash value of the encryption key.
|
StorageObject.CustomerEncryption |
set(java.lang.String fieldName,
java.lang.Object value) |
StorageObject.CustomerEncryption |
setEncryptionAlgorithm(java.lang.String encryptionAlgorithm)
The encryption algorithm.
|
StorageObject.CustomerEncryption |
setKeySha256(java.lang.String keySha256)
SHA256 hash value of the encryption key.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEncryptionAlgorithm()
null for nonepublic StorageObject.CustomerEncryption setEncryptionAlgorithm(java.lang.String encryptionAlgorithm)
encryptionAlgorithm - encryptionAlgorithm or null for nonepublic java.lang.String getKeySha256()
null for nonepublic StorageObject.CustomerEncryption setKeySha256(java.lang.String keySha256)
keySha256 - keySha256 or null for nonepublic StorageObject.CustomerEncryption set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic StorageObject.CustomerEncryption clone()
clone in class com.google.api.client.json.GenericJson