Uses of Class
com.google.cloud.bigtable.admin.v2.models.Table
-
Packages that use Table Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of Table in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 that return Table Modifier and Type Method Description TableBigtableTableAdminClient. createTable(CreateTableRequest request)Creates a new table with the specified configuration.TableBigtableTableAdminClient. getTable(String tableId)Gets the table metadata by table ID.TableBigtableTableAdminClient. modifyFamilies(ModifyColumnFamiliesRequest request)Creates, updates and drops column families as specified in the request.TableBigtableTableAdminClient. updateTable(UpdateTableRequest request)Update a table with the specified configuration.Methods in com.google.cloud.bigtable.admin.v2 that return types with arguments of type Table Modifier and Type Method Description com.google.api.core.ApiFuture<Table>BigtableTableAdminClient. createTableAsync(CreateTableRequest request)Asynchronously creates a new table with the specified configuration.com.google.api.core.ApiFuture<Table>BigtableTableAdminClient. getTableAsync(String tableId)Asynchronously gets the table metadata by table ID.com.google.api.core.ApiFuture<Table>BigtableTableAdminClient. modifyFamiliesAsync(ModifyColumnFamiliesRequest request)Asynchronously creates, updates, and drops column families as specified in the request.com.google.api.core.ApiFuture<Table>BigtableTableAdminClient. updateTableAsync(UpdateTableRequest request)Asynchronously update a table with the specified configuration. -
Uses of Table in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return Table Modifier and Type Method Description static TableTable. fromProto(Table proto)TableRestoredTableResult. getTable()Constructors in com.google.cloud.bigtable.admin.v2.models with parameters of type Table Constructor Description RestoredTableResult(Table restoredTable, String optimizeRestoredTableOperationName)
-