File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
generated/google-apis-pubsub_v1
lib/google/apis/pubsub_v1 Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-pubsub_v1
22
3+ ### v0.55.0 (2024-09-22)
4+
5+ * Regenerated from discovery document revision 20240912
6+ * Regenerated using generator version 0.15.1
7+
38### v0.54.0 (2024-07-25)
49
510* Regenerated from discovery document revision 20240702
Original file line number Diff line number Diff line change @@ -1735,7 +1735,7 @@ class Subscription
17351735 # backlog, from the moment a message is published. If `retain_acked_messages` is
17361736 # true, then this also configures the retention of acknowledged messages, and
17371737 # thus configures how far back in time a `Seek` can be done. Defaults to 7 days.
1738- # Cannot be more than 7 days or less than 10 minutes.
1738+ # Cannot be more than 31 days or less than 10 minutes.
17391739 # Corresponds to the JSON property `messageRetentionDuration`
17401740 # @return [String]
17411741 attr_accessor :message_retention_duration
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module PubsubV1
1818 # Version of the google-apis-pubsub_v1 gem
19- GEM_VERSION = "0.54 .0"
19+ GEM_VERSION = "0.55 .0"
2020
2121 # Version of the code generator used to generate this client
22- GENERATOR_VERSION = "0.15.0 "
22+ GENERATOR_VERSION = "0.15.1 "
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20240702 "
25+ REVISION = "20240912 "
2626 end
2727 end
2828end
You can’t perform that action at this time.
0 commit comments