Class UpdateRunRequest (0.3.5)

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

Request message for UpdateRun.

Attributes

NameDescription
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
The list of fields to update. Currently not used. The whole message is updated.
allow_missing bool
If set to true and the run is not found, the request creates it.