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: update documentation for 31 day subscription message retention #27306

Merged
merged 2 commits into from
Sep 11, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ def initialize
# 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.
# @param labels [::Hash{::String => ::String}]
# Optional. See [Creating and managing
# labels](https://cloud.google.com/pubsub/docs/labels).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ class DetachSubscriptionResponse
# 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.
# @!attribute [rw] labels
# @return [::Google::Protobuf::Map{::String => ::String}]
# Optional. See [Creating and managing
Expand Down