Class UpdateRunRequest (0.7.0)

UpdateRunRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for UpdateRun.

Attributes

Name Description
run google.cloud.datacatalog_lineage_v1.types.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.field_mask_pb2.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.