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 TableBigtableTableAdminClient. 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 UpdateTableRequestUpdateTableRequest. addChangeStreamRetention(org.threeten.bp.Duration retention)Update change stream retention period between 1 day and 7 days.UpdateTableRequestUpdateTableRequest. disableChangeStreamRetention()Disable change stream for tablestatic UpdateTableRequestUpdateTableRequest. of(String tableId)
-