google-apis-androidpublisher_v3 0.53.0 → 0.55.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -52,6 +52,30 @@ module Google
52
52
  include Google::Apis::Core::JsonObjectSupport
53
53
  end
54
54
 
55
+ class AddTargetingRequest
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class AddTargetingResponse
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class AllUsers
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class AndroidSdks
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
55
79
  class Apk
56
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
81
 
@@ -112,6 +136,24 @@ module Google
112
136
  include Google::Apis::Core::JsonObjectSupport
113
137
  end
114
138
 
139
+ class AppRecoveryAction
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class AppVersionList
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class AppVersionRange
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
115
157
  class ArchiveSubscriptionRequest
116
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
117
159
 
@@ -148,6 +190,84 @@ module Google
148
190
  include Google::Apis::Core::JsonObjectSupport
149
191
  end
150
192
 
193
+ class BatchGetSubscriptionOffersRequest
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class BatchGetSubscriptionOffersResponse
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class BatchGetSubscriptionsResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class BatchMigrateBasePlanPricesRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class BatchMigrateBasePlanPricesResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class BatchUpdateBasePlanStatesRequest
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class BatchUpdateBasePlanStatesResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class BatchUpdateSubscriptionOfferStatesRequest
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class BatchUpdateSubscriptionOfferStatesResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class BatchUpdateSubscriptionOffersRequest
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class BatchUpdateSubscriptionOffersResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class BatchUpdateSubscriptionsRequest
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class BatchUpdateSubscriptionsResponse
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
151
271
  class Bundle
152
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
273
 
@@ -160,6 +280,18 @@ module Google
160
280
  include Google::Apis::Core::JsonObjectSupport
161
281
  end
162
282
 
283
+ class CancelAppRecoveryRequest
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class CancelAppRecoveryResponse
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
163
295
  class CancelSurveyResult
164
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
297
 
@@ -208,6 +340,12 @@ module Google
208
340
  include Google::Apis::Core::JsonObjectSupport
209
341
  end
210
342
 
343
+ class CreateDraftAppRecoveryRequest
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
211
349
  class DeactivateBasePlanRequest
212
350
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
351
 
@@ -238,6 +376,18 @@ module Google
238
376
  include Google::Apis::Core::JsonObjectSupport
239
377
  end
240
378
 
379
+ class DeployAppRecoveryRequest
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class DeployAppRecoveryResponse
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
241
391
  class DeveloperComment
242
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
243
393
 
@@ -388,6 +538,12 @@ module Google
388
538
  include Google::Apis::Core::JsonObjectSupport
389
539
  end
390
540
 
541
+ class GeneratedRecoveryApk
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
391
547
  class GeneratedSplitApk
392
548
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
549
 
@@ -406,6 +562,12 @@ module Google
406
562
  include Google::Apis::Core::JsonObjectSupport
407
563
  end
408
564
 
565
+ class GetSubscriptionOfferRequest
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
409
571
  class Grant
410
572
  class Representation < Google::Apis::Core::JsonRepresentation; end
411
573
 
@@ -448,12 +610,48 @@ module Google
448
610
  include Google::Apis::Core::JsonObjectSupport
449
611
  end
450
612
 
613
+ class InappproductsBatchDeleteRequest
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class InappproductsBatchGetResponse
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class InappproductsBatchUpdateRequest
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class InappproductsBatchUpdateResponse
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class InappproductsDeleteRequest
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
451
643
  class InappproductsListResponse
452
644
  class Representation < Google::Apis::Core::JsonRepresentation; end
453
645
 
454
646
  include Google::Apis::Core::JsonObjectSupport
455
647
  end
456
648
 
649
+ class InappproductsUpdateRequest
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
457
655
  class InternalAppSharingArtifact
458
656
  class Representation < Google::Apis::Core::JsonRepresentation; end
459
657
 
@@ -472,6 +670,12 @@ module Google
472
670
  include Google::Apis::Core::JsonObjectSupport
473
671
  end
474
672
 
673
+ class ListAppRecoveriesResponse
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
475
679
  class ListDeviceTierConfigsResponse
476
680
  class Representation < Google::Apis::Core::JsonRepresentation; end
477
681
 
@@ -694,12 +898,36 @@ module Google
694
898
  include Google::Apis::Core::JsonObjectSupport
695
899
  end
696
900
 
901
+ class Regions
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
697
907
  class RegionsVersion
698
908
  class Representation < Google::Apis::Core::JsonRepresentation; end
699
909
 
700
910
  include Google::Apis::Core::JsonObjectSupport
701
911
  end
702
912
 
913
+ class RemoteInAppUpdate
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class RemoteInAppUpdateData
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class RemoteInAppUpdateDataPerBundle
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
703
931
  class ReplacementCancellation
704
932
  class Representation < Google::Apis::Core::JsonRepresentation; end
705
933
 
@@ -736,6 +964,30 @@ module Google
736
964
  include Google::Apis::Core::JsonObjectSupport
737
965
  end
738
966
 
967
+ class RevocationContext
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class RevocationContextProratedRefund
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class RevokeSubscriptionPurchaseRequest
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class RevokeSubscriptionPurchaseResponse
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
739
991
  class ScreenDensity
740
992
  class Representation < Google::Apis::Core::JsonRepresentation; end
741
993
 
@@ -904,6 +1156,12 @@ module Google
904
1156
  include Google::Apis::Core::JsonObjectSupport
905
1157
  end
906
1158
 
1159
+ class Targeting
1160
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1161
+
1162
+ include Google::Apis::Core::JsonObjectSupport
1163
+ end
1164
+
907
1165
  class TargetingInfo
908
1166
  class Representation < Google::Apis::Core::JsonRepresentation; end
909
1167
 
@@ -916,6 +1174,12 @@ module Google
916
1174
  include Google::Apis::Core::JsonObjectSupport
917
1175
  end
918
1176
 
1177
+ class TargetingUpdate
1178
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1179
+
1180
+ include Google::Apis::Core::JsonObjectSupport
1181
+ end
1182
+
919
1183
  class TestPurchase
920
1184
  class Representation < Google::Apis::Core::JsonRepresentation; end
921
1185
 
@@ -988,6 +1252,30 @@ module Google
988
1252
  include Google::Apis::Core::JsonObjectSupport
989
1253
  end
990
1254
 
1255
+ class UpdateBasePlanStateRequest
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class UpdateSubscriptionOfferRequest
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ class UpdateSubscriptionOfferStateRequest
1268
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1269
+
1270
+ include Google::Apis::Core::JsonObjectSupport
1271
+ end
1272
+
1273
+ class UpdateSubscriptionRequest
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ include Google::Apis::Core::JsonObjectSupport
1277
+ end
1278
+
991
1279
  class UpgradeTargetingRule
992
1280
  class Representation < Google::Apis::Core::JsonRepresentation; end
993
1281
 
@@ -1082,12 +1370,49 @@ module Google
1082
1370
  class ActivateBasePlanRequest
1083
1371
  # @private
1084
1372
  class Representation < Google::Apis::Core::JsonRepresentation
1373
+ property :base_plan_id, as: 'basePlanId'
1374
+ property :latency_tolerance, as: 'latencyTolerance'
1375
+ property :package_name, as: 'packageName'
1376
+ property :product_id, as: 'productId'
1085
1377
  end
1086
1378
  end
1087
1379
 
1088
1380
  class ActivateSubscriptionOfferRequest
1089
1381
  # @private
1090
1382
  class Representation < Google::Apis::Core::JsonRepresentation
1383
+ property :base_plan_id, as: 'basePlanId'
1384
+ property :latency_tolerance, as: 'latencyTolerance'
1385
+ property :offer_id, as: 'offerId'
1386
+ property :package_name, as: 'packageName'
1387
+ property :product_id, as: 'productId'
1388
+ end
1389
+ end
1390
+
1391
+ class AddTargetingRequest
1392
+ # @private
1393
+ class Representation < Google::Apis::Core::JsonRepresentation
1394
+ property :targeting_update, as: 'targetingUpdate', class: Google::Apis::AndroidpublisherV3::TargetingUpdate, decorator: Google::Apis::AndroidpublisherV3::TargetingUpdate::Representation
1395
+
1396
+ end
1397
+ end
1398
+
1399
+ class AddTargetingResponse
1400
+ # @private
1401
+ class Representation < Google::Apis::Core::JsonRepresentation
1402
+ end
1403
+ end
1404
+
1405
+ class AllUsers
1406
+ # @private
1407
+ class Representation < Google::Apis::Core::JsonRepresentation
1408
+ property :is_all_users_requested, as: 'isAllUsersRequested'
1409
+ end
1410
+ end
1411
+
1412
+ class AndroidSdks
1413
+ # @private
1414
+ class Representation < Google::Apis::Core::JsonRepresentation
1415
+ collection :sdk_levels, as: 'sdkLevels'
1091
1416
  end
1092
1417
  end
1093
1418
 
@@ -1146,116 +1471,251 @@ module Google
1146
1471
 
1147
1472
  property :screen_density_targeting, as: 'screenDensityTargeting', class: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting, decorator: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting::Representation
1148
1473
 
1149
- property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
1474
+ property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
1475
+
1476
+ property :texture_compression_format_targeting, as: 'textureCompressionFormatTargeting', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting::Representation
1477
+
1478
+ end
1479
+ end
1480
+
1481
+ class ApksAddExternallyHostedRequest
1482
+ # @private
1483
+ class Representation < Google::Apis::Core::JsonRepresentation
1484
+ property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
1485
+
1486
+ end
1487
+ end
1488
+
1489
+ class ApksAddExternallyHostedResponse
1490
+ # @private
1491
+ class Representation < Google::Apis::Core::JsonRepresentation
1492
+ property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
1493
+
1494
+ end
1495
+ end
1496
+
1497
+ class ApksListResponse
1498
+ # @private
1499
+ class Representation < Google::Apis::Core::JsonRepresentation
1500
+ collection :apks, as: 'apks', class: Google::Apis::AndroidpublisherV3::Apk, decorator: Google::Apis::AndroidpublisherV3::Apk::Representation
1501
+
1502
+ property :kind, as: 'kind'
1503
+ end
1504
+ end
1505
+
1506
+ class AppDetails
1507
+ # @private
1508
+ class Representation < Google::Apis::Core::JsonRepresentation
1509
+ property :contact_email, as: 'contactEmail'
1510
+ property :contact_phone, as: 'contactPhone'
1511
+ property :contact_website, as: 'contactWebsite'
1512
+ property :default_language, as: 'defaultLanguage'
1513
+ end
1514
+ end
1515
+
1516
+ class AppEdit
1517
+ # @private
1518
+ class Representation < Google::Apis::Core::JsonRepresentation
1519
+ property :expiry_time_seconds, as: 'expiryTimeSeconds'
1520
+ property :id, as: 'id'
1521
+ end
1522
+ end
1523
+
1524
+ class AppRecoveryAction
1525
+ # @private
1526
+ class Representation < Google::Apis::Core::JsonRepresentation
1527
+ property :app_recovery_id, :numeric_string => true, as: 'appRecoveryId'
1528
+ property :cancel_time, as: 'cancelTime'
1529
+ property :create_time, as: 'createTime'
1530
+ property :deploy_time, as: 'deployTime'
1531
+ property :last_update_time, as: 'lastUpdateTime'
1532
+ property :remote_in_app_update_data, as: 'remoteInAppUpdateData', class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateData, decorator: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateData::Representation
1533
+
1534
+ property :status, as: 'status'
1535
+ property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::Targeting, decorator: Google::Apis::AndroidpublisherV3::Targeting::Representation
1536
+
1537
+ end
1538
+ end
1539
+
1540
+ class AppVersionList
1541
+ # @private
1542
+ class Representation < Google::Apis::Core::JsonRepresentation
1543
+ collection :version_codes, as: 'versionCodes'
1544
+ end
1545
+ end
1546
+
1547
+ class AppVersionRange
1548
+ # @private
1549
+ class Representation < Google::Apis::Core::JsonRepresentation
1550
+ property :version_code_end, :numeric_string => true, as: 'versionCodeEnd'
1551
+ property :version_code_start, :numeric_string => true, as: 'versionCodeStart'
1552
+ end
1553
+ end
1554
+
1555
+ class ArchiveSubscriptionRequest
1556
+ # @private
1557
+ class Representation < Google::Apis::Core::JsonRepresentation
1558
+ end
1559
+ end
1560
+
1561
+ class AssetModuleMetadata
1562
+ # @private
1563
+ class Representation < Google::Apis::Core::JsonRepresentation
1564
+ property :delivery_type, as: 'deliveryType'
1565
+ property :name, as: 'name'
1566
+ end
1567
+ end
1568
+
1569
+ class AssetSliceSet
1570
+ # @private
1571
+ class Representation < Google::Apis::Core::JsonRepresentation
1572
+ collection :apk_description, as: 'apkDescription', class: Google::Apis::AndroidpublisherV3::ApkDescription, decorator: Google::Apis::AndroidpublisherV3::ApkDescription::Representation
1573
+
1574
+ property :asset_module_metadata, as: 'assetModuleMetadata', class: Google::Apis::AndroidpublisherV3::AssetModuleMetadata, decorator: Google::Apis::AndroidpublisherV3::AssetModuleMetadata::Representation
1575
+
1576
+ end
1577
+ end
1578
+
1579
+ class AutoRenewingBasePlanType
1580
+ # @private
1581
+ class Representation < Google::Apis::Core::JsonRepresentation
1582
+ property :billing_period_duration, as: 'billingPeriodDuration'
1583
+ property :grace_period_duration, as: 'gracePeriodDuration'
1584
+ property :legacy_compatible, as: 'legacyCompatible'
1585
+ property :legacy_compatible_subscription_offer_id, as: 'legacyCompatibleSubscriptionOfferId'
1586
+ property :proration_mode, as: 'prorationMode'
1587
+ property :resubscribe_state, as: 'resubscribeState'
1588
+ end
1589
+ end
1590
+
1591
+ class AutoRenewingPlan
1592
+ # @private
1593
+ class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :auto_renew_enabled, as: 'autoRenewEnabled'
1595
+ property :price_change_details, as: 'priceChangeDetails', class: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails, decorator: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails::Representation
1596
+
1597
+ end
1598
+ end
1599
+
1600
+ class BasePlan
1601
+ # @private
1602
+ class Representation < Google::Apis::Core::JsonRepresentation
1603
+ property :auto_renewing_base_plan_type, as: 'autoRenewingBasePlanType', class: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType, decorator: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType::Representation
1604
+
1605
+ property :base_plan_id, as: 'basePlanId'
1606
+ collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
1607
+
1608
+ property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig::Representation
1609
+
1610
+ property :prepaid_base_plan_type, as: 'prepaidBasePlanType', class: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType, decorator: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType::Representation
1150
1611
 
1151
- property :texture_compression_format_targeting, as: 'textureCompressionFormatTargeting', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting::Representation
1612
+ collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig::Representation
1152
1613
 
1614
+ property :state, as: 'state'
1153
1615
  end
1154
1616
  end
1155
1617
 
1156
- class ApksAddExternallyHostedRequest
1618
+ class BatchGetSubscriptionOffersRequest
1157
1619
  # @private
1158
1620
  class Representation < Google::Apis::Core::JsonRepresentation
1159
- property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
1621
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::GetSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::GetSubscriptionOfferRequest::Representation
1160
1622
 
1161
1623
  end
1162
1624
  end
1163
1625
 
1164
- class ApksAddExternallyHostedResponse
1626
+ class BatchGetSubscriptionOffersResponse
1165
1627
  # @private
1166
1628
  class Representation < Google::Apis::Core::JsonRepresentation
1167
- property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
1629
+ collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
1168
1630
 
1169
1631
  end
1170
1632
  end
1171
1633
 
1172
- class ApksListResponse
1634
+ class BatchGetSubscriptionsResponse
1173
1635
  # @private
1174
1636
  class Representation < Google::Apis::Core::JsonRepresentation
1175
- collection :apks, as: 'apks', class: Google::Apis::AndroidpublisherV3::Apk, decorator: Google::Apis::AndroidpublisherV3::Apk::Representation
1637
+ collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
1176
1638
 
1177
- property :kind, as: 'kind'
1178
1639
  end
1179
1640
  end
1180
1641
 
1181
- class AppDetails
1642
+ class BatchMigrateBasePlanPricesRequest
1182
1643
  # @private
1183
1644
  class Representation < Google::Apis::Core::JsonRepresentation
1184
- property :contact_email, as: 'contactEmail'
1185
- property :contact_phone, as: 'contactPhone'
1186
- property :contact_website, as: 'contactWebsite'
1187
- property :default_language, as: 'defaultLanguage'
1645
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesRequest, decorator: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesRequest::Representation
1646
+
1188
1647
  end
1189
1648
  end
1190
1649
 
1191
- class AppEdit
1650
+ class BatchMigrateBasePlanPricesResponse
1192
1651
  # @private
1193
1652
  class Representation < Google::Apis::Core::JsonRepresentation
1194
- property :expiry_time_seconds, as: 'expiryTimeSeconds'
1195
- property :id, as: 'id'
1653
+ collection :responses, as: 'responses', class: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesResponse, decorator: Google::Apis::AndroidpublisherV3::MigrateBasePlanPricesResponse::Representation
1654
+
1196
1655
  end
1197
1656
  end
1198
1657
 
1199
- class ArchiveSubscriptionRequest
1658
+ class BatchUpdateBasePlanStatesRequest
1200
1659
  # @private
1201
1660
  class Representation < Google::Apis::Core::JsonRepresentation
1661
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateBasePlanStateRequest::Representation
1662
+
1202
1663
  end
1203
1664
  end
1204
1665
 
1205
- class AssetModuleMetadata
1666
+ class BatchUpdateBasePlanStatesResponse
1206
1667
  # @private
1207
1668
  class Representation < Google::Apis::Core::JsonRepresentation
1208
- property :delivery_type, as: 'deliveryType'
1209
- property :name, as: 'name'
1669
+ collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
1670
+
1210
1671
  end
1211
1672
  end
1212
1673
 
1213
- class AssetSliceSet
1674
+ class BatchUpdateSubscriptionOfferStatesRequest
1214
1675
  # @private
1215
1676
  class Representation < Google::Apis::Core::JsonRepresentation
1216
- collection :apk_description, as: 'apkDescription', class: Google::Apis::AndroidpublisherV3::ApkDescription, decorator: Google::Apis::AndroidpublisherV3::ApkDescription::Representation
1217
-
1218
- property :asset_module_metadata, as: 'assetModuleMetadata', class: Google::Apis::AndroidpublisherV3::AssetModuleMetadata, decorator: Google::Apis::AndroidpublisherV3::AssetModuleMetadata::Representation
1677
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferStateRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferStateRequest::Representation
1219
1678
 
1220
1679
  end
1221
1680
  end
1222
1681
 
1223
- class AutoRenewingBasePlanType
1682
+ class BatchUpdateSubscriptionOfferStatesResponse
1224
1683
  # @private
1225
1684
  class Representation < Google::Apis::Core::JsonRepresentation
1226
- property :billing_period_duration, as: 'billingPeriodDuration'
1227
- property :grace_period_duration, as: 'gracePeriodDuration'
1228
- property :legacy_compatible, as: 'legacyCompatible'
1229
- property :legacy_compatible_subscription_offer_id, as: 'legacyCompatibleSubscriptionOfferId'
1230
- property :proration_mode, as: 'prorationMode'
1231
- property :resubscribe_state, as: 'resubscribeState'
1685
+ collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
1686
+
1232
1687
  end
1233
1688
  end
1234
1689
 
1235
- class AutoRenewingPlan
1690
+ class BatchUpdateSubscriptionOffersRequest
1236
1691
  # @private
1237
1692
  class Representation < Google::Apis::Core::JsonRepresentation
1238
- property :auto_renew_enabled, as: 'autoRenewEnabled'
1239
- property :price_change_details, as: 'priceChangeDetails', class: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails, decorator: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails::Representation
1693
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateSubscriptionOfferRequest::Representation
1240
1694
 
1241
1695
  end
1242
1696
  end
1243
1697
 
1244
- class BasePlan
1698
+ class BatchUpdateSubscriptionOffersResponse
1245
1699
  # @private
1246
1700
  class Representation < Google::Apis::Core::JsonRepresentation
1247
- property :auto_renewing_base_plan_type, as: 'autoRenewingBasePlanType', class: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType, decorator: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType::Representation
1701
+ collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
1248
1702
 
1249
- property :base_plan_id, as: 'basePlanId'
1250
- collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
1703
+ end
1704
+ end
1251
1705
 
1252
- property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig::Representation
1706
+ class BatchUpdateSubscriptionsRequest
1707
+ # @private
1708
+ class Representation < Google::Apis::Core::JsonRepresentation
1709
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::UpdateSubscriptionRequest, decorator: Google::Apis::AndroidpublisherV3::UpdateSubscriptionRequest::Representation
1253
1710
 
1254
- property :prepaid_base_plan_type, as: 'prepaidBasePlanType', class: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType, decorator: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType::Representation
1711
+ end
1712
+ end
1255
1713
 
1256
- collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig::Representation
1714
+ class BatchUpdateSubscriptionsResponse
1715
+ # @private
1716
+ class Representation < Google::Apis::Core::JsonRepresentation
1717
+ collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
1257
1718
 
1258
- property :state, as: 'state'
1259
1719
  end
1260
1720
  end
1261
1721
 
@@ -1277,6 +1737,18 @@ module Google
1277
1737
  end
1278
1738
  end
1279
1739
 
1740
+ class CancelAppRecoveryRequest
1741
+ # @private
1742
+ class Representation < Google::Apis::Core::JsonRepresentation
1743
+ end
1744
+ end
1745
+
1746
+ class CancelAppRecoveryResponse
1747
+ # @private
1748
+ class Representation < Google::Apis::Core::JsonRepresentation
1749
+ end
1750
+ end
1751
+
1280
1752
  class CancelSurveyResult
1281
1753
  # @private
1282
1754
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1356,15 +1828,34 @@ module Google
1356
1828
  end
1357
1829
  end
1358
1830
 
1831
+ class CreateDraftAppRecoveryRequest
1832
+ # @private
1833
+ class Representation < Google::Apis::Core::JsonRepresentation
1834
+ property :remote_in_app_update, as: 'remoteInAppUpdate', class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdate, decorator: Google::Apis::AndroidpublisherV3::RemoteInAppUpdate::Representation
1835
+
1836
+ property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::Targeting, decorator: Google::Apis::AndroidpublisherV3::Targeting::Representation
1837
+
1838
+ end
1839
+ end
1840
+
1359
1841
  class DeactivateBasePlanRequest
1360
1842
  # @private
1361
1843
  class Representation < Google::Apis::Core::JsonRepresentation
1844
+ property :base_plan_id, as: 'basePlanId'
1845
+ property :latency_tolerance, as: 'latencyTolerance'
1846
+ property :package_name, as: 'packageName'
1847
+ property :product_id, as: 'productId'
1362
1848
  end
1363
1849
  end
1364
1850
 
1365
1851
  class DeactivateSubscriptionOfferRequest
1366
1852
  # @private
1367
1853
  class Representation < Google::Apis::Core::JsonRepresentation
1854
+ property :base_plan_id, as: 'basePlanId'
1855
+ property :latency_tolerance, as: 'latencyTolerance'
1856
+ property :offer_id, as: 'offerId'
1857
+ property :package_name, as: 'packageName'
1858
+ property :product_id, as: 'productId'
1368
1859
  end
1369
1860
  end
1370
1861
 
@@ -1390,6 +1881,18 @@ module Google
1390
1881
  end
1391
1882
  end
1392
1883
 
1884
+ class DeployAppRecoveryRequest
1885
+ # @private
1886
+ class Representation < Google::Apis::Core::JsonRepresentation
1887
+ end
1888
+ end
1889
+
1890
+ class DeployAppRecoveryResponse
1891
+ # @private
1892
+ class Representation < Google::Apis::Core::JsonRepresentation
1893
+ end
1894
+ end
1895
+
1393
1896
  class DeveloperComment
1394
1897
  # @private
1395
1898
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1632,6 +2135,8 @@ module Google
1632
2135
  property :certificate_sha256_hash, as: 'certificateSha256Hash'
1633
2136
  collection :generated_asset_pack_slices, as: 'generatedAssetPackSlices', class: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice, decorator: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice::Representation
1634
2137
 
2138
+ collection :generated_recovery_modules, as: 'generatedRecoveryModules', class: Google::Apis::AndroidpublisherV3::GeneratedRecoveryApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedRecoveryApk::Representation
2139
+
1635
2140
  collection :generated_split_apks, as: 'generatedSplitApks', class: Google::Apis::AndroidpublisherV3::GeneratedSplitApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedSplitApk::Representation
1636
2141
 
1637
2142
  collection :generated_standalone_apks, as: 'generatedStandaloneApks', class: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk::Representation
@@ -1653,6 +2158,16 @@ module Google
1653
2158
  end
1654
2159
  end
1655
2160
 
2161
+ class GeneratedRecoveryApk
2162
+ # @private
2163
+ class Representation < Google::Apis::Core::JsonRepresentation
2164
+ property :download_id, as: 'downloadId'
2165
+ property :module_name, as: 'moduleName'
2166
+ property :recovery_id, :numeric_string => true, as: 'recoveryId'
2167
+ property :recovery_status, as: 'recoveryStatus'
2168
+ end
2169
+ end
2170
+
1656
2171
  class GeneratedSplitApk
1657
2172
  # @private
1658
2173
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1678,6 +2193,16 @@ module Google
1678
2193
  end
1679
2194
  end
1680
2195
 
2196
+ class GetSubscriptionOfferRequest
2197
+ # @private
2198
+ class Representation < Google::Apis::Core::JsonRepresentation
2199
+ property :base_plan_id, as: 'basePlanId'
2200
+ property :offer_id, as: 'offerId'
2201
+ property :package_name, as: 'packageName'
2202
+ property :product_id, as: 'productId'
2203
+ end
2204
+ end
2205
+
1681
2206
  class Grant
1682
2207
  # @private
1683
2208
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1754,6 +2279,47 @@ module Google
1754
2279
  end
1755
2280
  end
1756
2281
 
2282
+ class InappproductsBatchDeleteRequest
2283
+ # @private
2284
+ class Representation < Google::Apis::Core::JsonRepresentation
2285
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::InappproductsDeleteRequest, decorator: Google::Apis::AndroidpublisherV3::InappproductsDeleteRequest::Representation
2286
+
2287
+ end
2288
+ end
2289
+
2290
+ class InappproductsBatchGetResponse
2291
+ # @private
2292
+ class Representation < Google::Apis::Core::JsonRepresentation
2293
+ collection :inappproduct, as: 'inappproduct', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
2294
+
2295
+ end
2296
+ end
2297
+
2298
+ class InappproductsBatchUpdateRequest
2299
+ # @private
2300
+ class Representation < Google::Apis::Core::JsonRepresentation
2301
+ collection :requests, as: 'requests', class: Google::Apis::AndroidpublisherV3::InappproductsUpdateRequest, decorator: Google::Apis::AndroidpublisherV3::InappproductsUpdateRequest::Representation
2302
+
2303
+ end
2304
+ end
2305
+
2306
+ class InappproductsBatchUpdateResponse
2307
+ # @private
2308
+ class Representation < Google::Apis::Core::JsonRepresentation
2309
+ collection :inappproducts, as: 'inappproducts', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
2310
+
2311
+ end
2312
+ end
2313
+
2314
+ class InappproductsDeleteRequest
2315
+ # @private
2316
+ class Representation < Google::Apis::Core::JsonRepresentation
2317
+ property :latency_tolerance, as: 'latencyTolerance'
2318
+ property :package_name, as: 'packageName'
2319
+ property :sku, as: 'sku'
2320
+ end
2321
+ end
2322
+
1757
2323
  class InappproductsListResponse
1758
2324
  # @private
1759
2325
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1767,6 +2333,19 @@ module Google
1767
2333
  end
1768
2334
  end
1769
2335
 
2336
+ class InappproductsUpdateRequest
2337
+ # @private
2338
+ class Representation < Google::Apis::Core::JsonRepresentation
2339
+ property :allow_missing, as: 'allowMissing'
2340
+ property :auto_convert_missing_prices, as: 'autoConvertMissingPrices'
2341
+ property :inappproduct, as: 'inappproduct', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
2342
+
2343
+ property :latency_tolerance, as: 'latencyTolerance'
2344
+ property :package_name, as: 'packageName'
2345
+ property :sku, as: 'sku'
2346
+ end
2347
+ end
2348
+
1770
2349
  class InternalAppSharingArtifact
1771
2350
  # @private
1772
2351
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1794,6 +2373,14 @@ module Google
1794
2373
  end
1795
2374
  end
1796
2375
 
2376
+ class ListAppRecoveriesResponse
2377
+ # @private
2378
+ class Representation < Google::Apis::Core::JsonRepresentation
2379
+ collection :recovery_actions, as: 'recoveryActions', class: Google::Apis::AndroidpublisherV3::AppRecoveryAction, decorator: Google::Apis::AndroidpublisherV3::AppRecoveryAction::Representation
2380
+
2381
+ end
2382
+ end
2383
+
1797
2384
  class ListDeviceTierConfigsResponse
1798
2385
  # @private
1799
2386
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1871,6 +2458,10 @@ module Google
1871
2458
  class MigrateBasePlanPricesRequest
1872
2459
  # @private
1873
2460
  class Representation < Google::Apis::Core::JsonRepresentation
2461
+ property :base_plan_id, as: 'basePlanId'
2462
+ property :latency_tolerance, as: 'latencyTolerance'
2463
+ property :package_name, as: 'packageName'
2464
+ property :product_id, as: 'productId'
1874
2465
  collection :regional_price_migrations, as: 'regionalPriceMigrations', class: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig::Representation
1875
2466
 
1876
2467
  property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
@@ -2142,6 +2733,13 @@ module Google
2142
2733
  end
2143
2734
  end
2144
2735
 
2736
+ class Regions
2737
+ # @private
2738
+ class Representation < Google::Apis::Core::JsonRepresentation
2739
+ collection :region_code, as: 'regionCode'
2740
+ end
2741
+ end
2742
+
2145
2743
  class RegionsVersion
2146
2744
  # @private
2147
2745
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2149,6 +2747,30 @@ module Google
2149
2747
  end
2150
2748
  end
2151
2749
 
2750
+ class RemoteInAppUpdate
2751
+ # @private
2752
+ class Representation < Google::Apis::Core::JsonRepresentation
2753
+ property :is_remote_in_app_update_requested, as: 'isRemoteInAppUpdateRequested'
2754
+ end
2755
+ end
2756
+
2757
+ class RemoteInAppUpdateData
2758
+ # @private
2759
+ class Representation < Google::Apis::Core::JsonRepresentation
2760
+ collection :remote_app_update_data_per_bundle, as: 'remoteAppUpdateDataPerBundle', class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateDataPerBundle, decorator: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateDataPerBundle::Representation
2761
+
2762
+ end
2763
+ end
2764
+
2765
+ class RemoteInAppUpdateDataPerBundle
2766
+ # @private
2767
+ class Representation < Google::Apis::Core::JsonRepresentation
2768
+ property :recovered_device_count, :numeric_string => true, as: 'recoveredDeviceCount'
2769
+ property :total_device_count, :numeric_string => true, as: 'totalDeviceCount'
2770
+ property :version_code, :numeric_string => true, as: 'versionCode'
2771
+ end
2772
+ end
2773
+
2152
2774
  class ReplacementCancellation
2153
2775
  # @private
2154
2776
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2201,6 +2823,34 @@ module Google
2201
2823
  end
2202
2824
  end
2203
2825
 
2826
+ class RevocationContext
2827
+ # @private
2828
+ class Representation < Google::Apis::Core::JsonRepresentation
2829
+ property :prorated_refund, as: 'proratedRefund', class: Google::Apis::AndroidpublisherV3::RevocationContextProratedRefund, decorator: Google::Apis::AndroidpublisherV3::RevocationContextProratedRefund::Representation
2830
+
2831
+ end
2832
+ end
2833
+
2834
+ class RevocationContextProratedRefund
2835
+ # @private
2836
+ class Representation < Google::Apis::Core::JsonRepresentation
2837
+ end
2838
+ end
2839
+
2840
+ class RevokeSubscriptionPurchaseRequest
2841
+ # @private
2842
+ class Representation < Google::Apis::Core::JsonRepresentation
2843
+ property :revocation_context, as: 'revocationContext', class: Google::Apis::AndroidpublisherV3::RevocationContext, decorator: Google::Apis::AndroidpublisherV3::RevocationContext::Representation
2844
+
2845
+ end
2846
+ end
2847
+
2848
+ class RevokeSubscriptionPurchaseResponse
2849
+ # @private
2850
+ class Representation < Google::Apis::Core::JsonRepresentation
2851
+ end
2852
+ end
2853
+
2204
2854
  class ScreenDensity
2205
2855
  # @private
2206
2856
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2518,6 +3168,22 @@ module Google
2518
3168
  end
2519
3169
  end
2520
3170
 
3171
+ class Targeting
3172
+ # @private
3173
+ class Representation < Google::Apis::Core::JsonRepresentation
3174
+ property :all_users, as: 'allUsers', class: Google::Apis::AndroidpublisherV3::AllUsers, decorator: Google::Apis::AndroidpublisherV3::AllUsers::Representation
3175
+
3176
+ property :android_sdks, as: 'androidSdks', class: Google::Apis::AndroidpublisherV3::AndroidSdks, decorator: Google::Apis::AndroidpublisherV3::AndroidSdks::Representation
3177
+
3178
+ property :regions, as: 'regions', class: Google::Apis::AndroidpublisherV3::Regions, decorator: Google::Apis::AndroidpublisherV3::Regions::Representation
3179
+
3180
+ property :version_list, as: 'versionList', class: Google::Apis::AndroidpublisherV3::AppVersionList, decorator: Google::Apis::AndroidpublisherV3::AppVersionList::Representation
3181
+
3182
+ property :version_range, as: 'versionRange', class: Google::Apis::AndroidpublisherV3::AppVersionRange, decorator: Google::Apis::AndroidpublisherV3::AppVersionRange::Representation
3183
+
3184
+ end
3185
+ end
3186
+
2521
3187
  class TargetingInfo
2522
3188
  # @private
2523
3189
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2536,6 +3202,18 @@ module Google
2536
3202
  end
2537
3203
  end
2538
3204
 
3205
+ class TargetingUpdate
3206
+ # @private
3207
+ class Representation < Google::Apis::Core::JsonRepresentation
3208
+ property :all_users, as: 'allUsers', class: Google::Apis::AndroidpublisherV3::AllUsers, decorator: Google::Apis::AndroidpublisherV3::AllUsers::Representation
3209
+
3210
+ property :android_sdks, as: 'androidSdks', class: Google::Apis::AndroidpublisherV3::AndroidSdks, decorator: Google::Apis::AndroidpublisherV3::AndroidSdks::Representation
3211
+
3212
+ property :regions, as: 'regions', class: Google::Apis::AndroidpublisherV3::Regions, decorator: Google::Apis::AndroidpublisherV3::Regions::Representation
3213
+
3214
+ end
3215
+ end
3216
+
2539
3217
  class TestPurchase
2540
3218
  # @private
2541
3219
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2641,6 +3319,52 @@ module Google
2641
3319
  end
2642
3320
  end
2643
3321
 
3322
+ class UpdateBasePlanStateRequest
3323
+ # @private
3324
+ class Representation < Google::Apis::Core::JsonRepresentation
3325
+ property :activate_base_plan_request, as: 'activateBasePlanRequest', class: Google::Apis::AndroidpublisherV3::ActivateBasePlanRequest, decorator: Google::Apis::AndroidpublisherV3::ActivateBasePlanRequest::Representation
3326
+
3327
+ property :deactivate_base_plan_request, as: 'deactivateBasePlanRequest', class: Google::Apis::AndroidpublisherV3::DeactivateBasePlanRequest, decorator: Google::Apis::AndroidpublisherV3::DeactivateBasePlanRequest::Representation
3328
+
3329
+ end
3330
+ end
3331
+
3332
+ class UpdateSubscriptionOfferRequest
3333
+ # @private
3334
+ class Representation < Google::Apis::Core::JsonRepresentation
3335
+ property :allow_missing, as: 'allowMissing'
3336
+ property :latency_tolerance, as: 'latencyTolerance'
3337
+ property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
3338
+
3339
+ property :subscription_offer, as: 'subscriptionOffer', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
3340
+
3341
+ property :update_mask, as: 'updateMask'
3342
+ end
3343
+ end
3344
+
3345
+ class UpdateSubscriptionOfferStateRequest
3346
+ # @private
3347
+ class Representation < Google::Apis::Core::JsonRepresentation
3348
+ property :activate_subscription_offer_request, as: 'activateSubscriptionOfferRequest', class: Google::Apis::AndroidpublisherV3::ActivateSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::ActivateSubscriptionOfferRequest::Representation
3349
+
3350
+ property :deactivate_subscription_offer_request, as: 'deactivateSubscriptionOfferRequest', class: Google::Apis::AndroidpublisherV3::DeactivateSubscriptionOfferRequest, decorator: Google::Apis::AndroidpublisherV3::DeactivateSubscriptionOfferRequest::Representation
3351
+
3352
+ end
3353
+ end
3354
+
3355
+ class UpdateSubscriptionRequest
3356
+ # @private
3357
+ class Representation < Google::Apis::Core::JsonRepresentation
3358
+ property :allow_missing, as: 'allowMissing'
3359
+ property :latency_tolerance, as: 'latencyTolerance'
3360
+ property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
3361
+
3362
+ property :subscription, as: 'subscription', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
3363
+
3364
+ property :update_mask, as: 'updateMask'
3365
+ end
3366
+ end
3367
+
2644
3368
  class UpgradeTargetingRule
2645
3369
  # @private
2646
3370
  class Representation < Google::Apis::Core::JsonRepresentation