Skip to content

Commit

Permalink
feat: Automated regeneration of androidpublisher v3 client (#20264)
Browse files Browse the repository at this point in the history
Auto-created at 2024-09-22 09:51:38 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Sep 22, 2024
1 parent fdd6284 commit 00620d2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-androidpublisher_v3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-androidpublisher_v3

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

* Regenerated from discovery document revision 20240917

### v0.71.0 (2024-09-15)

* Regenerated from discovery document revision 20240912
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5621,10 +5621,9 @@ class SubscriptionOffer
# @return [String]
attr_accessor :package_name

# Required. The phases of this subscription offer. Must contain at least one
# entry, and may contain at most five. Users will always receive all these
# phases in the specified order. Phases may not be added, removed, or reordered
# after initial creation.
# Required. The phases of this subscription offer. Must contain at least one and
# at most two entries. Users will always receive all these phases in the
# specified order.
# Corresponds to the JSON property `phases`
# @return [Array<Google::Apis::AndroidpublisherV3::SubscriptionOfferPhase>]
attr_accessor :phases
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module AndroidpublisherV3
# Version of the google-apis-androidpublisher_v3 gem
GEM_VERSION = "0.71.0"
GEM_VERSION = "0.72.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 = "20240912"
REVISION = "20240917"
end
end
end

0 comments on commit 00620d2

Please sign in to comment.