Google Cloud Data Catalog Lineage V1 Client - Class UpdateRunRequest (0.1.3)

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class UpdateRunRequest.

Request message for UpdateRun.

Generated from protobuf message google.cloud.datacatalog.lineage.v1.UpdateRunRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ run Google\Cloud\DataCatalog\Lineage\V1\Run

Required. The lineage run to update. The run's name field is used to identify the run to update. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

↳ update_mask Google\Protobuf\FieldMask

The list of fields to update. Currently not used. The whole message is updated.

getRun

Required. The lineage run to update.

The run's name field is used to identify the run to update. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

Returns
TypeDescription
Google\Cloud\DataCatalog\Lineage\V1\Run|null

hasRun

clearRun

setRun

Required. The lineage run to update.

The run's name field is used to identify the run to update. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

Parameter
NameDescription
var Google\Cloud\DataCatalog\Lineage\V1\Run
Returns
TypeDescription
$this

getUpdateMask

The list of fields to update. Currently not used. The whole message is updated.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to update. Currently not used. The whole message is updated.

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