Class 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 Detail

      • LineageImplBase

        public LineageImplBase()
    • Method Detail

      • bindService

        public final io.grpc.ServerServiceDefinition bindService()
        Specified by:
        bindService in interface io.grpc.BindableService