Skip to content

Commit

Permalink
docs: update documentation for 31 day subscription message retention
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 673028761
  • Loading branch information
Google APIs authored and copybara-github committed Sep 10, 2024
1 parent 02f62c8 commit 394f626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/pubsub/v1/pubsub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -837,7 +837,7 @@ message Subscription {
// backlog, from the moment a message is published. If `retain_acked_messages`
// is true, then this also configures the retention of acknowledged messages,
// and thus configures how far back in time a `Seek` can be done. Defaults to
// 7 days. Cannot be more than 7 days or less than 10 minutes.
// 7 days. Cannot be more than 31 days or less than 10 minutes.
google.protobuf.Duration message_retention_duration = 8
[(google.api.field_behavior) = OPTIONAL];

Expand Down

0 comments on commit 394f626

Please sign in to comment.