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 Google.Cloud.DataCatalog.Lineage.V1 namespace tracks data flows between assets over time, allowing the creation of `LineageEvents` to record relationships between multiple data sources and a single target."],["The latest version of the `Lineage` class is 1.4.0, with previous versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0, all of which are accessible through provided links."],["The `BindService` method is used to create a service definition that can be registered with a server, enabling the handling of server-side logic related to lineage."],["The `BindService` method also allows for service method registration with a `ServiceBinderBase`, which is useful for customizing the service binding logic."],["The `Lineage` class inherits members from the base `object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]