Class MetastoreServiceGrpc.MetastoreServiceImplBase
- java.lang.Object
-
- com.google.cloud.bigquery.biglake.v1.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 Summary
Constructors Constructor Description MetastoreServiceImplBase()
-
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.bigquery.biglake.v1.MetastoreServiceGrpc.AsyncService
createCatalog, createDatabase, createTable, deleteCatalog, deleteDatabase, deleteTable, getCatalog, getDatabase, getTable, listCatalogs, listDatabases, listTables, renameTable, updateDatabase, updateTable
-
-