public interface EncryptionConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKmsKeyName()
public abstract String getKmsKeyName()
The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
string kms_key_name = 1;
Returns | |
---|---|
Type | Description |
String |
The kmsKeyName. |
getKmsKeyNameBytes()
public abstract ByteString getKmsKeyNameBytes()
The fully-qualified resource name of the KMS key. Each Cloud KMS key is regionalized and has the following format: projects/[PROJECT]/locations/[REGION]/keyRings/[RING]/cryptoKeys/[KEY_NAME]
string kms_key_name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for kmsKeyName. |