google-apis-androidpublisher_v3 0.83.0 → 0.85.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/androidpublisher_v3/classes.rb +1629 -157
- data/lib/google/apis/androidpublisher_v3/gem_version.rb +2 -2
- data/lib/google/apis/androidpublisher_v3/representations.rb +724 -3
- data/lib/google/apis/androidpublisher_v3/service.rb +702 -0
- metadata +2 -2
@@ -46,6 +46,18 @@ module Google
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
+
class ActivateOneTimeProductOfferRequest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class ActivatePurchaseOptionRequest
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
49
61
|
class ActivateSubscriptionOfferRequest
|
50
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
63
|
|
@@ -190,6 +202,42 @@ module Google
|
|
190
202
|
include Google::Apis::Core::JsonObjectSupport
|
191
203
|
end
|
192
204
|
|
205
|
+
class BatchDeleteOneTimeProductOffersRequest
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class BatchDeleteOneTimeProductsRequest
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class BatchDeletePurchaseOptionsRequest
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class BatchGetOneTimeProductOffersRequest
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class BatchGetOneTimeProductOffersResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class BatchGetOneTimeProductsResponse
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
193
241
|
class BatchGetOrdersResponse
|
194
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
243
|
|
@@ -238,6 +286,54 @@ module Google
|
|
238
286
|
include Google::Apis::Core::JsonObjectSupport
|
239
287
|
end
|
240
288
|
|
289
|
+
class BatchUpdateOneTimeProductOfferStatesRequest
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class BatchUpdateOneTimeProductOfferStatesResponse
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class BatchUpdateOneTimeProductOffersRequest
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class BatchUpdateOneTimeProductOffersResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class BatchUpdateOneTimeProductsRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class BatchUpdateOneTimeProductsResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class BatchUpdatePurchaseOptionStatesRequest
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class BatchUpdatePurchaseOptionStatesResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
241
337
|
class BatchUpdateSubscriptionOfferStatesRequest
|
242
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
339
|
|
@@ -304,6 +400,12 @@ module Google
|
|
304
400
|
include Google::Apis::Core::JsonObjectSupport
|
305
401
|
end
|
306
402
|
|
403
|
+
class CancelOneTimeProductOfferRequest
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
307
409
|
class CancelSurveyResult
|
308
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
411
|
|
@@ -370,18 +472,54 @@ module Google
|
|
370
472
|
include Google::Apis::Core::JsonObjectSupport
|
371
473
|
end
|
372
474
|
|
475
|
+
class DeactivateOneTimeProductOfferRequest
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class DeactivatePurchaseOptionRequest
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
373
487
|
class DeactivateSubscriptionOfferRequest
|
374
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
489
|
|
376
490
|
include Google::Apis::Core::JsonObjectSupport
|
377
491
|
end
|
378
492
|
|
493
|
+
class DeferredItemRemoval
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
379
499
|
class DeferredItemReplacement
|
380
500
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
501
|
|
382
502
|
include Google::Apis::Core::JsonObjectSupport
|
383
503
|
end
|
384
504
|
|
505
|
+
class DeleteOneTimeProductOfferRequest
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class DeleteOneTimeProductRequest
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class DeletePurchaseOptionRequest
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
385
523
|
class DeobfuscationFile
|
386
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
525
|
|
@@ -580,6 +718,12 @@ module Google
|
|
580
718
|
include Google::Apis::Core::JsonObjectSupport
|
581
719
|
end
|
582
720
|
|
721
|
+
class GetOneTimeProductOfferRequest
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
583
727
|
class GetSubscriptionOfferRequest
|
584
728
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
729
|
|
@@ -718,6 +862,18 @@ module Google
|
|
718
862
|
include Google::Apis::Core::JsonObjectSupport
|
719
863
|
end
|
720
864
|
|
865
|
+
class ListOneTimeProductOffersResponse
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class ListOneTimeProductsResponse
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
721
877
|
class ListSubscriptionOffersResponse
|
722
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
879
|
|
@@ -826,6 +982,84 @@ module Google
|
|
826
982
|
include Google::Apis::Core::JsonObjectSupport
|
827
983
|
end
|
828
984
|
|
985
|
+
class OneTimeProduct
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
991
|
+
class OneTimeProductBuyPurchaseOption
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
997
|
+
class OneTimeProductDiscountedOffer
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class OneTimeProductListing
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class OneTimeProductOffer
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class OneTimeProductOfferNoPriceOverrideOptions
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class OneTimeProductOfferRegionalPricingAndAvailabilityConfig
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class OneTimeProductPreOrderOffer
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class OneTimeProductPurchaseOption
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class OneTimeProductPurchaseOptionNewRegionsConfig
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class OneTimeProductRentPurchaseOption
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1053
|
+
|
1054
|
+
include Google::Apis::Core::JsonObjectSupport
|
1055
|
+
end
|
1056
|
+
|
1057
|
+
class OneTimeProductTaxAndComplianceSettings
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
829
1063
|
class OneTimePurchaseDetails
|
830
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
1065
|
|
@@ -982,6 +1216,12 @@ module Google
|
|
982
1216
|
include Google::Apis::Core::JsonObjectSupport
|
983
1217
|
end
|
984
1218
|
|
1219
|
+
class PurchaseOptionTaxAndComplianceSettings
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
985
1225
|
class PurchaseStateContext
|
986
1226
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
1227
|
|
@@ -1042,6 +1282,12 @@ module Google
|
|
1042
1282
|
include Google::Apis::Core::JsonObjectSupport
|
1043
1283
|
end
|
1044
1284
|
|
1285
|
+
class RegionalTaxConfig
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
|
+
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
1289
|
+
end
|
1290
|
+
|
1045
1291
|
class RegionalTaxRateInfo
|
1046
1292
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
1293
|
|
@@ -1486,6 +1732,30 @@ module Google
|
|
1486
1732
|
include Google::Apis::Core::JsonObjectSupport
|
1487
1733
|
end
|
1488
1734
|
|
1735
|
+
class UpdateOneTimeProductOfferRequest
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
|
+
|
1738
|
+
include Google::Apis::Core::JsonObjectSupport
|
1739
|
+
end
|
1740
|
+
|
1741
|
+
class UpdateOneTimeProductOfferStateRequest
|
1742
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1743
|
+
|
1744
|
+
include Google::Apis::Core::JsonObjectSupport
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
class UpdateOneTimeProductRequest
|
1748
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1749
|
+
|
1750
|
+
include Google::Apis::Core::JsonObjectSupport
|
1751
|
+
end
|
1752
|
+
|
1753
|
+
class UpdatePurchaseOptionStateRequest
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1755
|
+
|
1756
|
+
include Google::Apis::Core::JsonObjectSupport
|
1757
|
+
end
|
1758
|
+
|
1489
1759
|
class UpdateSubscriptionOfferRequest
|
1490
1760
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
1761
|
|
@@ -1611,6 +1881,27 @@ module Google
|
|
1611
1881
|
end
|
1612
1882
|
end
|
1613
1883
|
|
1884
|
+
class ActivateOneTimeProductOfferRequest
|
1885
|
+
# @private
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1887
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
1888
|
+
property :offer_id, as: 'offerId'
|
1889
|
+
property :package_name, as: 'packageName'
|
1890
|
+
property :product_id, as: 'productId'
|
1891
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
1892
|
+
end
|
1893
|
+
end
|
1894
|
+
|
1895
|
+
class ActivatePurchaseOptionRequest
|
1896
|
+
# @private
|
1897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1898
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
1899
|
+
property :package_name, as: 'packageName'
|
1900
|
+
property :product_id, as: 'productId'
|
1901
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
1902
|
+
end
|
1903
|
+
end
|
1904
|
+
|
1614
1905
|
class ActivateSubscriptionOfferRequest
|
1615
1906
|
# @private
|
1616
1907
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1856,6 +2147,54 @@ module Google
|
|
1856
2147
|
end
|
1857
2148
|
end
|
1858
2149
|
|
2150
|
+
class BatchDeleteOneTimeProductOffersRequest
|
2151
|
+
# @private
|
2152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2153
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::DeleteOneTimeProductOfferRequest, decorator: Google::Apis::AndroidpublisherV3::DeleteOneTimeProductOfferRequest::Representation
|
2154
|
+
|
2155
|
+
end
|
2156
|
+
end
|
2157
|
+
|
2158
|
+
class BatchDeleteOneTimeProductsRequest
|
2159
|
+
# @private
|
2160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2161
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::DeleteOneTimeProductRequest, decorator: Google::Apis::AndroidpublisherV3::DeleteOneTimeProductRequest::Representation
|
2162
|
+
|
2163
|
+
end
|
2164
|
+
end
|
2165
|
+
|
2166
|
+
class BatchDeletePurchaseOptionsRequest
|
2167
|
+
# @private
|
2168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2169
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::DeletePurchaseOptionRequest, decorator: Google::Apis::AndroidpublisherV3::DeletePurchaseOptionRequest::Representation
|
2170
|
+
|
2171
|
+
end
|
2172
|
+
end
|
2173
|
+
|
2174
|
+
class BatchGetOneTimeProductOffersRequest
|
2175
|
+
# @private
|
2176
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2177
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::GetOneTimeProductOfferRequest, decorator: Google::Apis::AndroidpublisherV3::GetOneTimeProductOfferRequest::Representation
|
2178
|
+
|
2179
|
+
end
|
2180
|
+
end
|
2181
|
+
|
2182
|
+
class BatchGetOneTimeProductOffersResponse
|
2183
|
+
# @private
|
2184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2185
|
+
collection :one_time_product_offers, as: 'oneTimeProductOffers', class: Google::Apis::AndroidpublisherV3::OneTimeProductOffer, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductOffer::Representation
|
2186
|
+
|
2187
|
+
end
|
2188
|
+
end
|
2189
|
+
|
2190
|
+
class BatchGetOneTimeProductsResponse
|
2191
|
+
# @private
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2193
|
+
collection :one_time_products, as: 'oneTimeProducts', class: Google::Apis::AndroidpublisherV3::OneTimeProduct, decorator: Google::Apis::AndroidpublisherV3::OneTimeProduct::Representation
|
2194
|
+
|
2195
|
+
end
|
2196
|
+
end
|
2197
|
+
|
1859
2198
|
class BatchGetOrdersResponse
|
1860
2199
|
# @private
|
1861
2200
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1907,15 +2246,79 @@ module Google
|
|
1907
2246
|
class BatchUpdateBasePlanStatesRequest
|
1908
2247
|
# @private
|
1909
2248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1910
|
-
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest::Representation
|
2249
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest::Representation
|
2250
|
+
|
2251
|
+
end
|
2252
|
+
end
|
2253
|
+
|
2254
|
+
class BatchUpdateBasePlanStatesResponse
|
2255
|
+
# @private
|
2256
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2257
|
+
collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
|
2258
|
+
|
2259
|
+
end
|
2260
|
+
end
|
2261
|
+
|
2262
|
+
class BatchUpdateOneTimeProductOfferStatesRequest
|
2263
|
+
# @private
|
2264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2265
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferStateRequest::Representation
|
2266
|
+
|
2267
|
+
end
|
2268
|
+
end
|
2269
|
+
|
2270
|
+
class BatchUpdateOneTimeProductOfferStatesResponse
|
2271
|
+
# @private
|
2272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2273
|
+
collection :one_time_product_offers, as: 'oneTimeProductOffers', class: Google::Apis::AndroidpublisherV3::OneTimeProductOffer, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductOffer::Representation
|
2274
|
+
|
2275
|
+
end
|
2276
|
+
end
|
2277
|
+
|
2278
|
+
class BatchUpdateOneTimeProductOffersRequest
|
2279
|
+
# @private
|
2280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2281
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateOneTimeProductOfferRequest::Representation
|
2282
|
+
|
2283
|
+
end
|
2284
|
+
end
|
2285
|
+
|
2286
|
+
class BatchUpdateOneTimeProductOffersResponse
|
2287
|
+
# @private
|
2288
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2289
|
+
collection :one_time_product_offers, as: 'oneTimeProductOffers', class: Google::Apis::AndroidpublisherV3::OneTimeProductOffer, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductOffer::Representation
|
2290
|
+
|
2291
|
+
end
|
2292
|
+
end
|
2293
|
+
|
2294
|
+
class BatchUpdateOneTimeProductsRequest
|
2295
|
+
# @private
|
2296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2297
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateOneTimeProductRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateOneTimeProductRequest::Representation
|
2298
|
+
|
2299
|
+
end
|
2300
|
+
end
|
2301
|
+
|
2302
|
+
class BatchUpdateOneTimeProductsResponse
|
2303
|
+
# @private
|
2304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2305
|
+
collection :one_time_products, as: 'oneTimeProducts', class: Google::Apis::AndroidpublisherV3::OneTimeProduct, decorator: Google::Apis::AndroidpublisherV3::OneTimeProduct::Representation
|
2306
|
+
|
2307
|
+
end
|
2308
|
+
end
|
2309
|
+
|
2310
|
+
class BatchUpdatePurchaseOptionStatesRequest
|
2311
|
+
# @private
|
2312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2313
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdatePurchaseOptionStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdatePurchaseOptionStateRequest::Representation
|
1911
2314
|
|
1912
2315
|
end
|
1913
2316
|
end
|
1914
2317
|
|
1915
|
-
class
|
2318
|
+
class BatchUpdatePurchaseOptionStatesResponse
|
1916
2319
|
# @private
|
1917
2320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1918
|
-
collection :
|
2321
|
+
collection :one_time_products, as: 'oneTimeProducts', class: Google::Apis::AndroidpublisherV3::OneTimeProduct, decorator: Google::Apis::AndroidpublisherV3::OneTimeProduct::Representation
|
1919
2322
|
|
1920
2323
|
end
|
1921
2324
|
end
|
@@ -2007,6 +2410,17 @@ module Google
|
|
2007
2410
|
end
|
2008
2411
|
end
|
2009
2412
|
|
2413
|
+
class CancelOneTimeProductOfferRequest
|
2414
|
+
# @private
|
2415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2416
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2417
|
+
property :offer_id, as: 'offerId'
|
2418
|
+
property :package_name, as: 'packageName'
|
2419
|
+
property :product_id, as: 'productId'
|
2420
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
2421
|
+
end
|
2422
|
+
end
|
2423
|
+
|
2010
2424
|
class CancelSurveyResult
|
2011
2425
|
# @private
|
2012
2426
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2115,6 +2529,27 @@ module Google
|
|
2115
2529
|
end
|
2116
2530
|
end
|
2117
2531
|
|
2532
|
+
class DeactivateOneTimeProductOfferRequest
|
2533
|
+
# @private
|
2534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2535
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2536
|
+
property :offer_id, as: 'offerId'
|
2537
|
+
property :package_name, as: 'packageName'
|
2538
|
+
property :product_id, as: 'productId'
|
2539
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
2540
|
+
end
|
2541
|
+
end
|
2542
|
+
|
2543
|
+
class DeactivatePurchaseOptionRequest
|
2544
|
+
# @private
|
2545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2546
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2547
|
+
property :package_name, as: 'packageName'
|
2548
|
+
property :product_id, as: 'productId'
|
2549
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
2550
|
+
end
|
2551
|
+
end
|
2552
|
+
|
2118
2553
|
class DeactivateSubscriptionOfferRequest
|
2119
2554
|
# @private
|
2120
2555
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2126,6 +2561,12 @@ module Google
|
|
2126
2561
|
end
|
2127
2562
|
end
|
2128
2563
|
|
2564
|
+
class DeferredItemRemoval
|
2565
|
+
# @private
|
2566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2567
|
+
end
|
2568
|
+
end
|
2569
|
+
|
2129
2570
|
class DeferredItemReplacement
|
2130
2571
|
# @private
|
2131
2572
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2133,6 +2574,37 @@ module Google
|
|
2133
2574
|
end
|
2134
2575
|
end
|
2135
2576
|
|
2577
|
+
class DeleteOneTimeProductOfferRequest
|
2578
|
+
# @private
|
2579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2580
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2581
|
+
property :offer_id, as: 'offerId'
|
2582
|
+
property :package_name, as: 'packageName'
|
2583
|
+
property :product_id, as: 'productId'
|
2584
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
2585
|
+
end
|
2586
|
+
end
|
2587
|
+
|
2588
|
+
class DeleteOneTimeProductRequest
|
2589
|
+
# @private
|
2590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2591
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2592
|
+
property :package_name, as: 'packageName'
|
2593
|
+
property :product_id, as: 'productId'
|
2594
|
+
end
|
2595
|
+
end
|
2596
|
+
|
2597
|
+
class DeletePurchaseOptionRequest
|
2598
|
+
# @private
|
2599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2600
|
+
property :force, as: 'force'
|
2601
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2602
|
+
property :package_name, as: 'packageName'
|
2603
|
+
property :product_id, as: 'productId'
|
2604
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
2605
|
+
end
|
2606
|
+
end
|
2607
|
+
|
2136
2608
|
class DeobfuscationFile
|
2137
2609
|
# @private
|
2138
2610
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2463,6 +2935,16 @@ module Google
|
|
2463
2935
|
end
|
2464
2936
|
end
|
2465
2937
|
|
2938
|
+
class GetOneTimeProductOfferRequest
|
2939
|
+
# @private
|
2940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2941
|
+
property :offer_id, as: 'offerId'
|
2942
|
+
property :package_name, as: 'packageName'
|
2943
|
+
property :product_id, as: 'productId'
|
2944
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
2945
|
+
end
|
2946
|
+
end
|
2947
|
+
|
2466
2948
|
class GetSubscriptionOfferRequest
|
2467
2949
|
# @private
|
2468
2950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2704,6 +3186,24 @@ module Google
|
|
2704
3186
|
end
|
2705
3187
|
end
|
2706
3188
|
|
3189
|
+
class ListOneTimeProductOffersResponse
|
3190
|
+
# @private
|
3191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3192
|
+
property :next_page_token, as: 'nextPageToken'
|
3193
|
+
collection :one_time_product_offers, as: 'oneTimeProductOffers', class: Google::Apis::AndroidpublisherV3::OneTimeProductOffer, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductOffer::Representation
|
3194
|
+
|
3195
|
+
end
|
3196
|
+
end
|
3197
|
+
|
3198
|
+
class ListOneTimeProductsResponse
|
3199
|
+
# @private
|
3200
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3201
|
+
property :next_page_token, as: 'nextPageToken'
|
3202
|
+
collection :one_time_products, as: 'oneTimeProducts', class: Google::Apis::AndroidpublisherV3::OneTimeProduct, decorator: Google::Apis::AndroidpublisherV3::OneTimeProduct::Representation
|
3203
|
+
|
3204
|
+
end
|
3205
|
+
end
|
3206
|
+
|
2707
3207
|
class ListSubscriptionOffersResponse
|
2708
3208
|
# @private
|
2709
3209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2869,6 +3369,160 @@ module Google
|
|
2869
3369
|
end
|
2870
3370
|
end
|
2871
3371
|
|
3372
|
+
class OneTimeProduct
|
3373
|
+
# @private
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3375
|
+
collection :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::OneTimeProductListing, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductListing::Representation
|
3376
|
+
|
3377
|
+
collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
|
3378
|
+
|
3379
|
+
property :package_name, as: 'packageName'
|
3380
|
+
property :product_id, as: 'productId'
|
3381
|
+
collection :purchase_options, as: 'purchaseOptions', class: Google::Apis::AndroidpublisherV3::OneTimeProductPurchaseOption, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductPurchaseOption::Representation
|
3382
|
+
|
3383
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
3384
|
+
|
3385
|
+
property :restricted_payment_countries, as: 'restrictedPaymentCountries', class: Google::Apis::AndroidpublisherV3::RestrictedPaymentCountries, decorator: Google::Apis::AndroidpublisherV3::RestrictedPaymentCountries::Representation
|
3386
|
+
|
3387
|
+
property :tax_and_compliance_settings, as: 'taxAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::OneTimeProductTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductTaxAndComplianceSettings::Representation
|
3388
|
+
|
3389
|
+
end
|
3390
|
+
end
|
3391
|
+
|
3392
|
+
class OneTimeProductBuyPurchaseOption
|
3393
|
+
# @private
|
3394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3395
|
+
property :legacy_compatible, as: 'legacyCompatible'
|
3396
|
+
property :multi_quantity_enabled, as: 'multiQuantityEnabled'
|
3397
|
+
end
|
3398
|
+
end
|
3399
|
+
|
3400
|
+
class OneTimeProductDiscountedOffer
|
3401
|
+
# @private
|
3402
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3403
|
+
property :end_time, as: 'endTime'
|
3404
|
+
property :redemption_limit, :numeric_string => true, as: 'redemptionLimit'
|
3405
|
+
property :start_time, as: 'startTime'
|
3406
|
+
end
|
3407
|
+
end
|
3408
|
+
|
3409
|
+
class OneTimeProductListing
|
3410
|
+
# @private
|
3411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3412
|
+
property :description, as: 'description'
|
3413
|
+
property :language_code, as: 'languageCode'
|
3414
|
+
property :title, as: 'title'
|
3415
|
+
end
|
3416
|
+
end
|
3417
|
+
|
3418
|
+
class OneTimeProductOffer
|
3419
|
+
# @private
|
3420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3421
|
+
property :discounted_offer, as: 'discountedOffer', class: Google::Apis::AndroidpublisherV3::OneTimeProductDiscountedOffer, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductDiscountedOffer::Representation
|
3422
|
+
|
3423
|
+
property :offer_id, as: 'offerId'
|
3424
|
+
collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
|
3425
|
+
|
3426
|
+
property :package_name, as: 'packageName'
|
3427
|
+
property :pre_order_offer, as: 'preOrderOffer', class: Google::Apis::AndroidpublisherV3::OneTimeProductPreOrderOffer, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductPreOrderOffer::Representation
|
3428
|
+
|
3429
|
+
property :product_id, as: 'productId'
|
3430
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
3431
|
+
collection :regional_pricing_and_availability_configs, as: 'regionalPricingAndAvailabilityConfigs', class: Google::Apis::AndroidpublisherV3::OneTimeProductOfferRegionalPricingAndAvailabilityConfig, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductOfferRegionalPricingAndAvailabilityConfig::Representation
|
3432
|
+
|
3433
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
3434
|
+
|
3435
|
+
property :state, as: 'state'
|
3436
|
+
end
|
3437
|
+
end
|
3438
|
+
|
3439
|
+
class OneTimeProductOfferNoPriceOverrideOptions
|
3440
|
+
# @private
|
3441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3442
|
+
end
|
3443
|
+
end
|
3444
|
+
|
3445
|
+
class OneTimeProductOfferRegionalPricingAndAvailabilityConfig
|
3446
|
+
# @private
|
3447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3448
|
+
property :absolute_discount, as: 'absoluteDiscount', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
3449
|
+
|
3450
|
+
property :availability, as: 'availability'
|
3451
|
+
property :no_override, as: 'noOverride', class: Google::Apis::AndroidpublisherV3::OneTimeProductOfferNoPriceOverrideOptions, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductOfferNoPriceOverrideOptions::Representation
|
3452
|
+
|
3453
|
+
property :region_code, as: 'regionCode'
|
3454
|
+
property :relative_discount, as: 'relativeDiscount'
|
3455
|
+
end
|
3456
|
+
end
|
3457
|
+
|
3458
|
+
class OneTimeProductPreOrderOffer
|
3459
|
+
# @private
|
3460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3461
|
+
property :end_time, as: 'endTime'
|
3462
|
+
property :price_change_behavior, as: 'priceChangeBehavior'
|
3463
|
+
property :release_time, as: 'releaseTime'
|
3464
|
+
property :start_time, as: 'startTime'
|
3465
|
+
end
|
3466
|
+
end
|
3467
|
+
|
3468
|
+
class OneTimeProductPurchaseOption
|
3469
|
+
# @private
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3471
|
+
property :buy_option, as: 'buyOption', class: Google::Apis::AndroidpublisherV3::OneTimeProductBuyPurchaseOption, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductBuyPurchaseOption::Representation
|
3472
|
+
|
3473
|
+
property :new_regions_config, as: 'newRegionsConfig', class: Google::Apis::AndroidpublisherV3::OneTimeProductPurchaseOptionNewRegionsConfig, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductPurchaseOptionNewRegionsConfig::Representation
|
3474
|
+
|
3475
|
+
collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
|
3476
|
+
|
3477
|
+
property :purchase_option_id, as: 'purchaseOptionId'
|
3478
|
+
collection :regional_pricing_and_availability_configs, as: 'regionalPricingAndAvailabilityConfigs', class: Google::Apis::AndroidpublisherV3::OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig::Representation
|
3479
|
+
|
3480
|
+
property :rent_option, as: 'rentOption', class: Google::Apis::AndroidpublisherV3::OneTimeProductRentPurchaseOption, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductRentPurchaseOption::Representation
|
3481
|
+
|
3482
|
+
property :state, as: 'state'
|
3483
|
+
property :tax_and_compliance_settings, as: 'taxAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::PurchaseOptionTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::PurchaseOptionTaxAndComplianceSettings::Representation
|
3484
|
+
|
3485
|
+
end
|
3486
|
+
end
|
3487
|
+
|
3488
|
+
class OneTimeProductPurchaseOptionNewRegionsConfig
|
3489
|
+
# @private
|
3490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3491
|
+
property :availability, as: 'availability'
|
3492
|
+
property :eur_price, as: 'eurPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
3493
|
+
|
3494
|
+
property :usd_price, as: 'usdPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
3495
|
+
|
3496
|
+
end
|
3497
|
+
end
|
3498
|
+
|
3499
|
+
class OneTimeProductPurchaseOptionRegionalPricingAndAvailabilityConfig
|
3500
|
+
# @private
|
3501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3502
|
+
property :availability, as: 'availability'
|
3503
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
3504
|
+
|
3505
|
+
property :region_code, as: 'regionCode'
|
3506
|
+
end
|
3507
|
+
end
|
3508
|
+
|
3509
|
+
class OneTimeProductRentPurchaseOption
|
3510
|
+
# @private
|
3511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3512
|
+
property :expiration_period, as: 'expirationPeriod'
|
3513
|
+
property :rental_period, as: 'rentalPeriod'
|
3514
|
+
end
|
3515
|
+
end
|
3516
|
+
|
3517
|
+
class OneTimeProductTaxAndComplianceSettings
|
3518
|
+
# @private
|
3519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3520
|
+
property :is_tokenized_digital_asset, as: 'isTokenizedDigitalAsset'
|
3521
|
+
collection :regional_tax_configs, as: 'regionalTaxConfigs', class: Google::Apis::AndroidpublisherV3::RegionalTaxConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalTaxConfig::Representation
|
3522
|
+
|
3523
|
+
end
|
3524
|
+
end
|
3525
|
+
|
2872
3526
|
class OneTimePurchaseDetails
|
2873
3527
|
# @private
|
2874
3528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3141,6 +3795,13 @@ module Google
|
|
3141
3795
|
end
|
3142
3796
|
end
|
3143
3797
|
|
3798
|
+
class PurchaseOptionTaxAndComplianceSettings
|
3799
|
+
# @private
|
3800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3801
|
+
property :withdrawal_right_type, as: 'withdrawalRightType'
|
3802
|
+
end
|
3803
|
+
end
|
3804
|
+
|
3144
3805
|
class PurchaseStateContext
|
3145
3806
|
# @private
|
3146
3807
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3239,6 +3900,16 @@ module Google
|
|
3239
3900
|
end
|
3240
3901
|
end
|
3241
3902
|
|
3903
|
+
class RegionalTaxConfig
|
3904
|
+
# @private
|
3905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3906
|
+
property :eligible_for_streaming_service_tax_rate, as: 'eligibleForStreamingServiceTaxRate'
|
3907
|
+
property :region_code, as: 'regionCode'
|
3908
|
+
property :streaming_tax_type, as: 'streamingTaxType'
|
3909
|
+
property :tax_tier, as: 'taxTier'
|
3910
|
+
end
|
3911
|
+
end
|
3912
|
+
|
3242
3913
|
class RegionalTaxRateInfo
|
3243
3914
|
# @private
|
3244
3915
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -3657,6 +4328,8 @@ module Google
|
|
3657
4328
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3658
4329
|
property :auto_renewing_plan, as: 'autoRenewingPlan', class: Google::Apis::AndroidpublisherV3::AutoRenewingPlan, decorator: Google::Apis::AndroidpublisherV3::AutoRenewingPlan::Representation
|
3659
4330
|
|
4331
|
+
property :deferred_item_removal, as: 'deferredItemRemoval', class: Google::Apis::AndroidpublisherV3::DeferredItemRemoval, decorator: Google::Apis::AndroidpublisherV3::DeferredItemRemoval::Representation
|
4332
|
+
|
3660
4333
|
property :deferred_item_replacement, as: 'deferredItemReplacement', class: Google::Apis::AndroidpublisherV3::DeferredItemReplacement, decorator: Google::Apis::AndroidpublisherV3::DeferredItemReplacement::Representation
|
3661
4334
|
|
3662
4335
|
property :expiry_time, as: 'expiryTime'
|
@@ -3950,6 +4623,54 @@ module Google
|
|
3950
4623
|
end
|
3951
4624
|
end
|
3952
4625
|
|
4626
|
+
class UpdateOneTimeProductOfferRequest
|
4627
|
+
# @private
|
4628
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4629
|
+
property :allow_missing, as: 'allowMissing'
|
4630
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
4631
|
+
property :one_time_product_offer, as: 'oneTimeProductOffer', class: Google::Apis::AndroidpublisherV3::OneTimeProductOffer, decorator: Google::Apis::AndroidpublisherV3::OneTimeProductOffer::Representation
|
4632
|
+
|
4633
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
4634
|
+
|
4635
|
+
property :update_mask, as: 'updateMask'
|
4636
|
+
end
|
4637
|
+
end
|
4638
|
+
|
4639
|
+
class UpdateOneTimeProductOfferStateRequest
|
4640
|
+
# @private
|
4641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4642
|
+
property :activate_one_time_product_offer_request, as: 'activateOneTimeProductOfferRequest', class: Google::Apis::AndroidpublisherV3::ActivateOneTimeProductOfferRequest, decorator: Google::Apis::AndroidpublisherV3::ActivateOneTimeProductOfferRequest::Representation
|
4643
|
+
|
4644
|
+
property :cancel_one_time_product_offer_request, as: 'cancelOneTimeProductOfferRequest', class: Google::Apis::AndroidpublisherV3::CancelOneTimeProductOfferRequest, decorator: Google::Apis::AndroidpublisherV3::CancelOneTimeProductOfferRequest::Representation
|
4645
|
+
|
4646
|
+
property :deactivate_one_time_product_offer_request, as: 'deactivateOneTimeProductOfferRequest', class: Google::Apis::AndroidpublisherV3::DeactivateOneTimeProductOfferRequest, decorator: Google::Apis::AndroidpublisherV3::DeactivateOneTimeProductOfferRequest::Representation
|
4647
|
+
|
4648
|
+
end
|
4649
|
+
end
|
4650
|
+
|
4651
|
+
class UpdateOneTimeProductRequest
|
4652
|
+
# @private
|
4653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4654
|
+
property :allow_missing, as: 'allowMissing'
|
4655
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
4656
|
+
property :one_time_product, as: 'oneTimeProduct', class: Google::Apis::AndroidpublisherV3::OneTimeProduct, decorator: Google::Apis::AndroidpublisherV3::OneTimeProduct::Representation
|
4657
|
+
|
4658
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
4659
|
+
|
4660
|
+
property :update_mask, as: 'updateMask'
|
4661
|
+
end
|
4662
|
+
end
|
4663
|
+
|
4664
|
+
class UpdatePurchaseOptionStateRequest
|
4665
|
+
# @private
|
4666
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4667
|
+
property :activate_purchase_option_request, as: 'activatePurchaseOptionRequest', class: Google::Apis::AndroidpublisherV3::ActivatePurchaseOptionRequest, decorator: Google::Apis::AndroidpublisherV3::ActivatePurchaseOptionRequest::Representation
|
4668
|
+
|
4669
|
+
property :deactivate_purchase_option_request, as: 'deactivatePurchaseOptionRequest', class: Google::Apis::AndroidpublisherV3::DeactivatePurchaseOptionRequest, decorator: Google::Apis::AndroidpublisherV3::DeactivatePurchaseOptionRequest::Representation
|
4670
|
+
|
4671
|
+
end
|
4672
|
+
end
|
4673
|
+
|
3953
4674
|
class UpdateSubscriptionOfferRequest
|
3954
4675
|
# @private
|
3955
4676
|
class Representation < Google::Apis::Core::JsonRepresentation
|