Class ProcessLinks (0.3.5)

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

Links associated with a specific process.

Attributes

NameDescription
process str
The process name in the format of projects/{project}/locations/{location}/processes/{process}.
links MutableSequence[google.cloud.datacatalog_lineage_v1.types.ProcessLinkInfo]
An array containing link details objects of the links provided in the original request. A single process can result in creating multiple links. If any of the links you provide in the request are created by the same process, they all are included in this array.