Reference documentation and code samples for the Google Cloud Dataform V1 Client class DataEncryptionState.
Describes encryption state of a resource.
Generated from protobuf message google.cloud.dataform.v1.DataEncryptionState
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kms_key_version_name |
string
Required. The KMS key version name with which data of a resource is encrypted. |
getKmsKeyVersionName
Required. The KMS key version name with which data of a resource is encrypted.
Returns | |
---|---|
Type | Description |
string |
setKmsKeyVersionName
Required. The KMS key version name with which data of a resource is encrypted.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |