Skip to content

Commit a452bf6

Browse files
feat: Automated regeneration of androidpublisher v3 client (googleapis#25075)
Auto-created at 2025-11-30 09:41:42 +0000 using the toys pull request generator.
1 parent 759e8aa commit a452bf6

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38039,6 +38039,7 @@
3803938039
"/androidpublisher:v3/Order/orderId": order_id
3804038040
"/androidpublisher:v3/Order/pointsDetails": points_details
3804138041
"/androidpublisher:v3/Order/purchaseToken": purchase_token
38042+
"/androidpublisher:v3/Order/salesChannel": sales_channel
3804238043
"/androidpublisher:v3/Order/state": state
3804338044
"/androidpublisher:v3/Order/tax": tax
3804438045
"/androidpublisher:v3/Order/total": total

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.90.0 (2025-11-30)
4+
5+
* Regenerated from discovery document revision 20251124
6+
37
### v0.89.0 (2025-11-23)
48

59
* Regenerated from discovery document revision 20251119

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5726,6 +5726,11 @@ class Order
57265726
# @return [String]
57275727
attr_accessor :purchase_token
57285728

5729+
# The originating sales channel of the order.
5730+
# Corresponds to the JSON property `salesChannel`
5731+
# @return [String]
5732+
attr_accessor :sales_channel
5733+
57295734
# The state of the order.
57305735
# Corresponds to the JSON property `state`
57315736
# @return [String]
@@ -5757,6 +5762,7 @@ def update!(**args)
57575762
@order_id = args[:order_id] if args.key?(:order_id)
57585763
@points_details = args[:points_details] if args.key?(:points_details)
57595764
@purchase_token = args[:purchase_token] if args.key?(:purchase_token)
5765+
@sales_channel = args[:sales_channel] if args.key?(:sales_channel)
57605766
@state = args[:state] if args.key?(:state)
57615767
@tax = args[:tax] if args.key?(:tax)
57625768
@total = args[:total] if args.key?(:total)

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.89.0"
19+
GEM_VERSION = "0.90.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 = "20251119"
25+
REVISION = "20251124"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3712,6 +3712,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
37123712
property :points_details, as: 'pointsDetails', class: Google::Apis::AndroidpublisherV3::PointsDetails, decorator: Google::Apis::AndroidpublisherV3::PointsDetails::Representation
37133713

37143714
property :purchase_token, as: 'purchaseToken'
3715+
property :sales_channel, as: 'salesChannel'
37153716
property :state, as: 'state'
37163717
property :tax, as: 'tax', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
37173718

0 commit comments

Comments
 (0)