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 is used to track data flows between assets, particularly when data from multiple sources is combined into a single target."],["Version 1.4.0 is the latest version, and there are also versions 1.3.0, 1.2.0, 1.1.0, and 1.0.0 available."],["The Lineage class inherits from the `object` class and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` methods allow the creation of a service definition for a server and registration of service methods, with one method allowing for customized binding logic."],["The namespace for this documentation is `Google.Cloud.DataCatalog.Lineage.V1` contained within the `Google.Cloud.DataCatalog.Lineage.V1.dll` assembly."]]],[]]