Data Lineage v1 API - Class ProcessLinks (1.1.0)

public sealed class ProcessLinks : IMessage<ProcessLinks>, IEquatable<ProcessLinks>, IDeepCloneable<ProcessLinks>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Lineage v1 API class ProcessLinks.

Links associated with a specific process.

Inheritance

object > ProcessLinks

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Constructors

public ProcessLinks()
public ProcessLinks(ProcessLinks other)
Parameter
NameDescription
otherProcessLinks

Properties

public RepeatedField<ProcessLinkInfo> Links { get; }

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.

Property Value
TypeDescription
RepeatedFieldProcessLinkInfo
public string Process { get; set; }

The process name in the format of projects/{project}/locations/{location}/processes/{process}.

Property Value
TypeDescription
string
public ProcessName ProcessAsProcessName { get; set; }

ProcessName-typed view over the Process resource name property.

Property Value
TypeDescription
ProcessName