public sealed class ProcessLinkInfo : IMessage<ProcessLinkInfo>, IEquatable<ProcessLinkInfo>, IDeepCloneable<ProcessLinkInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class ProcessLinkInfo.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eProcessLinkInfo\u003c/code\u003e class in the Data Lineage v1 API provides details about links, implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors: a default one and another that accepts a \u003ccode\u003eProcessLinkInfo\u003c/code\u003e parameter, enabling the creation of new instances and copies, respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eProcessLinkInfo\u003c/code\u003e class contains three properties: \u003ccode\u003eEndTime\u003c/code\u003e which is a Timestamp of the last event, \u003ccode\u003eLink\u003c/code\u003e which is the name of the link in a specified format, and \u003ccode\u003eStartTime\u003c/code\u003e which is a Timestamp of the first event.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eProcessLinkInfo\u003c/code\u003e is version 1.4.0, and there are previous versions available from 1.0.0 to 1.3.0.\u003c/p\u003e\n"]]],[],null,["# Data Lineage v1 API - Class ProcessLinkInfo (1.4.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.4.0 (latest)](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.3.0/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.2.0/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.1.0/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.0.0/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo) \n\n public sealed class ProcessLinkInfo : IMessage\u003cProcessLinkInfo\u003e, IEquatable\u003cProcessLinkInfo\u003e, IDeepCloneable\u003cProcessLinkInfo\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data Lineage v1 API class ProcessLinkInfo.\n\nLink details. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ProcessLinkInfo \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ProcessLinkInfo](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ProcessLinkInfo](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ProcessLinkInfo](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.ProcessLinkInfo), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DataCatalog.Lineage.V1](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.DataCatalog.Lineage.V1.dll\n\nConstructors\n------------\n\n### ProcessLinkInfo()\n\n public ProcessLinkInfo()\n\n### ProcessLinkInfo(ProcessLinkInfo)\n\n public ProcessLinkInfo(ProcessLinkInfo other)\n\nProperties\n----------\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nThe end of the last event establishing this link-process tuple.\n\n### Link\n\n public string Link { get; set; }\n\nThe name of the link in the format of\n`projects/{project}/locations/{location}/links/{link}`.\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nThe start of the first event establishing this link-process tuple."]]