Google Cloud Dataplex V1 Client - Class CreateEncryptionConfigRequest (1.11.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateEncryptionConfigRequest.
Create EncryptionConfig Request
Generated from protobuf messagegoogle.cloud.dataplex.v1.CreateEncryptionConfigRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ parent | stringRequired. The location at which the EncryptionConfig is to be created. |
↳ encryption_config_id | stringRequired. The ID of theEncryptionConfig to create. Currently, only a value of "default" is supported. |
↳ encryption_config | EncryptionConfigRequired. 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 theEncryptionConfig to create.
Currently, only a value of "default" is supported.
| Returns | |
|---|---|
| Type | Description |
string | |
setEncryptionConfigId
Required. The ID of theEncryptionConfig 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 | stringRequired. The location at which the EncryptionConfig is to be created. Please seeCmekServiceClient::organizationLocationName() for help formatting this field. |
encryptionConfig | EncryptionConfigRequired. The EncryptionConfig to create. |
encryptionConfigId | stringRequired. The ID of theEncryptionConfig to create.Currently, only a value of "default" is supported. |
| Returns | |
|---|---|
| Type | Description |
CreateEncryptionConfigRequest | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-08 UTC.