Skip to content

Commit

Permalink
feat: Automated regeneration of pubsub v1 client (#20260)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-22 09:44:50 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 22, 2024
1 parent 2b2093b commit 7500b17
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-pubsub_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-pubsub_v1

### v0.55.0 (2024-09-22)

* Regenerated from discovery document revision 20240912
* Regenerated using generator version 0.15.1

### v0.54.0 (2024-07-25)

* Regenerated from discovery document revision 20240702
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,7 @@ class 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.
# Cannot be more than 31 days or less than 10 minutes.
# Corresponds to the JSON property `messageRetentionDuration`
# @return [String]
attr_accessor :message_retention_duration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module PubsubV1
# Version of the google-apis-pubsub_v1 gem
GEM_VERSION = "0.54.0"
GEM_VERSION = "0.55.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.15.0"
GENERATOR_VERSION = "0.15.1"

# Revision of the discovery document this client was generated from
REVISION = "20240702"
REVISION = "20240912"
end
end
end

0 comments on commit 7500b17

Please sign in to comment.