Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateEncryptionConfigRequest.
Create EncryptionConfig Request
Generated from protobuf message google.cloud.dataplex.v1.CreateEncryptionConfigRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The location at which the EncryptionConfig is to be created.
↳ encryption_config_id
string
Required. The ID of the EncryptionConfig to create. Currently, only a value of "default" is supported.
↳ encryption_config
getParent
Required. The location at which the EncryptionConfig is to be created.
string
setParent
Required. The location at which the EncryptionConfig is to be created.
var
string
$this
getEncryptionConfigId
Required. The ID of the EncryptionConfig to create.
Currently, only a value of "default" is supported.
string
setEncryptionConfigId
Required. The ID of the EncryptionConfig to create.
Currently, only a value of "default" is supported.
var
string
$this
getEncryptionConfig
Required. The EncryptionConfig to create.
hasEncryptionConfig
clearEncryptionConfig
setEncryptionConfig
Required. The EncryptionConfig to create.
$this
static::build
parent
string
Required. The location at which the EncryptionConfig is to be created. Please see CmekServiceClient::organizationLocationName() for help formatting this field.
encryptionConfig
encryptionConfigId
string
Required. The ID of the EncryptionConfig to create. Currently, only a value of "default" is supported.