Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Increase the maximum retention period for a Cloud Bigtable backup from 30 days to 90 days #1826

Merged
merged 2 commits into from Jul 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -358,7 +358,7 @@ public com.google.protobuf.ByteString getSourceTableBytes() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -378,7 +378,7 @@ public boolean hasExpireTime() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -398,7 +398,7 @@ public com.google.protobuf.Timestamp getExpireTime() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand Down Expand Up @@ -1454,7 +1454,7 @@ public Builder setSourceTableBytes(com.google.protobuf.ByteString value) {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -1473,7 +1473,7 @@ public boolean hasExpireTime() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -1498,7 +1498,7 @@ public com.google.protobuf.Timestamp getExpireTime() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -1525,7 +1525,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp value) {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -1549,7 +1549,7 @@ public Builder setExpireTime(com.google.protobuf.Timestamp.Builder builderForVal
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand Down Expand Up @@ -1579,7 +1579,7 @@ public Builder mergeExpireTime(com.google.protobuf.Timestamp value) {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -1603,7 +1603,7 @@ public Builder clearExpireTime() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -1622,7 +1622,7 @@ public com.google.protobuf.Timestamp.Builder getExpireTimeBuilder() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -1645,7 +1645,7 @@ public com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder() {
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand Down
Expand Up @@ -104,7 +104,7 @@ public interface BackupOrBuilder
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -121,7 +121,7 @@ public interface BackupOrBuilder
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand All @@ -138,7 +138,7 @@ public interface BackupOrBuilder
*
* <pre>
* Required. The expiration time of the backup, with microseconds
* granularity that must be at least 6 hours and at most 30 days
* granularity that must be at least 6 hours and at most 90 days
* from the time the request is received. Once the `expire_time`
* has passed, Cloud Bigtable will delete the backup and free the
* resources used by the backup.
Expand Down
@@ -1,4 +1,4 @@
// Copyright 2022 Google LLC
// Copyright 2023 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -363,7 +363,7 @@ message Backup {
];

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