Skip to content

Commit

Permalink
AB: addressing feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-g-22 committed Apr 29, 2024
1 parent bde56bb commit ffdeb4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigtable/admin.go
Expand Up @@ -243,7 +243,8 @@ type TableAutomatedBackupConfig interface {
}

// Defines an automated backup policy for a table.
// Use Nil to disable Automated Backups.
// Use nil TableAutomatedBackupPolicy to disable Automated Backups on a table.
// Use nil for a specific field to ignore that field when updating the policy on a table.
type TableAutomatedBackupPolicy struct {
// Required. How long the automated backups should be retained. The only
// supported value at this time is 3 days.
Expand Down

0 comments on commit ffdeb4b

Please sign in to comment.