Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Packages that use UpdateTableRequest Package Description com.google.cloud.bigtable.admin.v2 Clients for the Cloud Bigtable admin API.com.google.cloud.bigtable.admin.v2.models -
-
Uses of UpdateTableRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type UpdateTableRequest Modifier and Type Method Description Table
BigtableTableAdminClient. updateTable(UpdateTableRequest request)
Update a table with the specified configuration.com.google.api.core.ApiFuture<Table>
BigtableTableAdminClient. updateTableAsync(UpdateTableRequest request)
Asynchronously update a table with the specified configuration. -
Uses of UpdateTableRequest in com.google.cloud.bigtable.admin.v2.models
Methods in com.google.cloud.bigtable.admin.v2.models that return UpdateTableRequest Modifier and Type Method Description UpdateTableRequest
UpdateTableRequest. addChangeStreamRetention(org.threeten.bp.Duration retention)
Update change stream retention period between 1 day and 7 days.UpdateTableRequest
UpdateTableRequest. disableChangeStreamRetention()
Disable change stream for tablestatic UpdateTableRequest
UpdateTableRequest. of(String tableId)
-