Class LineageGrpc.LineageImplBase
- java.lang.Object
-
- com.google.cloud.datacatalog.lineage.v1.LineageGrpc.LineageImplBase
-
- All Implemented Interfaces:
LineageGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- LineageGrpc
public abstract static class LineageGrpc.LineageImplBase extends Object implements io.grpc.BindableService, LineageGrpc.AsyncService
Base class for the server implementation of the service 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.
-
-
Constructor Summary
Constructors Constructor Description LineageImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.datacatalog.lineage.v1.LineageGrpc.AsyncService
batchSearchLinkProcesses, createLineageEvent, createProcess, createRun, deleteLineageEvent, deleteProcess, deleteRun, getLineageEvent, getProcess, getRun, listLineageEvents, listProcesses, listRuns, searchLinks, updateProcess, updateRun
-
-