Skip to content

Commit 19473b4

Browse files
Google APIscopybara-github
authored andcommitted
docs: Update Pub/Sub topic retention limit from 7 days to 31 days
PiperOrigin-RevId: 509846179
1 parent 7cdecfc commit 19473b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/pubsub/v1/pubsub.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ message Topic {
215215
// timestamp](https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time)
216216
// that is up to `message_retention_duration` in the past. If this field is
217217
// not set, message retention is controlled by settings on individual
218-
// subscriptions. Cannot be more than 7 days or less than 10 minutes.
218+
// subscriptions. Cannot be more than 31 days or less than 10 minutes.
219219
google.protobuf.Duration message_retention_duration = 8;
220220
}
221221

0 commit comments

Comments
 (0)