Google Cloud Dataform V1beta1 Client - Class UpdateReleaseConfigRequest (0.4.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class UpdateReleaseConfigRequest.

UpdateReleaseConfig request message.

Generated from protobuf message google.cloud.dataform.v1beta1.UpdateReleaseConfigRequest

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ update_mask Google\Protobuf\FieldMask

Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.

↳ release_config Google\Cloud\Dataform\V1beta1\ReleaseConfig

Required. The release config to update.

getUpdateMask

Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

getReleaseConfig

Required. The release config to update.

Returns
TypeDescription
Google\Cloud\Dataform\V1beta1\ReleaseConfig|null

hasReleaseConfig

clearReleaseConfig

setReleaseConfig

Required. The release config to update.

Parameter
NameDescription
var Google\Cloud\Dataform\V1beta1\ReleaseConfig
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
releaseConfig Google\Cloud\Dataform\V1beta1\ReleaseConfig

Required. The release config to update.

updateMask Google\Protobuf\FieldMask

Optional. Specifies the fields to be updated in the release config. If left unset, all fields will be updated.

Returns
TypeDescription
Google\Cloud\Dataform\V1beta1\UpdateReleaseConfigRequest