Skip to content

Commit

Permalink
feat: Automated regeneration of analyticshub v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Sep 29, 2024
1 parent 6fd6998 commit 507c795
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-analyticshub_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-analyticshub_v1

### v0.25.0 (2024-09-29)

* Regenerated from discovery document revision 20240925

### v0.24.0 (2024-09-01)

* Regenerated from discovery document revision 20240826
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ class GooglePubsubV1Subscription
# 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 AnalyticshubV1
# Version of the google-apis-analyticshub_v1 gem
GEM_VERSION = "0.24.0"
GEM_VERSION = "0.25.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240826"
REVISION = "20240925"
end
end
end

0 comments on commit 507c795

Please sign in to comment.