Interface EncryptionSpecOrBuilder (2.95.0)

public interface EncryptionSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCloudKmsKey()

public abstract String getCloudKmsKey()

The resource name for a Cloud KMS key in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

string cloud_kms_key = 1;

Returns
Type Description
String

The cloudKmsKey.

getCloudKmsKeyBytes()

public abstract ByteString getCloudKmsKeyBytes()

The resource name for a Cloud KMS key in the format projects/*/locations/*/keyRings/*/cryptoKeys/*.

string cloud_kms_key = 1;

Returns
Type Description
ByteString

The bytes for cloudKmsKey.