Class UpdateRunRequest (0.2.3)

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.