Class UpdateProcessRequest (0.2.0)

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

Request message for UpdateProcess.

Attributes

NameDescription
process google.cloud.datacatalog.lineage_v1.types.Process
Required. The lineage process to update. The process's name field is used to identify the process to update.
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 process is not found, the request inserts it.