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."],[[["This document provides reference documentation for the Data Lineage v1 API's `Lineage` class, used for tracking data flows between assets."],["The `Lineage` class allows the creation of `LineageEvents` to record data lineage between multiple sources and a single target."],["The `Lineage` class is part of the `Google.Cloud.DataCatalog.Lineage.V1` namespace within the Google Cloud .NET library."],["The `BindService` method facilitates the registration of service definitions and methods with a server, allowing for customized service binding logic."],["The latest version of this API is 1.4.0, with previous versions 1.3.0, 1.2.0, 1.1.0 and 1.0.0 also available."]]],[]]