Google Cloud Dataform V1 Client - Class UpdateConfigRequest (0.9.2)

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

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ configConfig

Required. The config to update.

↳ update_maskGoogle\Protobuf\FieldMask

Optional. Specifies the fields to be updated in the config.

getConfig

Required. The config to update.

Returns
TypeDescription
Config|null

hasConfig

clearConfig

setConfig

Required. The config to update.

Parameter
NameDescription
varConfig
Returns
TypeDescription
$this

getUpdateMask

Optional. Specifies the fields to be updated in the config.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Specifies the fields to be updated in the config.

Parameter
NameDescription
varGoogle\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
configConfig

Required. The config to update.

updateMaskGoogle\Protobuf\FieldMask

Optional. Specifies the fields to be updated in the config.

Returns
TypeDescription
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.