[[["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\u003eEventLink\u003c/code\u003e class in the Data Lineage v1 API represents a connection between source and target entities, indicating a lineage relationship.\u003c/p\u003e\n"],["\u003cp\u003eThis class is available in multiple versions, with the latest being version 1.4.0, and older versions down to 1.0.0 are also documented.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eEventLink\u003c/code\u003e implements several interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eEventLink\u003c/code\u003e class includes two essential properties: \u003ccode\u003eSource\u003c/code\u003e and \u003ccode\u003eTarget\u003c/code\u003e, both of which are \u003ccode\u003eEntityReference\u003c/code\u003e types and are required to establish the linkage.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructor methods, a default empty constructor and another that accepts another \u003ccode\u003eEventLink\u003c/code\u003e as a parameter to make a copy.\u003c/p\u003e\n"]]],[],null,["# Data Lineage v1 API - Class EventLink (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.EventLink)\n- [1.3.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.3.0/Google.Cloud.DataCatalog.Lineage.V1.EventLink)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.2.0/Google.Cloud.DataCatalog.Lineage.V1.EventLink)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.1.0/Google.Cloud.DataCatalog.Lineage.V1.EventLink)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/1.0.0/Google.Cloud.DataCatalog.Lineage.V1.EventLink) \n\n public sealed class EventLink : IMessage\u003cEventLink\u003e, IEquatable\u003cEventLink\u003e, IDeepCloneable\u003cEventLink\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Data Lineage v1 API class EventLink.\n\nA lineage between source and target entities. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e EventLink \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[EventLink](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.EventLink), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[EventLink](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.EventLink), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[EventLink](/dotnet/docs/reference/Google.Cloud.DataCatalog.Lineage.V1/latest/Google.Cloud.DataCatalog.Lineage.V1.EventLink), [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### EventLink()\n\n public EventLink()\n\n### EventLink(EventLink)\n\n public EventLink(EventLink other)\n\nProperties\n----------\n\n### Source\n\n public EntityReference Source { get; set; }\n\nRequired. Reference to the source entity\n\n### Target\n\n public EntityReference Target { get; set; }\n\nRequired. Reference to the target entity"]]