Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateTableRequest
Packages that use CreateTableRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateTableRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type CreateTableRequestModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return CreateTableRequestModifier 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.GCRuleto the configuration.CreateTableRequest.addFamily(String familyId, GCRules.GCRule gcRule, Type valueType) Adds a new columnFamily with aGCRules.GCRuleandTypeto the configuration.Adds a new columnFamily with aTypeto the configuration.CreateTableRequest.addSplit(com.google.protobuf.ByteString key) Adds split at the specified key to the configurationstatic CreateTableRequest