Google Cloud Data Fusion V1 Client - Class CryptoKeyConfig (0.4.1)

Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class CryptoKeyConfig.

The crypto key configuration. This field is used by the Customer-managed encryption keys (CMEK) feature.

Generated from protobuf message google.cloud.datafusion.v1.CryptoKeyConfig

Namespace

Google \ Cloud \ DataFusion \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ key_reference string

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

getKeyReference

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

Returns
TypeDescription
string

setKeyReference

The name of the key which is used to encrypt/decrypt customer data. For key in Cloud KMS, the key should be in the format of projects/*/locations/*/keyRings/*/cryptoKeys/*.

Parameter
NameDescription
var string
Returns
TypeDescription
$this