google-apis-androidpublisher_v3 0.87.0 → 0.88.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2198180802c73cef0c0a93d206e08b4d45becef2cdad25a2bb5bafeb62906bfd
|
|
4
|
+
data.tar.gz: 5a47b0664fd88e0604b9e269e69dbb114dd42b84f388cf94bc9f92b132e2d782
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 80c44804bc1dbe86459f84cff29985de45f912408c65ca430a6a167350ec599c319292e6cacc100eb41db5d8c77a09b4228335c714daffcf4c2eb1002475a220
|
|
7
|
+
data.tar.gz: 5aa5455297a8c94b62e44bdfe7ebcdc17a0ac61248e634e6e6e4c27dbc892e91dcb0685456f8f7071abfab89c9178320fbbfc04622d6bc09ef82d46c446d13c2
|
data/CHANGELOG.md
CHANGED
|
@@ -5452,6 +5452,11 @@ module Google
|
|
|
5452
5452
|
# @return [String]
|
|
5453
5453
|
attr_accessor :offer_id
|
|
5454
5454
|
|
|
5455
|
+
# Details of a pre-order purchase.
|
|
5456
|
+
# Corresponds to the JSON property `preorderDetails`
|
|
5457
|
+
# @return [Google::Apis::AndroidpublisherV3::PreorderDetails]
|
|
5458
|
+
attr_accessor :preorder_details
|
|
5459
|
+
|
|
5455
5460
|
# ID of the purchase option. This field is set for both purchase options and
|
|
5456
5461
|
# variant offers. For purchase options, this ID identifies the purchase option
|
|
5457
5462
|
# itself. For variant offers, this ID refers to the associated purchase option,
|
|
@@ -5477,6 +5482,7 @@ module Google
|
|
|
5477
5482
|
# Update properties of this object
|
|
5478
5483
|
def update!(**args)
|
|
5479
5484
|
@offer_id = args[:offer_id] if args.key?(:offer_id)
|
|
5485
|
+
@preorder_details = args[:preorder_details] if args.key?(:preorder_details)
|
|
5480
5486
|
@purchase_option_id = args[:purchase_option_id] if args.key?(:purchase_option_id)
|
|
5481
5487
|
@quantity = args[:quantity] if args.key?(:quantity)
|
|
5482
5488
|
@rental_details = args[:rental_details] if args.key?(:rental_details)
|
|
@@ -5992,6 +5998,38 @@ module Google
|
|
|
5992
5998
|
end
|
|
5993
5999
|
end
|
|
5994
6000
|
|
|
6001
|
+
# Details of a pre-order purchase.
|
|
6002
|
+
class PreorderDetails
|
|
6003
|
+
include Google::Apis::Core::Hashable
|
|
6004
|
+
|
|
6005
|
+
def initialize(**args)
|
|
6006
|
+
update!(**args)
|
|
6007
|
+
end
|
|
6008
|
+
|
|
6009
|
+
# Update properties of this object
|
|
6010
|
+
def update!(**args)
|
|
6011
|
+
end
|
|
6012
|
+
end
|
|
6013
|
+
|
|
6014
|
+
# Offer details information related to a preorder line item.
|
|
6015
|
+
class PreorderOfferDetails
|
|
6016
|
+
include Google::Apis::Core::Hashable
|
|
6017
|
+
|
|
6018
|
+
# The time when a preordered item is released for a preorder purchase.
|
|
6019
|
+
# Corresponds to the JSON property `preorderReleaseTime`
|
|
6020
|
+
# @return [String]
|
|
6021
|
+
attr_accessor :preorder_release_time
|
|
6022
|
+
|
|
6023
|
+
def initialize(**args)
|
|
6024
|
+
update!(**args)
|
|
6025
|
+
end
|
|
6026
|
+
|
|
6027
|
+
# Update properties of this object
|
|
6028
|
+
def update!(**args)
|
|
6029
|
+
@preorder_release_time = args[:preorder_release_time] if args.key?(:preorder_release_time)
|
|
6030
|
+
end
|
|
6031
|
+
end
|
|
6032
|
+
|
|
5995
6033
|
# Represents a base plan that does not automatically renew at the end of the
|
|
5996
6034
|
# base plan, and must be manually renewed by the user.
|
|
5997
6035
|
class PrepaidBasePlanType
|
|
@@ -6168,6 +6206,11 @@ module Google
|
|
|
6168
6206
|
# @return [String]
|
|
6169
6207
|
attr_accessor :offer_token
|
|
6170
6208
|
|
|
6209
|
+
# Offer details information related to a preorder line item.
|
|
6210
|
+
# Corresponds to the JSON property `preorderOfferDetails`
|
|
6211
|
+
# @return [Google::Apis::AndroidpublisherV3::PreorderOfferDetails]
|
|
6212
|
+
attr_accessor :preorder_offer_details
|
|
6213
|
+
|
|
6171
6214
|
# The purchase option ID.
|
|
6172
6215
|
# Corresponds to the JSON property `purchaseOptionId`
|
|
6173
6216
|
# @return [String]
|
|
@@ -6199,6 +6242,7 @@ module Google
|
|
|
6199
6242
|
@offer_id = args[:offer_id] if args.key?(:offer_id)
|
|
6200
6243
|
@offer_tags = args[:offer_tags] if args.key?(:offer_tags)
|
|
6201
6244
|
@offer_token = args[:offer_token] if args.key?(:offer_token)
|
|
6245
|
+
@preorder_offer_details = args[:preorder_offer_details] if args.key?(:preorder_offer_details)
|
|
6202
6246
|
@purchase_option_id = args[:purchase_option_id] if args.key?(:purchase_option_id)
|
|
6203
6247
|
@quantity = args[:quantity] if args.key?(:quantity)
|
|
6204
6248
|
@refundable_quantity = args[:refundable_quantity] if args.key?(:refundable_quantity)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module AndroidpublisherV3
|
|
18
18
|
# Version of the google-apis-androidpublisher_v3 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.88.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251028"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1180,6 +1180,18 @@ module Google
|
|
|
1180
1180
|
include Google::Apis::Core::JsonObjectSupport
|
|
1181
1181
|
end
|
|
1182
1182
|
|
|
1183
|
+
class PreorderDetails
|
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
|
+
|
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1187
|
+
end
|
|
1188
|
+
|
|
1189
|
+
class PreorderOfferDetails
|
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1191
|
+
|
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1193
|
+
end
|
|
1194
|
+
|
|
1183
1195
|
class PrepaidBasePlanType
|
|
1184
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1185
1197
|
|
|
@@ -3574,6 +3586,8 @@ module Google
|
|
|
3574
3586
|
# @private
|
|
3575
3587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3576
3588
|
property :offer_id, as: 'offerId'
|
|
3589
|
+
property :preorder_details, as: 'preorderDetails', class: Google::Apis::AndroidpublisherV3::PreorderDetails, decorator: Google::Apis::AndroidpublisherV3::PreorderDetails::Representation
|
|
3590
|
+
|
|
3577
3591
|
property :purchase_option_id, as: 'purchaseOptionId'
|
|
3578
3592
|
property :quantity, as: 'quantity'
|
|
3579
3593
|
property :rental_details, as: 'rentalDetails', class: Google::Apis::AndroidpublisherV3::RentalDetails, decorator: Google::Apis::AndroidpublisherV3::RentalDetails::Representation
|
|
@@ -3741,6 +3755,19 @@ module Google
|
|
|
3741
3755
|
end
|
|
3742
3756
|
end
|
|
3743
3757
|
|
|
3758
|
+
class PreorderDetails
|
|
3759
|
+
# @private
|
|
3760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3761
|
+
end
|
|
3762
|
+
end
|
|
3763
|
+
|
|
3764
|
+
class PreorderOfferDetails
|
|
3765
|
+
# @private
|
|
3766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3767
|
+
property :preorder_release_time, as: 'preorderReleaseTime'
|
|
3768
|
+
end
|
|
3769
|
+
end
|
|
3770
|
+
|
|
3744
3771
|
class PrepaidBasePlanType
|
|
3745
3772
|
# @private
|
|
3746
3773
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -3797,6 +3824,8 @@ module Google
|
|
|
3797
3824
|
property :offer_id, as: 'offerId'
|
|
3798
3825
|
collection :offer_tags, as: 'offerTags'
|
|
3799
3826
|
property :offer_token, as: 'offerToken'
|
|
3827
|
+
property :preorder_offer_details, as: 'preorderOfferDetails', class: Google::Apis::AndroidpublisherV3::PreorderOfferDetails, decorator: Google::Apis::AndroidpublisherV3::PreorderOfferDetails::Representation
|
|
3828
|
+
|
|
3800
3829
|
property :purchase_option_id, as: 'purchaseOptionId'
|
|
3801
3830
|
property :quantity, as: 'quantity'
|
|
3802
3831
|
property :refundable_quantity, as: 'refundableQuantity'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-androidpublisher_v3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.88.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.88.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|