Interface EncryptionKeyOrBuilder (0.27.0)

public interface EncryptionKeyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getGcpKmsEncryptionKey()

public abstract String getGcpKmsEncryptionKey()

Google Cloud KMS encryption key. Format: projects/*/locations/*/keyRings/*/cryptoKeys/*

string gcp_kms_encryption_key = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The gcpKmsEncryptionKey.

getGcpKmsEncryptionKeyBytes()

public abstract ByteString getGcpKmsEncryptionKeyBytes()

Google Cloud KMS encryption key. Format: projects/*/locations/*/keyRings/*/cryptoKeys/*

string gcp_kms_encryption_key = 1 [(.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for gcpKmsEncryptionKey.