Class MetastoreServiceGrpc.MetastoreServiceImplBase

  • All Implemented Interfaces:
    MetastoreServiceGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    MetastoreServiceGrpc

    public abstract static class MetastoreServiceGrpc.MetastoreServiceImplBase
    extends Object
    implements io.grpc.BindableService, MetastoreServiceGrpc.AsyncService
    Base class for the server implementation of the service MetastoreService.
     BigLake Metastore is a serverless, highly available, multi-tenant runtime
     metastore for Google Cloud Data Analytics products.
     The BigLake Metastore API defines the following resource model:
     * A collection of Google Cloud projects: `/projects/*`
     * Each project has a collection of available locations: `/locations/*`
     * Each location has a collection of catalogs: `/catalogs/*`
     * Each catalog has a collection of databases: `/databases/*`
     * Each database has a collection of tables: `/tables/*`
     
    • Constructor Detail

      • MetastoreServiceImplBase

        public MetastoreServiceImplBase()
    • Method Detail

      • bindService

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