Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class UpdateConfigRequest.
UpdateConfig
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.UpdateConfigRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ config |
Config
Required. The config to update. |
↳ update_mask |
Google\Protobuf\FieldMask
Optional. 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 |
Config
Required. The config to update. |
updateMask |
Google\Protobuf\FieldMask
Optional. Specifies the fields to be updated in the config. |
Returns | |
---|---|
Type | Description |
UpdateConfigRequest |