8000 feat: Increase the maximum retention period for a Cloud Bigtable back… · googleapis/googleapis@c35889a · GitHub
[go: up one dir, main page]

Skip to content

Commit c35889a

Browse files
Google APIscopybara-github
authored andcommitted
feat: Increase the maximum retention period for a Cloud Bigtable backup from 30 days to 90 days
PiperOrigin-RevId: 544356969
1 parent deabec5 commit c35889a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/bigtable/admin/v2/table.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2022 Google LLC
1+
// Copyright 2023 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -363,7 +363,7 @@ message Backup {
363363
];
364364

365365
// Required. The expiration time of the backup, with microseconds
366-
// granularity that must be at least 6 hours and at most 30 days
366+
// granularity that must be at least 6 hours and at most 90 days
367367
// from the time the request is received. Once the `expire_time`
368368
// has passed, Cloud Bigtable will delete the backup and free the
369369
// resources used by the backup.

0 commit comments

Comments
 (0)
0