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 TableBigtableTableAdminClient. 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 CreateTableRequestCreateTableRequest. addChangeStreamRetention(org.threeten.bp.Duration retention)Add change stream retention period between 1 day and 7 daysCreateTableRequestCreateTableRequest. addFamily(String familyId)Adds a new columnFamily to the configurationCreateTableRequestCreateTableRequest. addFamily(String familyId, GCRules.GCRule gcRule)Adds a new columnFamily withGCRules.GCRuleto the configuration.CreateTableRequestCreateTableRequest. addSplit(com.google.protobuf.ByteString key)Adds split at the specified key to the configurationstatic CreateTableRequestCreateTableRequest. of(String tableId)
-