Uses of Class
com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
Packages that use UpdateTableRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of UpdateTableRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type UpdateTableRequestModifier and TypeMethodDescriptionBigtableTableAdminClient.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 UpdateTableRequestModifier and TypeMethodDescriptionUpdateTableRequest.addChangeStreamRetention(org.threeten.bp.Duration retention) Update change stream retention period between 1 day and 7 days.UpdateTableRequest.disableAutomatedBackup()Disables table automated backup policy.UpdateTableRequest.disableChangeStreamRetention()Disable change stream for table.static UpdateTableRequestUpdateTableRequest.setAutomatedBackup(org.threeten.bp.Duration retentionPeriod, org.threeten.bp.Duration frequency) Set an automated backup policy for the table.UpdateTableRequest.setAutomatedBackupFrequency(org.threeten.bp.Duration frequency) Updates table automated backup policy frequency.UpdateTableRequest.setAutomatedBackupRetentionPeriod(org.threeten.bp.Duration retention) Updates table automated backup policy retention period.UpdateTableRequest.setDeletionProtection(boolean deletionProtection) Changes the deletion protection of an existing table.