Google Cloud Dataform V1 Client - Class UpdateConfigRequest (0.9.2) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataform V1 Client class UpdateConfigRequest.
UpdateConfig request message.
Generated from protobuf messagegoogle.cloud.dataform.v1.UpdateConfigRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ config | ConfigRequired. The config to update. |
↳ update_mask | Google\Protobuf\FieldMaskOptional. Specifies the fields to be updated in the config. |
getConfig
Required. The config to update.
| Returns | |
|---|---|
| Type | Description |
Config|null | |
hasConfig
clearConfig
setConfig
Required. The config to update.
| Parameter | |
|---|---|
| Name | Description |
var | Config |
| Returns | |
|---|---|
| Type | Description |
$this | |
getUpdateMask
Optional. Specifies the fields to be updated in the config.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\FieldMask|null | |
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. Specifies the fields to be updated in the config.
| Parameter | |
|---|---|
| Name | Description |
var | Google\Protobuf\FieldMask |
| Returns | |
|---|---|
| Type | Description |
$this | |
static::build
| Parameters | |
|---|---|
| Name | Description |
config | ConfigRequired. The config to update. |
updateMask | Google\Protobuf\FieldMaskOptional. Specifies the fields to be updated in the config. |
| Returns | |
|---|---|
| Type | Description |
UpdateConfigRequest | |
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 2026-01-09 UTC.