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