Reference documentation and code samples for the Data Lineage v1 API class Lineage.
Lineage is used to track data flows between assets over time. You can
create [LineageEvents][google.cloud.datacatalog.lineage.v1.LineageEvent]
to record lineage between multiple sources and a single target, for
example, when table data is based on data from multiple tables.
public static void BindService(ServiceBinderBase serviceBinder, Lineage.LineageBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 Lineage class in the Data Lineage v1 API tracks data flows between assets over time, using LineageEvents to record relationships."],["Version 1.4.0 is the latest version of this Lineage API, and this document is for version 1.2.0."],["The Lineage class is part of the Google.Cloud.DataCatalog.Lineage.V1 namespace and is found in the Google.Cloud.DataCatalog.Lineage.V1.dll assembly."],["The Lineage class provides static methods, `BindService`, to create or register service definitions for handling server-side logic."],["Lineage inherits from the object class, and therefore also inherits common object methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]