Interface CustomerEncryptionOrBuilder (2.53.0)

public interface CustomerEncryptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncryptionAlgorithm()

public abstract String getEncryptionAlgorithm()

Optional. The encryption algorithm.

string encryption_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The encryptionAlgorithm.

getEncryptionAlgorithmBytes()

public abstract ByteString getEncryptionAlgorithmBytes()

Optional. The encryption algorithm.

string encryption_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for encryptionAlgorithm.

getKeySha256Bytes()

public abstract ByteString getKeySha256Bytes()

Optional. SHA256 hash value of the encryption key. In raw bytes format (not base64-encoded).

bytes key_sha256_bytes = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The keySha256Bytes.