Skip to content

Commit 9f71ad3

Browse files
feat: Automated regeneration of androidpublisher v3 client (#25291)
Auto-created at 2025-12-21 10:03:55 +0000 using the toys pull request generator.
1 parent c5d6df4 commit 9f71ad3

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
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.93.0 (2025-12-21)
4+
5+
* Regenerated from discovery document revision 20251215
6+
37
### v0.92.0 (2025-12-14)
48

59
* Regenerated from discovery document revision 20251211

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6759,14 +6759,6 @@ def update!(**args)
67596759
class ProrationPeriodDetails
67606760
include Google::Apis::Core::Hashable
67616761

6762-
# The last order id of the original subscription purchase prior to the plan
6763-
# change. This is only populated if this proration period is from an ugrade/
6764-
# downgrade from a previous subscription and carries the remaining offer phase
6765-
# from the linked order of the previous subscription.
6766-
# Corresponds to the JSON property `linkedOrderId`
6767-
# @return [String]
6768-
attr_accessor :linked_order_id
6769-
67706762
# Represent the original offer phase from the purchased the line item if the
67716763
# proration period contains any of them. For example, a proration period from
67726764
# CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the
@@ -6782,7 +6774,6 @@ def initialize(**args)
67826774

67836775
# Update properties of this object
67846776
def update!(**args)
6785-
@linked_order_id = args[:linked_order_id] if args.key?(:linked_order_id)
67866777
@original_offer_phase = args[:original_offer_phase] if args.key?(:original_offer_phase)
67876778
end
67886779
end

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.92.0"
19+
GEM_VERSION = "0.93.0"
2020

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

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4012,7 +4012,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
40124012
class ProrationPeriodDetails
40134013
# @private
40144014
class Representation < Google::Apis::Core::JsonRepresentation
4015-
property :linked_order_id, as: 'linkedOrderId'
40164015
property :original_offer_phase, as: 'originalOfferPhase'
40174016
end
40184017
end

0 commit comments

Comments
 (0)