Data Lineage v1 API - Class Lineage (1.3.0)

public static class Lineage

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.

Inheritance

object > Lineage

Namespace

Google.Cloud.DataCatalog.Lineage.V1

Assembly

Google.Cloud.DataCatalog.Lineage.V1.dll

Methods

BindService(LineageBase)

public static ServerServiceDefinition BindService(Lineage.LineageBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplLineageLineageBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, LineageBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplLineageLineageBase

An object implementing the server-side handling logic.