| 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. 
 | 
com.google.api.core.ApiFuture<Table> | 
BigtableTableAdminClient.createTableAsync(CreateTableRequest request)
Asynchronously creates a new table with the specified configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CreateTableRequest | 
CreateTableRequest.addFamily(String familyId)
Adds a new columnFamily to the configuration 
 | 
CreateTableRequest | 
CreateTableRequest.addFamily(String familyId,
         GCRules.GCRule gcRule)
Adds a new columnFamily with  
GCRules.GCRule to the configuration. | 
CreateTableRequest | 
CreateTableRequest.addSplit(ByteString key)
Adds split at the specified key to the configuration 
 | 
static CreateTableRequest | 
CreateTableRequest.of(String tableId)  | 
Copyright © 2019 Google LLC. All rights reserved.