Interface EncryptionConfigOrBuilder (2.42.0)

public interface EncryptionConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKmsKey()

public abstract String getKmsKey()

The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:

projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.

string kms_key = 1;

Returns
TypeDescription
String

The kmsKey.

getKmsKeyBytes()

public abstract ByteString getKmsKeyBytes()

The fully qualified customer provided Cloud KMS key name to use for customer data encryption, in the following form:

projects/{project_number}/locations/{location_id}/keyRings/{key_ring_id}/cryptoKeys/{crypto_key_id}.

string kms_key = 1;

Returns
TypeDescription
ByteString

The bytes for kmsKey.