google-apis-androidpublisher_v3 0.52.0 → 0.54.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 +800 -0
- data/lib/google/apis/androidpublisher_v3/gem_version.rb +2 -2
- data/lib/google/apis/androidpublisher_v3/representations.rb +397 -0
- data/lib/google/apis/androidpublisher_v3/service.rb +472 -5
- metadata +3 -3
@@ -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.54.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -148,6 +148,84 @@ module Google
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
+
class BatchGetSubscriptionOffersRequest
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class BatchGetSubscriptionOffersResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class BatchGetSubscriptionsResponse
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class BatchMigrateBasePlanPricesRequest
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class BatchMigrateBasePlanPricesResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class BatchUpdateBasePlanStatesRequest
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class BatchUpdateBasePlanStatesResponse
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class BatchUpdateSubscriptionOfferStatesRequest
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class BatchUpdateSubscriptionOfferStatesResponse
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class BatchUpdateSubscriptionOffersRequest
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class BatchUpdateSubscriptionOffersResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class BatchUpdateSubscriptionsRequest
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class BatchUpdateSubscriptionsResponse
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
151
229
|
class Bundle
|
152
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
231
|
|
@@ -406,6 +484,12 @@ module Google
|
|
406
484
|
include Google::Apis::Core::JsonObjectSupport
|
407
485
|
end
|
408
486
|
|
487
|
+
class GetSubscriptionOfferRequest
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
409
493
|
class Grant
|
410
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
495
|
|
@@ -448,12 +532,48 @@ module Google
|
|
448
532
|
include Google::Apis::Core::JsonObjectSupport
|
449
533
|
end
|
450
534
|
|
535
|
+
class InappproductsBatchDeleteRequest
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class InappproductsBatchGetResponse
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class InappproductsBatchUpdateRequest
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class InappproductsBatchUpdateResponse
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class InappproductsDeleteRequest
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
451
565
|
class InappproductsListResponse
|
452
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
567
|
|
454
568
|
include Google::Apis::Core::JsonObjectSupport
|
455
569
|
end
|
456
570
|
|
571
|
+
class InappproductsUpdateRequest
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
457
577
|
class InternalAppSharingArtifact
|
458
578
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
579
|
|
@@ -958,6 +1078,12 @@ module Google
|
|
958
1078
|
include Google::Apis::Core::JsonObjectSupport
|
959
1079
|
end
|
960
1080
|
|
1081
|
+
class TrackConfig
|
1082
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1083
|
+
|
1084
|
+
include Google::Apis::Core::JsonObjectSupport
|
1085
|
+
end
|
1086
|
+
|
961
1087
|
class TrackCountryAvailability
|
962
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
1089
|
|
@@ -982,6 +1108,30 @@ module Google
|
|
982
1108
|
include Google::Apis::Core::JsonObjectSupport
|
983
1109
|
end
|
984
1110
|
|
1111
|
+
class UpdateBasePlanStateRequest
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class UpdateSubscriptionOfferRequest
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class UpdateSubscriptionOfferStateRequest
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class UpdateSubscriptionRequest
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
985
1135
|
class UpgradeTargetingRule
|
986
1136
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
1137
|
|
@@ -1076,12 +1226,21 @@ module Google
|
|
1076
1226
|
class ActivateBasePlanRequest
|
1077
1227
|
# @private
|
1078
1228
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1229
|
+
property :base_plan_id, as: 'basePlanId'
|
1230
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
1231
|
+
property :package_name, as: 'packageName'
|
1232
|
+
property :product_id, as: 'productId'
|
1079
1233
|
end
|
1080
1234
|
end
|
1081
1235
|
|
1082
1236
|
class ActivateSubscriptionOfferRequest
|
1083
1237
|
# @private
|
1084
1238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1239
|
+
property :base_plan_id, as: 'basePlanId'
|
1240
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
1241
|
+
property :offer_id, as: 'offerId'
|
1242
|
+
property :package_name, as: 'packageName'
|
1243
|
+
property :product_id, as: 'productId'
|
1085
1244
|
end
|
1086
1245
|
end
|
1087
1246
|
|
@@ -1253,6 +1412,110 @@ module Google
|
|
1253
1412
|
end
|
1254
1413
|
end
|
1255
1414
|
|
1415
|
+
class BatchGetSubscriptionOffersRequest
|
1416
|
+
# @private
|
1417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1418
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::GetSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::GetSubscriptionOfferRequest::Representation
|
1419
|
+
|
1420
|
+
end
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class BatchGetSubscriptionOffersResponse
|
1424
|
+
# @private
|
1425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1426
|
+
collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
|
1427
|
+
|
1428
|
+
end
|
1429
|
+
end
|
1430
|
+
|
1431
|
+
class BatchGetSubscriptionsResponse
|
1432
|
+
# @private
|
1433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1434
|
+
collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
|
1435
|
+
|
1436
|
+
end
|
1437
|
+
end
|
1438
|
+
|
1439
|
+
class BatchMigrateBasePlanPricesRequest
|
1440
|
+
# @private
|
1441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1442
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesRequest, decorator: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesRequest::Representation
|
1443
|
+
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class BatchMigrateBasePlanPricesResponse
|
1448
|
+
# @private
|
1449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1450
|
+
collection :responses, as: 'responses', class: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesResponse, decorator: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesResponse::Representation
|
1451
|
+
|
1452
|
+
end
|
1453
|
+
end
|
1454
|
+
|
1455
|
+
class BatchUpdateBasePlanStatesRequest
|
1456
|
+
# @private
|
1457
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1458
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest::Representation
|
1459
|
+
|
1460
|
+
end
|
1461
|
+
end
|
1462
|
+
|
1463
|
+
class BatchUpdateBasePlanStatesResponse
|
1464
|
+
# @private
|
1465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1466
|
+
collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
|
1467
|
+
|
1468
|
+
end
|
1469
|
+
end
|
1470
|
+
|
1471
|
+
class BatchUpdateSubscriptionOfferStatesRequest
|
1472
|
+
# @private
|
1473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1474
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferStateRequest::Representation
|
1475
|
+
|
1476
|
+
end
|
1477
|
+
end
|
1478
|
+
|
1479
|
+
class BatchUpdateSubscriptionOfferStatesResponse
|
1480
|
+
# @private
|
1481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1482
|
+
collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
|
1483
|
+
|
1484
|
+
end
|
1485
|
+
end
|
1486
|
+
|
1487
|
+
class BatchUpdateSubscriptionOffersRequest
|
1488
|
+
# @private
|
1489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1490
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferRequest::Representation
|
1491
|
+
|
1492
|
+
end
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class BatchUpdateSubscriptionOffersResponse
|
1496
|
+
# @private
|
1497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1498
|
+
collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
|
1499
|
+
|
1500
|
+
end
|
1501
|
+
end
|
1502
|
+
|
1503
|
+
class BatchUpdateSubscriptionsRequest
|
1504
|
+
# @private
|
1505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1506
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateSubscriptionRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateSubscriptionRequest::Representation
|
1507
|
+
|
1508
|
+
end
|
1509
|
+
end
|
1510
|
+
|
1511
|
+
class BatchUpdateSubscriptionsResponse
|
1512
|
+
# @private
|
1513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1514
|
+
collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
|
1515
|
+
|
1516
|
+
end
|
1517
|
+
end
|
1518
|
+
|
1256
1519
|
class Bundle
|
1257
1520
|
# @private
|
1258
1521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1353,12 +1616,21 @@ module Google
|
|
1353
1616
|
class DeactivateBasePlanRequest
|
1354
1617
|
# @private
|
1355
1618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1619
|
+
property :base_plan_id, as: 'basePlanId'
|
1620
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
1621
|
+
property :package_name, as: 'packageName'
|
1622
|
+
property :product_id, as: 'productId'
|
1356
1623
|
end
|
1357
1624
|
end
|
1358
1625
|
|
1359
1626
|
class DeactivateSubscriptionOfferRequest
|
1360
1627
|
# @private
|
1361
1628
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1629
|
+
property :base_plan_id, as: 'basePlanId'
|
1630
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
1631
|
+
property :offer_id, as: 'offerId'
|
1632
|
+
property :package_name, as: 'packageName'
|
1633
|
+
property :product_id, as: 'productId'
|
1362
1634
|
end
|
1363
1635
|
end
|
1364
1636
|
|
@@ -1573,6 +1845,7 @@ module Google
|
|
1573
1845
|
class ExternalTransactionAddress
|
1574
1846
|
# @private
|
1575
1847
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1848
|
+
property :administrative_area, as: 'administrativeArea'
|
1576
1849
|
property :region_code, as: 'regionCode'
|
1577
1850
|
end
|
1578
1851
|
end
|
@@ -1671,6 +1944,16 @@ module Google
|
|
1671
1944
|
end
|
1672
1945
|
end
|
1673
1946
|
|
1947
|
+
class GetSubscriptionOfferRequest
|
1948
|
+
# @private
|
1949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1950
|
+
property :base_plan_id, as: 'basePlanId'
|
1951
|
+
property :offer_id, as: 'offerId'
|
1952
|
+
property :package_name, as: 'packageName'
|
1953
|
+
property :product_id, as: 'productId'
|
1954
|
+
end
|
1955
|
+
end
|
1956
|
+
|
1674
1957
|
class Grant
|
1675
1958
|
# @private
|
1676
1959
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1747,6 +2030,47 @@ module Google
|
|
1747
2030
|
end
|
1748
2031
|
end
|
1749
2032
|
|
2033
|
+
class InappproductsBatchDeleteRequest
|
2034
|
+
# @private
|
2035
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2036
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::InappproductsDeleteRequest, decorator: Google::Apis::AndroidpublisherV3::InappproductsDeleteRequest::Representation
|
2037
|
+
|
2038
|
+
end
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class InappproductsBatchGetResponse
|
2042
|
+
# @private
|
2043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2044
|
+
collection :inappproduct, as: 'inappproduct', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
|
2045
|
+
|
2046
|
+
end
|
2047
|
+
end
|
2048
|
+
|
2049
|
+
class InappproductsBatchUpdateRequest
|
2050
|
+
# @private
|
2051
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2052
|
+
collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::InappproductsUpdateRequest, decorator: Google::Apis::AndroidpublisherV3::InappproductsUpdateRequest::Representation
|
2053
|
+
|
2054
|
+
end
|
2055
|
+
end
|
2056
|
+
|
2057
|
+
class InappproductsBatchUpdateResponse
|
2058
|
+
# @private
|
2059
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2060
|
+
collection :inappproducts, as: 'inappproducts', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
|
2061
|
+
|
2062
|
+
end
|
2063
|
+
end
|
2064
|
+
|
2065
|
+
class InappproductsDeleteRequest
|
2066
|
+
# @private
|
2067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2068
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2069
|
+
property :package_name, as: 'packageName'
|
2070
|
+
property :sku, as: 'sku'
|
2071
|
+
end
|
2072
|
+
end
|
2073
|
+
|
1750
2074
|
class InappproductsListResponse
|
1751
2075
|
# @private
|
1752
2076
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1760,6 +2084,19 @@ module Google
|
|
1760
2084
|
end
|
1761
2085
|
end
|
1762
2086
|
|
2087
|
+
class InappproductsUpdateRequest
|
2088
|
+
# @private
|
2089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2090
|
+
property :allow_missing, as: 'allowMissing'
|
2091
|
+
property :auto_convert_missing_prices, as: 'autoConvertMissingPrices'
|
2092
|
+
property :inappproduct, as: 'inappproduct', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
|
2093
|
+
|
2094
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2095
|
+
property :package_name, as: 'packageName'
|
2096
|
+
property :sku, as: 'sku'
|
2097
|
+
end
|
2098
|
+
end
|
2099
|
+
|
1763
2100
|
class InternalAppSharingArtifact
|
1764
2101
|
# @private
|
1765
2102
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1864,6 +2201,10 @@ module Google
|
|
1864
2201
|
class MigrateBasePlanPricesRequest
|
1865
2202
|
# @private
|
1866
2203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2204
|
+
property :base_plan_id, as: 'basePlanId'
|
2205
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2206
|
+
property :package_name, as: 'packageName'
|
2207
|
+
property :product_id, as: 'productId'
|
1867
2208
|
collection :regional_price_migrations, as: 'regionalPriceMigrations', class: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig::Representation
|
1868
2209
|
|
1869
2210
|
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
@@ -2072,6 +2413,7 @@ module Google
|
|
2072
2413
|
|
2073
2414
|
property :external_transaction_token, as: 'externalTransactionToken'
|
2074
2415
|
property :initial_external_transaction_id, as: 'initialExternalTransactionId'
|
2416
|
+
property :migrated_transaction_program, as: 'migratedTransactionProgram'
|
2075
2417
|
end
|
2076
2418
|
end
|
2077
2419
|
|
@@ -2583,6 +2925,15 @@ module Google
|
|
2583
2925
|
end
|
2584
2926
|
end
|
2585
2927
|
|
2928
|
+
class TrackConfig
|
2929
|
+
# @private
|
2930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2931
|
+
property :form_factor, as: 'formFactor'
|
2932
|
+
property :track, as: 'track'
|
2933
|
+
property :type, as: 'type'
|
2934
|
+
end
|
2935
|
+
end
|
2936
|
+
|
2586
2937
|
class TrackCountryAvailability
|
2587
2938
|
# @private
|
2588
2939
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2624,6 +2975,52 @@ module Google
|
|
2624
2975
|
end
|
2625
2976
|
end
|
2626
2977
|
|
2978
|
+
class UpdateBasePlanStateRequest
|
2979
|
+
# @private
|
2980
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2981
|
+
property :activate_base_plan_request, as: 'activateBasePlanRequest', class: Google::Apis::AndroidpublisherV3::ActivateBasePlanRequest, decorator: Google::Apis::AndroidpublisherV3::ActivateBasePlanRequest::Representation
|
2982
|
+
|
2983
|
+
property :deactivate_base_plan_request, as: 'deactivateBasePlanRequest', class: Google::Apis::AndroidpublisherV3::DeactivateBasePlanRequest, decorator: Google::Apis::AndroidpublisherV3::DeactivateBasePlanRequest::Representation
|
2984
|
+
|
2985
|
+
end
|
2986
|
+
end
|
2987
|
+
|
2988
|
+
class UpdateSubscriptionOfferRequest
|
2989
|
+
# @private
|
2990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2991
|
+
property :allow_missing, as: 'allowMissing'
|
2992
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
2993
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
2994
|
+
|
2995
|
+
property :subscription_offer, as: 'subscriptionOffer', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
|
2996
|
+
|
2997
|
+
property :update_mask, as: 'updateMask'
|
2998
|
+
end
|
2999
|
+
end
|
3000
|
+
|
3001
|
+
class UpdateSubscriptionOfferStateRequest
|
3002
|
+
# @private
|
3003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3004
|
+
property :activate_subscription_offer_request, as: 'activateSubscriptionOfferRequest', class: Google::Apis::AndroidpublisherV3::ActivateSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::ActivateSubscriptionOfferRequest::Representation
|
3005
|
+
|
3006
|
+
property :deactivate_subscription_offer_request, as: 'deactivateSubscriptionOfferRequest', class: Google::Apis::AndroidpublisherV3::DeactivateSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::DeactivateSubscriptionOfferRequest::Representation
|
3007
|
+
|
3008
|
+
end
|
3009
|
+
end
|
3010
|
+
|
3011
|
+
class UpdateSubscriptionRequest
|
3012
|
+
# @private
|
3013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3014
|
+
property :allow_missing, as: 'allowMissing'
|
3015
|
+
property :latency_tolerance, as: 'latencyTolerance'
|
3016
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
3017
|
+
|
3018
|
+
property :subscription, as: 'subscription', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
|
3019
|
+
|
3020
|
+
property :update_mask, as: 'updateMask'
|
3021
|
+
end
|
3022
|
+
end
|
3023
|
+
|
2627
3024
|
class UpgradeTargetingRule
|
2628
3025
|
# @private
|
2629
3026
|
class Representation < Google::Apis::Core::JsonRepresentation
|