Google Cloud AlloyDB for PostgreSQL V1beta Client - Class EncryptionConfig (0.10.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class EncryptionConfig.

EncryptionConfig describes the encryption config of a cluster or a backup that is encrypted with a CMEK (customer-managed encryption key).

Generated from protobuf message google.cloud.alloydb.v1beta.EncryptionConfig

Namespace

Google \ Cloud \ AlloyDb \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ kms_key_name string

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]

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]

Returns
Type Description
string

setKmsKeyName

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]

Parameter
Name Description
var string
Returns
Type Description
$this