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
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ run
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
Optional. The list of fields to update. Currently not used. The whole message is updated.
↳ allow_missing
bool
Optional. If set to true and the run is not found, the request creates it.
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}
.
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}
.
$this
getUpdateMask
Optional. The list of fields to update. Currently not used. The whole message is updated.
hasUpdateMask
clearUpdateMask
setUpdateMask
Optional. The list of fields to update. Currently not used. The whole message is updated.
$this
getAllowMissing
Optional. If set to true and the run is not found, the request creates it.
bool
setAllowMissing
Optional. If set to true and the run is not found, the request creates it.
var
bool
$this
static::build
run
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}
.
updateMask
Google\Protobuf\FieldMask
Optional. The list of fields to update. Currently not used. The whole message is updated.

