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 26, 2024
1 parent c5f579f commit 2a77108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bigtable/admin.go
Expand Up @@ -239,7 +239,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 2a77108

Please sign in to comment.