public static final class MetastoreServiceGrpc.MetastoreServiceStub extends io.grpc.stub.AbstractAsyncStub<MetastoreServiceGrpc.MetastoreServiceStub>
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 | Method and Description |
|---|---|
protected MetastoreServiceGrpc.MetastoreServiceStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
void |
createCatalog(CreateCatalogRequest request,
io.grpc.stub.StreamObserver<Catalog> responseObserver)
Creates a new catalog.
|
void |
createDatabase(CreateDatabaseRequest request,
io.grpc.stub.StreamObserver<Database> responseObserver)
Creates a new database.
|
void |
createTable(CreateTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Creates a new table.
|
void |
deleteCatalog(DeleteCatalogRequest request,
io.grpc.stub.StreamObserver<Catalog> responseObserver)
Deletes an existing catalog specified by the catalog ID.
|
void |
deleteDatabase(DeleteDatabaseRequest request,
io.grpc.stub.StreamObserver<Database> responseObserver)
Deletes an existing database specified by the database ID.
|
void |
deleteTable(DeleteTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Deletes an existing table specified by the table ID.
|
void |
getCatalog(GetCatalogRequest request,
io.grpc.stub.StreamObserver<Catalog> responseObserver)
Gets the catalog specified by the resource name.
|
void |
getDatabase(GetDatabaseRequest request,
io.grpc.stub.StreamObserver<Database> responseObserver)
Gets the database specified by the resource name.
|
void |
getTable(GetTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Gets the table specified by the resource name.
|
void |
listCatalogs(ListCatalogsRequest request,
io.grpc.stub.StreamObserver<ListCatalogsResponse> responseObserver)
List all catalogs in a specified project.
|
void |
listDatabases(ListDatabasesRequest request,
io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)
List all databases in a specified catalog.
|
void |
listTables(ListTablesRequest request,
io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)
List all tables in a specified database.
|
void |
renameTable(RenameTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Renames an existing table specified by the table ID.
|
void |
updateDatabase(UpdateDatabaseRequest request,
io.grpc.stub.StreamObserver<Database> responseObserver)
Updates an existing database specified by the database ID.
|
void |
updateTable(UpdateTableRequest request,
io.grpc.stub.StreamObserver<Table> responseObserver)
Updates an existing table specified by the table ID.
|
protected MetastoreServiceGrpc.MetastoreServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<MetastoreServiceGrpc.MetastoreServiceStub>public void createCatalog(CreateCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Creates a new catalog.
public void deleteCatalog(DeleteCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Deletes an existing catalog specified by the catalog ID.
public void getCatalog(GetCatalogRequest request, io.grpc.stub.StreamObserver<Catalog> responseObserver)
Gets the catalog specified by the resource name.
public void listCatalogs(ListCatalogsRequest request, io.grpc.stub.StreamObserver<ListCatalogsResponse> responseObserver)
List all catalogs in a specified project.
public void createDatabase(CreateDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)
Creates a new database.
public void deleteDatabase(DeleteDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)
Deletes an existing database specified by the database ID.
public void updateDatabase(UpdateDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)
Updates an existing database specified by the database ID.
public void getDatabase(GetDatabaseRequest request, io.grpc.stub.StreamObserver<Database> responseObserver)
Gets the database specified by the resource name.
public void listDatabases(ListDatabasesRequest request, io.grpc.stub.StreamObserver<ListDatabasesResponse> responseObserver)
List all databases in a specified catalog.
public void createTable(CreateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Creates a new table.
public void deleteTable(DeleteTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Deletes an existing table specified by the table ID.
public void updateTable(UpdateTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Updates an existing table specified by the table ID.
public void renameTable(RenameTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Renames an existing table specified by the table ID.
public void getTable(GetTableRequest request, io.grpc.stub.StreamObserver<Table> responseObserver)
Gets the table specified by the resource name.
public void listTables(ListTablesRequest request, io.grpc.stub.StreamObserver<ListTablesResponse> responseObserver)
List all tables in a specified database.
Copyright © 2024 Google LLC. All rights reserved.