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.
Implements
IMessageProcessLinks, IEquatableProcessLinks, IDeepCloneableProcessLinks, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataCatalogGoogle.Cloud.DataCatalog.LineageV1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
ProcessLinks()
public ProcessLinks()
ProcessLinks(ProcessLinks)
public ProcessLinks(ProcessLinks other)
Parameter | |
---|---|
Name | Description |
other | ProcessLinks |
Properties
Links
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 | |
---|---|
Type | Description |
RepeatedFieldProcessLinkInfo |
Process
public string Process { get; set; }
The process name in the format of
projects/{project}/locations/{location}/processes/{process}
.
Property Value | |
---|---|
Type | Description |
string |
ProcessAsProcessName
public ProcessName ProcessAsProcessName { get; set; }
ProcessName-typed view over the Process resource name property.
Property Value | |
---|---|
Type | Description |
ProcessName |