Reference documentation and code samples for the Google Cloud Dataform V1 Client class Config.
Config for all repositories in a given project and location.
Generated from protobuf message google.cloud.dataform.v1.Config
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The config name. |
↳ default_kms_key_name |
string
Optional. The default KMS key that is used if no encryption key is provided when a repository is created. |
getName
Identifier. The config name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The config name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDefaultKmsKeyName
Optional. The default KMS key that is used if no encryption key is provided when a repository is created.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDefaultKmsKeyName
Optional. The default KMS key that is used if no encryption key is provided when a repository is created.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|