public sealed class EntityReference : IMessage<EntityReference>, IEquatable<EntityReference>, IDeepCloneable<EntityReference>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class EntityReference.
The soft reference to everything you can attach a lineage event to.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the Data Lineage v1 API is 1.4.0, with other versions available including 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["The `EntityReference` class is a core component within the Google.Cloud.DataCatalog.Lineage.V1 namespace, used for referencing entities in lineage events."],["`EntityReference` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`EntityReference` has a `FullyQualifiedName` property which is required and refers to the Fully Qualified Name (FQN) of an entity."],["The `EntityReference` class offers two constructors: a default constructor `EntityReference()` and another that accepts an `EntityReference` object for creating a new instance (`EntityReference(EntityReference other)`)."]]],[]]