google-apis-androidpublisher_v3 0.54.0 → 0.56.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 +10 -0
- data/lib/google/apis/androidpublisher_v3/classes.rb +604 -0
- data/lib/google/apis/androidpublisher_v3/gem_version.rb +3 -3
- data/lib/google/apis/androidpublisher_v3/representations.rb +369 -0
- data/lib/google/apis/androidpublisher_v3/service.rb +256 -1
- metadata +6 -6
@@ -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.56.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240129"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -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
|
|
@@ -238,6 +280,18 @@ module Google
|
|
238
280
|
include Google::Apis::Core::JsonObjectSupport
|
239
281
|
end
|
240
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
|
+
|
241
295
|
class CancelSurveyResult
|
242
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
297
|
|
@@ -286,6 +340,12 @@ module Google
|
|
286
340
|
include Google::Apis::Core::JsonObjectSupport
|
287
341
|
end
|
288
342
|
|
343
|
+
class CreateDraftAppRecoveryRequest
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
289
349
|
class DeactivateBasePlanRequest
|
290
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
351
|
|
@@ -316,6 +376,18 @@ module Google
|
|
316
376
|
include Google::Apis::Core::JsonObjectSupport
|
317
377
|
end
|
318
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
|
+
|
319
391
|
class DeveloperComment
|
320
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
393
|
|
@@ -466,6 +538,12 @@ module Google
|
|
466
538
|
include Google::Apis::Core::JsonObjectSupport
|
467
539
|
end
|
468
540
|
|
541
|
+
class GeneratedRecoveryApk
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
469
547
|
class GeneratedSplitApk
|
470
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
549
|
|
@@ -592,6 +670,12 @@ module Google
|
|
592
670
|
include Google::Apis::Core::JsonObjectSupport
|
593
671
|
end
|
594
672
|
|
673
|
+
class ListAppRecoveriesResponse
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
595
679
|
class ListDeviceTierConfigsResponse
|
596
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
681
|
|
@@ -814,12 +898,36 @@ module Google
|
|
814
898
|
include Google::Apis::Core::JsonObjectSupport
|
815
899
|
end
|
816
900
|
|
901
|
+
class Regions
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
817
907
|
class RegionsVersion
|
818
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
909
|
|
820
910
|
include Google::Apis::Core::JsonObjectSupport
|
821
911
|
end
|
822
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
|
+
|
823
931
|
class ReplacementCancellation
|
824
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
933
|
|
@@ -856,6 +964,42 @@ module Google
|
|
856
964
|
include Google::Apis::Core::JsonObjectSupport
|
857
965
|
end
|
858
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
|
+
|
991
|
+
class SafetyLabelsUpdateRequest
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
997
|
+
class SafetyLabelsUpdateResponse
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
859
1003
|
class ScreenDensity
|
860
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
1005
|
|
@@ -1024,6 +1168,12 @@ module Google
|
|
1024
1168
|
include Google::Apis::Core::JsonObjectSupport
|
1025
1169
|
end
|
1026
1170
|
|
1171
|
+
class Targeting
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
|
+
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
1175
|
+
end
|
1176
|
+
|
1027
1177
|
class TargetingInfo
|
1028
1178
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
1179
|
|
@@ -1036,6 +1186,12 @@ module Google
|
|
1036
1186
|
include Google::Apis::Core::JsonObjectSupport
|
1037
1187
|
end
|
1038
1188
|
|
1189
|
+
class TargetingUpdate
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1039
1195
|
class TestPurchase
|
1040
1196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
1197
|
|
@@ -1244,6 +1400,34 @@ module Google
|
|
1244
1400
|
end
|
1245
1401
|
end
|
1246
1402
|
|
1403
|
+
class AddTargetingRequest
|
1404
|
+
# @private
|
1405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1406
|
+
property :targeting_update, as: 'targetingUpdate', class: Google::Apis::AndroidpublisherV3::TargetingUpdate, decorator: Google::Apis::AndroidpublisherV3::TargetingUpdate::Representation
|
1407
|
+
|
1408
|
+
end
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class AddTargetingResponse
|
1412
|
+
# @private
|
1413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1414
|
+
end
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class AllUsers
|
1418
|
+
# @private
|
1419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1420
|
+
property :is_all_users_requested, as: 'isAllUsersRequested'
|
1421
|
+
end
|
1422
|
+
end
|
1423
|
+
|
1424
|
+
class AndroidSdks
|
1425
|
+
# @private
|
1426
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1427
|
+
collection :sdk_levels, as: 'sdkLevels'
|
1428
|
+
end
|
1429
|
+
end
|
1430
|
+
|
1247
1431
|
class Apk
|
1248
1432
|
# @private
|
1249
1433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1349,6 +1533,37 @@ module Google
|
|
1349
1533
|
end
|
1350
1534
|
end
|
1351
1535
|
|
1536
|
+
class AppRecoveryAction
|
1537
|
+
# @private
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1539
|
+
property :app_recovery_id, :numeric_string => true, as: 'appRecoveryId'
|
1540
|
+
property :cancel_time, as: 'cancelTime'
|
1541
|
+
property :create_time, as: 'createTime'
|
1542
|
+
property :deploy_time, as: 'deployTime'
|
1543
|
+
property :last_update_time, as: 'lastUpdateTime'
|
1544
|
+
property :remote_in_app_update_data, as: 'remoteInAppUpdateData', class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateData, decorator: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateData::Representation
|
1545
|
+
|
1546
|
+
property :status, as: 'status'
|
1547
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::Targeting, decorator: Google::Apis::AndroidpublisherV3::Targeting::Representation
|
1548
|
+
|
1549
|
+
end
|
1550
|
+
end
|
1551
|
+
|
1552
|
+
class AppVersionList
|
1553
|
+
# @private
|
1554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1555
|
+
collection :version_codes, as: 'versionCodes'
|
1556
|
+
end
|
1557
|
+
end
|
1558
|
+
|
1559
|
+
class AppVersionRange
|
1560
|
+
# @private
|
1561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1562
|
+
property :version_code_end, :numeric_string => true, as: 'versionCodeEnd'
|
1563
|
+
property :version_code_start, :numeric_string => true, as: 'versionCodeStart'
|
1564
|
+
end
|
1565
|
+
end
|
1566
|
+
|
1352
1567
|
class ArchiveSubscriptionRequest
|
1353
1568
|
# @private
|
1354
1569
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1534,6 +1749,18 @@ module Google
|
|
1534
1749
|
end
|
1535
1750
|
end
|
1536
1751
|
|
1752
|
+
class CancelAppRecoveryRequest
|
1753
|
+
# @private
|
1754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1755
|
+
end
|
1756
|
+
end
|
1757
|
+
|
1758
|
+
class CancelAppRecoveryResponse
|
1759
|
+
# @private
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1761
|
+
end
|
1762
|
+
end
|
1763
|
+
|
1537
1764
|
class CancelSurveyResult
|
1538
1765
|
# @private
|
1539
1766
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1613,6 +1840,16 @@ module Google
|
|
1613
1840
|
end
|
1614
1841
|
end
|
1615
1842
|
|
1843
|
+
class CreateDraftAppRecoveryRequest
|
1844
|
+
# @private
|
1845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1846
|
+
property :remote_in_app_update, as: 'remoteInAppUpdate', class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdate, decorator: Google::Apis::AndroidpublisherV3::RemoteInAppUpdate::Representation
|
1847
|
+
|
1848
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::Targeting, decorator: Google::Apis::AndroidpublisherV3::Targeting::Representation
|
1849
|
+
|
1850
|
+
end
|
1851
|
+
end
|
1852
|
+
|
1616
1853
|
class DeactivateBasePlanRequest
|
1617
1854
|
# @private
|
1618
1855
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1656,6 +1893,18 @@ module Google
|
|
1656
1893
|
end
|
1657
1894
|
end
|
1658
1895
|
|
1896
|
+
class DeployAppRecoveryRequest
|
1897
|
+
# @private
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1899
|
+
end
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
class DeployAppRecoveryResponse
|
1903
|
+
# @private
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1905
|
+
end
|
1906
|
+
end
|
1907
|
+
|
1659
1908
|
class DeveloperComment
|
1660
1909
|
# @private
|
1661
1910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1898,6 +2147,8 @@ module Google
|
|
1898
2147
|
property :certificate_sha256_hash, as: 'certificateSha256Hash'
|
1899
2148
|
collection :generated_asset_pack_slices, as: 'generatedAssetPackSlices', class: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice, decorator: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice::Representation
|
1900
2149
|
|
2150
|
+
collection :generated_recovery_modules, as: 'generatedRecoveryModules', class: Google::Apis::AndroidpublisherV3::GeneratedRecoveryApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedRecoveryApk::Representation
|
2151
|
+
|
1901
2152
|
collection :generated_split_apks, as: 'generatedSplitApks', class: Google::Apis::AndroidpublisherV3::GeneratedSplitApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedSplitApk::Representation
|
1902
2153
|
|
1903
2154
|
collection :generated_standalone_apks, as: 'generatedStandaloneApks', class: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk::Representation
|
@@ -1919,6 +2170,16 @@ module Google
|
|
1919
2170
|
end
|
1920
2171
|
end
|
1921
2172
|
|
2173
|
+
class GeneratedRecoveryApk
|
2174
|
+
# @private
|
2175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2176
|
+
property :download_id, as: 'downloadId'
|
2177
|
+
property :module_name, as: 'moduleName'
|
2178
|
+
property :recovery_id, :numeric_string => true, as: 'recoveryId'
|
2179
|
+
property :recovery_status, as: 'recoveryStatus'
|
2180
|
+
end
|
2181
|
+
end
|
2182
|
+
|
1922
2183
|
class GeneratedSplitApk
|
1923
2184
|
# @private
|
1924
2185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2124,6 +2385,14 @@ module Google
|
|
2124
2385
|
end
|
2125
2386
|
end
|
2126
2387
|
|
2388
|
+
class ListAppRecoveriesResponse
|
2389
|
+
# @private
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2391
|
+
collection :recovery_actions, as: 'recoveryActions', class: Google::Apis::AndroidpublisherV3::AppRecoveryAction, decorator: Google::Apis::AndroidpublisherV3::AppRecoveryAction::Representation
|
2392
|
+
|
2393
|
+
end
|
2394
|
+
end
|
2395
|
+
|
2127
2396
|
class ListDeviceTierConfigsResponse
|
2128
2397
|
# @private
|
2129
2398
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2476,6 +2745,13 @@ module Google
|
|
2476
2745
|
end
|
2477
2746
|
end
|
2478
2747
|
|
2748
|
+
class Regions
|
2749
|
+
# @private
|
2750
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2751
|
+
collection :region_code, as: 'regionCode'
|
2752
|
+
end
|
2753
|
+
end
|
2754
|
+
|
2479
2755
|
class RegionsVersion
|
2480
2756
|
# @private
|
2481
2757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2483,6 +2759,30 @@ module Google
|
|
2483
2759
|
end
|
2484
2760
|
end
|
2485
2761
|
|
2762
|
+
class RemoteInAppUpdate
|
2763
|
+
# @private
|
2764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2765
|
+
property :is_remote_in_app_update_requested, as: 'isRemoteInAppUpdateRequested'
|
2766
|
+
end
|
2767
|
+
end
|
2768
|
+
|
2769
|
+
class RemoteInAppUpdateData
|
2770
|
+
# @private
|
2771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2772
|
+
collection :remote_app_update_data_per_bundle, as: 'remoteAppUpdateDataPerBundle', class: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateDataPerBundle, decorator: Google::Apis::AndroidpublisherV3::RemoteInAppUpdateDataPerBundle::Representation
|
2773
|
+
|
2774
|
+
end
|
2775
|
+
end
|
2776
|
+
|
2777
|
+
class RemoteInAppUpdateDataPerBundle
|
2778
|
+
# @private
|
2779
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2780
|
+
property :recovered_device_count, :numeric_string => true, as: 'recoveredDeviceCount'
|
2781
|
+
property :total_device_count, :numeric_string => true, as: 'totalDeviceCount'
|
2782
|
+
property :version_code, :numeric_string => true, as: 'versionCode'
|
2783
|
+
end
|
2784
|
+
end
|
2785
|
+
|
2486
2786
|
class ReplacementCancellation
|
2487
2787
|
# @private
|
2488
2788
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2535,6 +2835,47 @@ module Google
|
|
2535
2835
|
end
|
2536
2836
|
end
|
2537
2837
|
|
2838
|
+
class RevocationContext
|
2839
|
+
# @private
|
2840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2841
|
+
property :prorated_refund, as: 'proratedRefund', class: Google::Apis::AndroidpublisherV3::RevocationContextProratedRefund, decorator: Google::Apis::AndroidpublisherV3::RevocationContextProratedRefund::Representation
|
2842
|
+
|
2843
|
+
end
|
2844
|
+
end
|
2845
|
+
|
2846
|
+
class RevocationContextProratedRefund
|
2847
|
+
# @private
|
2848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2849
|
+
end
|
2850
|
+
end
|
2851
|
+
|
2852
|
+
class RevokeSubscriptionPurchaseRequest
|
2853
|
+
# @private
|
2854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2855
|
+
property :revocation_context, as: 'revocationContext', class: Google::Apis::AndroidpublisherV3::RevocationContext, decorator: Google::Apis::AndroidpublisherV3::RevocationContext::Representation
|
2856
|
+
|
2857
|
+
end
|
2858
|
+
end
|
2859
|
+
|
2860
|
+
class RevokeSubscriptionPurchaseResponse
|
2861
|
+
# @private
|
2862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2863
|
+
end
|
2864
|
+
end
|
2865
|
+
|
2866
|
+
class SafetyLabelsUpdateRequest
|
2867
|
+
# @private
|
2868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2869
|
+
property :safety_labels, as: 'safetyLabels'
|
2870
|
+
end
|
2871
|
+
end
|
2872
|
+
|
2873
|
+
class SafetyLabelsUpdateResponse
|
2874
|
+
# @private
|
2875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2876
|
+
end
|
2877
|
+
end
|
2878
|
+
|
2538
2879
|
class ScreenDensity
|
2539
2880
|
# @private
|
2540
2881
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2852,6 +3193,22 @@ module Google
|
|
2852
3193
|
end
|
2853
3194
|
end
|
2854
3195
|
|
3196
|
+
class Targeting
|
3197
|
+
# @private
|
3198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3199
|
+
property :all_users, as: 'allUsers', class: Google::Apis::AndroidpublisherV3::AllUsers, decorator: Google::Apis::AndroidpublisherV3::AllUsers::Representation
|
3200
|
+
|
3201
|
+
property :android_sdks, as: 'androidSdks', class: Google::Apis::AndroidpublisherV3::AndroidSdks, decorator: Google::Apis::AndroidpublisherV3::AndroidSdks::Representation
|
3202
|
+
|
3203
|
+
property :regions, as: 'regions', class: Google::Apis::AndroidpublisherV3::Regions, decorator: Google::Apis::AndroidpublisherV3::Regions::Representation
|
3204
|
+
|
3205
|
+
property :version_list, as: 'versionList', class: Google::Apis::AndroidpublisherV3::AppVersionList, decorator: Google::Apis::AndroidpublisherV3::AppVersionList::Representation
|
3206
|
+
|
3207
|
+
property :version_range, as: 'versionRange', class: Google::Apis::AndroidpublisherV3::AppVersionRange, decorator: Google::Apis::AndroidpublisherV3::AppVersionRange::Representation
|
3208
|
+
|
3209
|
+
end
|
3210
|
+
end
|
3211
|
+
|
2855
3212
|
class TargetingInfo
|
2856
3213
|
# @private
|
2857
3214
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2870,6 +3227,18 @@ module Google
|
|
2870
3227
|
end
|
2871
3228
|
end
|
2872
3229
|
|
3230
|
+
class TargetingUpdate
|
3231
|
+
# @private
|
3232
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3233
|
+
property :all_users, as: 'allUsers', class: Google::Apis::AndroidpublisherV3::AllUsers, decorator: Google::Apis::AndroidpublisherV3::AllUsers::Representation
|
3234
|
+
|
3235
|
+
property :android_sdks, as: 'androidSdks', class: Google::Apis::AndroidpublisherV3::AndroidSdks, decorator: Google::Apis::AndroidpublisherV3::AndroidSdks::Representation
|
3236
|
+
|
3237
|
+
property :regions, as: 'regions', class: Google::Apis::AndroidpublisherV3::Regions, decorator: Google::Apis::AndroidpublisherV3::Regions::Representation
|
3238
|
+
|
3239
|
+
end
|
3240
|
+
end
|
3241
|
+
|
2873
3242
|
class TestPurchase
|
2874
3243
|
# @private
|
2875
3244
|
class Representation < Google::Apis::Core::JsonRepresentation
|