Class UpdateTableRequest
java.lang.Object
com.google.cloud.bigtable.admin.v2.models.UpdateTableRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddChangeStreamRetention(org.threeten.bp.Duration retention) Update change stream retention period between 1 day and 7 days.Disables table automated backup policy.Disable change stream for table.booleaninthashCode()static UpdateTableRequestsetAutomatedBackup(org.threeten.bp.Duration retentionPeriod, org.threeten.bp.Duration frequency) Set an automated backup policy for the table.setAutomatedBackupFrequency(org.threeten.bp.Duration frequency) Updates table automated backup policy frequency.setAutomatedBackupRetentionPeriod(org.threeten.bp.Duration retention) Updates table automated backup policy retention period.setDeletionProtection(boolean deletionProtection) Changes the deletion protection of an existing table.
-
Method Details
-
of
-
addChangeStreamRetention
Update change stream retention period between 1 day and 7 days. -
disableChangeStreamRetention
Disable change stream for table. -
setDeletionProtection
Changes the deletion protection of an existing table. -
disableAutomatedBackup
Disables table automated backup policy. -
setAutomatedBackup
public UpdateTableRequest setAutomatedBackup(org.threeten.bp.Duration retentionPeriod, org.threeten.bp.Duration frequency) Set an automated backup policy for the table. -
setAutomatedBackupRetentionPeriod
Updates table automated backup policy retention period. -
setAutomatedBackupFrequency
Updates table automated backup policy frequency. -
toProto
-
equals
-
hashCode
public int hashCode()
-