public static final class StorageObject.CustomerEncryption
extends com.google.api.client.json.GenericJson
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
CustomerEncryption() |
| Modifier and Type | Method and Description |
|---|---|
StorageObject.CustomerEncryption |
clone() |
String |
getEncryptionAlgorithm()
The encryption algorithm.
|
String |
getKeySha256()
SHA256 hash value of the encryption key.
|
StorageObject.CustomerEncryption |
set(String fieldName,
Object value) |
StorageObject.CustomerEncryption |
setEncryptionAlgorithm(String encryptionAlgorithm)
The encryption algorithm.
|
StorageObject.CustomerEncryption |
setKeySha256(String keySha256)
SHA256 hash value of the encryption key.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getEncryptionAlgorithm()
null for nonepublic StorageObject.CustomerEncryption setEncryptionAlgorithm(String encryptionAlgorithm)
encryptionAlgorithm - encryptionAlgorithm or null for nonepublic String getKeySha256()
null for nonepublic StorageObject.CustomerEncryption setKeySha256(String keySha256)
keySha256 - keySha256 or null for nonepublic StorageObject.CustomerEncryption set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StorageObject.CustomerEncryption clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.