Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateTableRequest
-
Packages that use CreateTableRequest Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of CreateTableRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type CreateTableRequest Modifier and Type Method 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. -
Uses of CreateTableRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return CreateTableRequest Modifier and Type Method Description CreateTableRequest
CreateTableRequest. addChangeStreamRetention(org.threeten.bp.Duration retention)
Add change stream retention period between 1 day and 7 daysCreateTableRequest
CreateTableRequest. addFamily(String familyId)
Adds a new columnFamily to the configurationCreateTableRequest
CreateTableRequest. addFamily(String familyId, GCRules.GCRule gcRule)
Adds a new columnFamily withGCRules.GCRule
to the configuration.CreateTableRequest
CreateTableRequest. addSplit(com.google.protobuf.ByteString key)
Adds split at the specified key to the configurationstatic CreateTableRequest
CreateTableRequest. of(String tableId)
-