public static interface StorageObjectData.CustomerEncryptionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEncryptionAlgorithm()
public abstract String getEncryptionAlgorithm()
The encryption algorithm.
string encryption_algorithm = 1;
Returns | |
---|---|
Type | Description |
String |
The encryptionAlgorithm. |
getEncryptionAlgorithmBytes()
public abstract ByteString getEncryptionAlgorithmBytes()
The encryption algorithm.
string encryption_algorithm = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for encryptionAlgorithm. |
getKeySha256()
public abstract String getKeySha256()
SHA256 hash value of the encryption key.
string key_sha256 = 2;
Returns | |
---|---|
Type | Description |
String |
The keySha256. |
getKeySha256Bytes()
public abstract ByteString getKeySha256Bytes()
SHA256 hash value of the encryption key.
string key_sha256 = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for keySha256. |