Class MetastoreServiceGrpc
- java.lang.Object
-
- com.google.cloud.bigquery.biglake.v1alpha1.MetastoreServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/bigquery/biglake/v1alpha1/metastore.proto") public final class MetastoreServiceGrpc extends Object
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/*`
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MetastoreServiceGrpc.AsyncService
BigLake Metastore is a serverless, highly available, multi-tenant runtime metastore for Google Cloud Data Analytics products.static class
MetastoreServiceGrpc.MetastoreServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service MetastoreService.static class
MetastoreServiceGrpc.MetastoreServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MetastoreService.static class
MetastoreServiceGrpc.MetastoreServiceImplBase
Base class for the server implementation of the service MetastoreService.static class
MetastoreServiceGrpc.MetastoreServiceStub
A stub to allow clients to do asynchronous rpc calls to service MetastoreService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(MetastoreServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CheckLockRequest,Lock>
getCheckLockMethod()
static io.grpc.MethodDescriptor<CreateCatalogRequest,Catalog>
getCreateCatalogMethod()
static io.grpc.MethodDescriptor<CreateDatabaseRequest,Database>
getCreateDatabaseMethod()
static io.grpc.MethodDescriptor<CreateLockRequest,Lock>
getCreateLockMethod()
static io.grpc.MethodDescriptor<CreateTableRequest,Table>
getCreateTableMethod()
static io.grpc.MethodDescriptor<DeleteCatalogRequest,Catalog>
getDeleteCatalogMethod()
static io.grpc.MethodDescriptor<DeleteDatabaseRequest,Database>
getDeleteDatabaseMethod()
static io.grpc.MethodDescriptor<DeleteLockRequest,com.google.protobuf.Empty>
getDeleteLockMethod()
static io.grpc.MethodDescriptor<DeleteTableRequest,Table>
getDeleteTableMethod()
static io.grpc.MethodDescriptor<GetCatalogRequest,Catalog>
getGetCatalogMethod()
static io.grpc.MethodDescriptor<GetDatabaseRequest,Database>
getGetDatabaseMethod()
static io.grpc.MethodDescriptor<GetTableRequest,Table>
getGetTableMethod()
static io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse>
getListCatalogsMethod()
static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse>
getListDatabasesMethod()
static io.grpc.MethodDescriptor<ListLocksRequest,ListLocksResponse>
getListLocksMethod()
static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse>
getListTablesMethod()
static io.grpc.MethodDescriptor<RenameTableRequest,Table>
getRenameTableMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateDatabaseRequest,Database>
getUpdateDatabaseMethod()
static io.grpc.MethodDescriptor<UpdateTableRequest,Table>
getUpdateTableMethod()
static MetastoreServiceGrpc.MetastoreServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetastoreServiceGrpc.MetastoreServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetastoreServiceGrpc.MetastoreServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateCatalogMethod
public static io.grpc.MethodDescriptor<CreateCatalogRequest,Catalog> getCreateCatalogMethod()
-
getDeleteCatalogMethod
public static io.grpc.MethodDescriptor<DeleteCatalogRequest,Catalog> getDeleteCatalogMethod()
-
getGetCatalogMethod
public static io.grpc.MethodDescriptor<GetCatalogRequest,Catalog> getGetCatalogMethod()
-
getListCatalogsMethod
public static io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
-
getCreateDatabaseMethod
public static io.grpc.MethodDescriptor<CreateDatabaseRequest,Database> getCreateDatabaseMethod()
-
getDeleteDatabaseMethod
public static io.grpc.MethodDescriptor<DeleteDatabaseRequest,Database> getDeleteDatabaseMethod()
-
getUpdateDatabaseMethod
public static io.grpc.MethodDescriptor<UpdateDatabaseRequest,Database> getUpdateDatabaseMethod()
-
getGetDatabaseMethod
public static io.grpc.MethodDescriptor<GetDatabaseRequest,Database> getGetDatabaseMethod()
-
getListDatabasesMethod
public static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> getListDatabasesMethod()
-
getCreateTableMethod
public static io.grpc.MethodDescriptor<CreateTableRequest,Table> getCreateTableMethod()
-
getDeleteTableMethod
public static io.grpc.MethodDescriptor<DeleteTableRequest,Table> getDeleteTableMethod()
-
getUpdateTableMethod
public static io.grpc.MethodDescriptor<UpdateTableRequest,Table> getUpdateTableMethod()
-
getRenameTableMethod
public static io.grpc.MethodDescriptor<RenameTableRequest,Table> getRenameTableMethod()
-
getGetTableMethod
public static io.grpc.MethodDescriptor<GetTableRequest,Table> getGetTableMethod()
-
getListTablesMethod
public static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> getListTablesMethod()
-
getCreateLockMethod
public static io.grpc.MethodDescriptor<CreateLockRequest,Lock> getCreateLockMethod()
-
getDeleteLockMethod
public static io.grpc.MethodDescriptor<DeleteLockRequest,com.google.protobuf.Empty> getDeleteLockMethod()
-
getCheckLockMethod
public static io.grpc.MethodDescriptor<CheckLockRequest,Lock> getCheckLockMethod()
-
getListLocksMethod
public static io.grpc.MethodDescriptor<ListLocksRequest,ListLocksResponse> getListLocksMethod()
-
newStub
public static MetastoreServiceGrpc.MetastoreServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MetastoreServiceGrpc.MetastoreServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MetastoreServiceGrpc.MetastoreServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(MetastoreServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-