public interface EncryptionConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKmsKeyName()
The Cloud KMS key to be used for encrypting and decrypting
the database.
|
ByteString |
getKmsKeyNameBytes()
The Cloud KMS key to be used for encrypting and decrypting
the database.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getKmsKeyName()
The Cloud KMS key to be used for encrypting and decrypting the database. Values are of the form `projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>`.
string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
ByteString getKmsKeyNameBytes()
The Cloud KMS key to be used for encrypting and decrypting the database. Values are of the form `projects/<project>/locations/<location>/keyRings/<key_ring>/cryptoKeys/<kms_key_name>`.
string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
Copyright © 2022 Google LLC. All rights reserved.