@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/bigquery/biglake/v1/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/*`
| Modifier and Type | Class and 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.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.ServerServiceDefinition |
bindService(MetastoreServiceGrpc.AsyncService service) |
static io.grpc.MethodDescriptor<CreateCatalogRequest,Catalog> |
getCreateCatalogMethod() |
static io.grpc.MethodDescriptor<CreateDatabaseRequest,Database> |
getCreateDatabaseMethod() |
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<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<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 service
|
static MetastoreServiceGrpc.MetastoreServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static MetastoreServiceGrpc.MetastoreServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<CreateCatalogRequest,Catalog> getCreateCatalogMethod()
public static io.grpc.MethodDescriptor<DeleteCatalogRequest,Catalog> getDeleteCatalogMethod()
public static io.grpc.MethodDescriptor<GetCatalogRequest,Catalog> getGetCatalogMethod()
public static io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
public static io.grpc.MethodDescriptor<CreateDatabaseRequest,Database> getCreateDatabaseMethod()
public static io.grpc.MethodDescriptor<DeleteDatabaseRequest,Database> getDeleteDatabaseMethod()
public static io.grpc.MethodDescriptor<UpdateDatabaseRequest,Database> getUpdateDatabaseMethod()
public static io.grpc.MethodDescriptor<GetDatabaseRequest,Database> getGetDatabaseMethod()
public static io.grpc.MethodDescriptor<ListDatabasesRequest,ListDatabasesResponse> getListDatabasesMethod()
public static io.grpc.MethodDescriptor<CreateTableRequest,Table> getCreateTableMethod()
public static io.grpc.MethodDescriptor<DeleteTableRequest,Table> getDeleteTableMethod()
public static io.grpc.MethodDescriptor<UpdateTableRequest,Table> getUpdateTableMethod()
public static io.grpc.MethodDescriptor<RenameTableRequest,Table> getRenameTableMethod()
public static io.grpc.MethodDescriptor<GetTableRequest,Table> getGetTableMethod()
public static io.grpc.MethodDescriptor<ListTablesRequest,ListTablesResponse> getListTablesMethod()
public static MetastoreServiceGrpc.MetastoreServiceStub newStub(io.grpc.Channel channel)
public static MetastoreServiceGrpc.MetastoreServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static MetastoreServiceGrpc.MetastoreServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(MetastoreServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2024 Google LLC. All rights reserved.