Package | Description |
---|---|
com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
com.google.cloud.bigtable.admin.v2.models |
Modifier and Type | Method and Description |
---|---|
Table |
BigtableTableAdminClient.createTable(CreateTableRequest request)
Creates a new table with the specified configuration
|
Table |
BigtableTableAdminClient.getTable(String tableId)
Gets the table metadata by tableId.
|
Table |
BigtableTableAdminClient.modifyFamilies(ModifyColumnFamiliesRequest request)
Creates, Updates and drops ColumnFamilies as per the request.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.core.ApiFuture<Table> |
BigtableTableAdminClient.createTableAsync(CreateTableRequest request)
Creates a new table with the specified configuration asynchronously
|
com.google.api.core.ApiFuture<Table> |
BigtableTableAdminClient.getTableAsync(String tableId)
Asynchronously gets the table metadata by tableId.
|
com.google.api.core.ApiFuture<Table> |
BigtableTableAdminClient.modifyFamiliesAsync(ModifyColumnFamiliesRequest request)
Asynchronously creates, updates and drops ColumnFamilies as per the request.
|
Modifier and Type | Method and Description |
---|---|
static Table |
Table.fromProto(com.google.bigtable.admin.v2.Table proto) |
Copyright © 2019 Google LLC. All rights reserved.