Skip to content

Commit 00620d2

Browse files
feat: Automated regeneration of androidpublisher v3 client (googleapis#20264)
Auto-created at 2024-09-22 09:51:38 +0000 using the toys pull request generator.
1 parent fdd6284 commit 00620d2

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

generated/google-apis-androidpublisher_v3/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-androidpublisher_v3
22

3+
### v0.72.0 (2024-09-22)
4+
5+
* Regenerated from discovery document revision 20240917
6+
37
### v0.71.0 (2024-09-15)
48

59
* Regenerated from discovery document revision 20240912

generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/classes.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5621,10 +5621,9 @@ class SubscriptionOffer
56215621
# @return [String]
56225622
attr_accessor :package_name
56235623

5624-
# Required. The phases of this subscription offer. Must contain at least one
5625-
# entry, and may contain at most five. Users will always receive all these
5626-
# phases in the specified order. Phases may not be added, removed, or reordered
5627-
# after initial creation.
5624+
# Required. The phases of this subscription offer. Must contain at least one and
5625+
# at most two entries. Users will always receive all these phases in the
5626+
# specified order.
56285627
# Corresponds to the JSON property `phases`
56295628
# @return [Array<Google::Apis::AndroidpublisherV3::SubscriptionOfferPhase>]
56305629
attr_accessor :phases

generated/google-apis-androidpublisher_v3/lib/google/apis/androidpublisher_v3/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AndroidpublisherV3
1818
# Version of the google-apis-androidpublisher_v3 gem
19-
GEM_VERSION = "0.71.0"
19+
GEM_VERSION = "0.72.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240912"
25+
REVISION = "20240917"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)