public interface EncryptionKeyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getGcpKmsEncryptionKey()
public abstract String getGcpKmsEncryptionKey()
Optional. Google Cloud KMS encryption key. Format:
projects/*/locations/*/keyRings/*/cryptoKeys/*
string gcp_kms_encryption_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The gcpKmsEncryptionKey. |
getGcpKmsEncryptionKeyBytes()
public abstract ByteString getGcpKmsEncryptionKeyBytes()
Optional. Google Cloud KMS encryption key. Format:
projects/*/locations/*/keyRings/*/cryptoKeys/*
string gcp_kms_encryption_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for gcpKmsEncryptionKey. |