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 \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |