public interface CustomerEncryptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEncryptionAlgorithm()
The encryption algorithm.
|
com.google.protobuf.ByteString |
getEncryptionAlgorithmBytes()
The encryption algorithm.
|
com.google.protobuf.ByteString |
getKeySha256Bytes()
SHA256 hash value of the encryption key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getEncryptionAlgorithm()
The encryption algorithm.
string encryption_algorithm = 1;
com.google.protobuf.ByteString getEncryptionAlgorithmBytes()
The encryption algorithm.
string encryption_algorithm = 1;
com.google.protobuf.ByteString getKeySha256Bytes()
SHA256 hash value of the encryption key. In raw bytes format (not base64-encoded).
bytes key_sha256_bytes = 3;
Copyright © 2023 Google LLC. All rights reserved.