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