Google Cloud Dataplex V1 Client - Class CreateEncryptionConfigRequest (1.6.1)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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 EncryptionConfig

Required. The EncryptionConfig to create.

getParent

Required. The location at which the EncryptionConfig is to be created.

Returns
Type Description
string

setParent

Required. The location at which the EncryptionConfig is to be created.

Parameter
Name Description
var string
Returns
Type Description
$this

getEncryptionConfigId

Required. The ID of the EncryptionConfig to create.

Currently, only a value of "default" is supported.

Returns
Type Description
string

setEncryptionConfigId

Required. The ID of the EncryptionConfig to create.

Currently, only a value of "default" is supported.

Parameter
Name Description
var string
Returns
Type Description
$this

getEncryptionConfig

Required. The EncryptionConfig to create.

Returns
Type Description
EncryptionConfig|null

hasEncryptionConfig

clearEncryptionConfig

setEncryptionConfig

Required. The EncryptionConfig to create.

Parameter
Name Description
var EncryptionConfig
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The location at which the EncryptionConfig is to be created. Please see CmekServiceClient::organizationLocationName() for help formatting this field.

encryptionConfig EncryptionConfig

Required. The EncryptionConfig to create.

encryptionConfigId string

Required. The ID of the EncryptionConfig to create. Currently, only a value of "default" is supported.

Returns
Type Description
CreateEncryptionConfigRequest