public sealed class ProcessLinkInfo : IMessage<ProcessLinkInfo>, IEquatable<ProcessLinkInfo>, IDeepCloneable<ProcessLinkInfo>, IBufferMessage, IMessageReference documentation and code samples for the Data Lineage v1 API class ProcessLinkInfo.
Link details.
Implements
IMessageProcessLinkInfo, IEquatableProcessLinkInfo, IDeepCloneableProcessLinkInfo, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.Lineage.V1Assembly
Google.Cloud.DataCatalog.Lineage.V1.dll
Constructors
ProcessLinkInfo()
public ProcessLinkInfo()ProcessLinkInfo(ProcessLinkInfo)
public ProcessLinkInfo(ProcessLinkInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
ProcessLinkInfo |
Properties
EndTime
public Timestamp EndTime { get; set; }The end of the last event establishing this link-process tuple.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Link
public string Link { get; set; }The name of the link in the format of
projects/{project}/locations/{location}/links/{link}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
StartTime
public Timestamp StartTime { get; set; }The start of the first event establishing this link-process tuple.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|