google-apis-androidpublisher_v3 0.44.0 → 0.45.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.
@@ -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.45.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 = "20230628"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,18 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AndroidpublisherV3
|
24
24
|
|
25
|
+
class Abi
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AbiTargeting
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class AcquisitionTargetingRule
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
@@ -52,6 +64,24 @@ module Google
|
|
52
64
|
include Google::Apis::Core::JsonObjectSupport
|
53
65
|
end
|
54
66
|
|
67
|
+
class ApkDescription
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ApkSet
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ApkTargeting
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
55
85
|
class ApksAddExternallyHostedRequest
|
56
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
87
|
|
@@ -88,6 +118,18 @@ module Google
|
|
88
118
|
include Google::Apis::Core::JsonObjectSupport
|
89
119
|
end
|
90
120
|
|
121
|
+
class AssetModuleMetadata
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class AssetSliceSet
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
91
133
|
class AutoRenewingBasePlanType
|
92
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
135
|
|
@@ -208,6 +250,18 @@ module Google
|
|
208
250
|
include Google::Apis::Core::JsonObjectSupport
|
209
251
|
end
|
210
252
|
|
253
|
+
class DeviceFeature
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class DeviceFeatureTargeting
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
211
265
|
class DeviceGroup
|
212
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
267
|
|
@@ -412,6 +466,12 @@ module Google
|
|
412
466
|
include Google::Apis::Core::JsonObjectSupport
|
413
467
|
end
|
414
468
|
|
469
|
+
class LanguageTargeting
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
415
475
|
class ListDeviceTierConfigsResponse
|
416
476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
477
|
|
@@ -472,12 +532,36 @@ module Google
|
|
472
532
|
include Google::Apis::Core::JsonObjectSupport
|
473
533
|
end
|
474
534
|
|
535
|
+
class ModuleMetadata
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class ModuleTargeting
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
475
547
|
class Money
|
476
548
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
549
|
|
478
550
|
include Google::Apis::Core::JsonObjectSupport
|
479
551
|
end
|
480
552
|
|
553
|
+
class MultiAbi
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class MultiAbiTargeting
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
481
565
|
class OfferDetails
|
482
566
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
567
|
|
@@ -652,6 +736,48 @@ module Google
|
|
652
736
|
include Google::Apis::Core::JsonObjectSupport
|
653
737
|
end
|
654
738
|
|
739
|
+
class ScreenDensity
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class ScreenDensityTargeting
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class SdkVersion
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class SdkVersionTargeting
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class SplitApkMetadata
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class SplitApkVariant
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class StandaloneApkMetadata
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
655
781
|
class SubscribeWithGoogleInfo
|
656
782
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
783
|
|
@@ -772,6 +898,12 @@ module Google
|
|
772
898
|
include Google::Apis::Core::JsonObjectSupport
|
773
899
|
end
|
774
900
|
|
901
|
+
class TargetingInfo
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
775
907
|
class TargetingRuleScope
|
776
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
909
|
|
@@ -790,6 +922,18 @@ module Google
|
|
790
922
|
include Google::Apis::Core::JsonObjectSupport
|
791
923
|
end
|
792
924
|
|
925
|
+
class TextureCompressionFormat
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class TextureCompressionFormatTargeting
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
793
937
|
class Timestamp
|
794
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
939
|
|
@@ -850,6 +994,12 @@ module Google
|
|
850
994
|
include Google::Apis::Core::JsonObjectSupport
|
851
995
|
end
|
852
996
|
|
997
|
+
class UserCountriesTargeting
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
853
1003
|
class UserCountrySet
|
854
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
1005
|
|
@@ -874,6 +1024,12 @@ module Google
|
|
874
1024
|
include Google::Apis::Core::JsonObjectSupport
|
875
1025
|
end
|
876
1026
|
|
1027
|
+
class VariantTargeting
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
877
1033
|
class VoidedPurchase
|
878
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
1035
|
|
@@ -886,6 +1042,23 @@ module Google
|
|
886
1042
|
include Google::Apis::Core::JsonObjectSupport
|
887
1043
|
end
|
888
1044
|
|
1045
|
+
class Abi
|
1046
|
+
# @private
|
1047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1048
|
+
property :alias, as: 'alias'
|
1049
|
+
end
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
class AbiTargeting
|
1053
|
+
# @private
|
1054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1055
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::Abi, decorator: Google::Apis::AndroidpublisherV3::Abi::Representation
|
1056
|
+
|
1057
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::Abi, decorator: Google::Apis::AndroidpublisherV3::Abi::Representation
|
1058
|
+
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
889
1062
|
class AcquisitionTargetingRule
|
890
1063
|
# @private
|
891
1064
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -923,6 +1096,51 @@ module Google
|
|
923
1096
|
end
|
924
1097
|
end
|
925
1098
|
|
1099
|
+
class ApkDescription
|
1100
|
+
# @private
|
1101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1102
|
+
property :asset_slice_metadata, as: 'assetSliceMetadata', class: Google::Apis::AndroidpublisherV3::SplitApkMetadata, decorator: Google::Apis::AndroidpublisherV3::SplitApkMetadata::Representation
|
1103
|
+
|
1104
|
+
property :instant_apk_metadata, as: 'instantApkMetadata', class: Google::Apis::AndroidpublisherV3::SplitApkMetadata, decorator: Google::Apis::AndroidpublisherV3::SplitApkMetadata::Representation
|
1105
|
+
|
1106
|
+
property :path, as: 'path'
|
1107
|
+
property :split_apk_metadata, as: 'splitApkMetadata', class: Google::Apis::AndroidpublisherV3::SplitApkMetadata, decorator: Google::Apis::AndroidpublisherV3::SplitApkMetadata::Representation
|
1108
|
+
|
1109
|
+
property :standalone_apk_metadata, as: 'standaloneApkMetadata', class: Google::Apis::AndroidpublisherV3::StandaloneApkMetadata, decorator: Google::Apis::AndroidpublisherV3::StandaloneApkMetadata::Representation
|
1110
|
+
|
1111
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::ApkTargeting, decorator: Google::Apis::AndroidpublisherV3::ApkTargeting::Representation
|
1112
|
+
|
1113
|
+
end
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
class ApkSet
|
1117
|
+
# @private
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1119
|
+
collection :apk_description, as: 'apkDescription', class: Google::Apis::AndroidpublisherV3::ApkDescription, decorator: Google::Apis::AndroidpublisherV3::ApkDescription::Representation
|
1120
|
+
|
1121
|
+
property :module_metadata, as: 'moduleMetadata', class: Google::Apis::AndroidpublisherV3::ModuleMetadata, decorator: Google::Apis::AndroidpublisherV3::ModuleMetadata::Representation
|
1122
|
+
|
1123
|
+
end
|
1124
|
+
end
|
1125
|
+
|
1126
|
+
class ApkTargeting
|
1127
|
+
# @private
|
1128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1129
|
+
property :abi_targeting, as: 'abiTargeting', class: Google::Apis::AndroidpublisherV3::AbiTargeting, decorator: Google::Apis::AndroidpublisherV3::AbiTargeting::Representation
|
1130
|
+
|
1131
|
+
property :language_targeting, as: 'languageTargeting', class: Google::Apis::AndroidpublisherV3::LanguageTargeting, decorator: Google::Apis::AndroidpublisherV3::LanguageTargeting::Representation
|
1132
|
+
|
1133
|
+
property :multi_abi_targeting, as: 'multiAbiTargeting', class: Google::Apis::AndroidpublisherV3::MultiAbiTargeting, decorator: Google::Apis::AndroidpublisherV3::MultiAbiTargeting::Representation
|
1134
|
+
|
1135
|
+
property :screen_density_targeting, as: 'screenDensityTargeting', class: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting, decorator: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting::Representation
|
1136
|
+
|
1137
|
+
property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
|
1138
|
+
|
1139
|
+
property :texture_compression_format_targeting, as: 'textureCompressionFormatTargeting', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting::Representation
|
1140
|
+
|
1141
|
+
end
|
1142
|
+
end
|
1143
|
+
|
926
1144
|
class ApksAddExternallyHostedRequest
|
927
1145
|
# @private
|
928
1146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -972,6 +1190,24 @@ module Google
|
|
972
1190
|
end
|
973
1191
|
end
|
974
1192
|
|
1193
|
+
class AssetModuleMetadata
|
1194
|
+
# @private
|
1195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1196
|
+
property :delivery_type, as: 'deliveryType'
|
1197
|
+
property :name, as: 'name'
|
1198
|
+
end
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class AssetSliceSet
|
1202
|
+
# @private
|
1203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1204
|
+
collection :apk_description, as: 'apkDescription', class: Google::Apis::AndroidpublisherV3::ApkDescription, decorator: Google::Apis::AndroidpublisherV3::ApkDescription::Representation
|
1205
|
+
|
1206
|
+
property :asset_module_metadata, as: 'assetModuleMetadata', class: Google::Apis::AndroidpublisherV3::AssetModuleMetadata, decorator: Google::Apis::AndroidpublisherV3::AssetModuleMetadata::Representation
|
1207
|
+
|
1208
|
+
end
|
1209
|
+
end
|
1210
|
+
|
975
1211
|
class AutoRenewingBasePlanType
|
976
1212
|
# @private
|
977
1213
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1157,6 +1393,22 @@ module Google
|
|
1157
1393
|
end
|
1158
1394
|
end
|
1159
1395
|
|
1396
|
+
class DeviceFeature
|
1397
|
+
# @private
|
1398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1399
|
+
property :feature_name, as: 'featureName'
|
1400
|
+
property :feature_version, as: 'featureVersion'
|
1401
|
+
end
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class DeviceFeatureTargeting
|
1405
|
+
# @private
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1407
|
+
property :required_feature, as: 'requiredFeature', class: Google::Apis::AndroidpublisherV3::DeviceFeature, decorator: Google::Apis::AndroidpublisherV3::DeviceFeature::Representation
|
1408
|
+
|
1409
|
+
end
|
1410
|
+
end
|
1411
|
+
|
1160
1412
|
class DeviceGroup
|
1161
1413
|
# @private
|
1162
1414
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1373,6 +1625,8 @@ module Google
|
|
1373
1625
|
|
1374
1626
|
property :generated_universal_apk, as: 'generatedUniversalApk', class: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk::Representation
|
1375
1627
|
|
1628
|
+
property :targeting_info, as: 'targetingInfo', class: Google::Apis::AndroidpublisherV3::TargetingInfo, decorator: Google::Apis::AndroidpublisherV3::TargetingInfo::Representation
|
1629
|
+
|
1376
1630
|
end
|
1377
1631
|
end
|
1378
1632
|
|
@@ -1519,6 +1773,14 @@ module Google
|
|
1519
1773
|
end
|
1520
1774
|
end
|
1521
1775
|
|
1776
|
+
class LanguageTargeting
|
1777
|
+
# @private
|
1778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1779
|
+
collection :alternatives, as: 'alternatives'
|
1780
|
+
collection :value, as: 'value'
|
1781
|
+
end
|
1782
|
+
end
|
1783
|
+
|
1522
1784
|
class ListDeviceTierConfigsResponse
|
1523
1785
|
# @private
|
1524
1786
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1608,6 +1870,30 @@ module Google
|
|
1608
1870
|
end
|
1609
1871
|
end
|
1610
1872
|
|
1873
|
+
class ModuleMetadata
|
1874
|
+
# @private
|
1875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1876
|
+
property :delivery_type, as: 'deliveryType'
|
1877
|
+
collection :dependencies, as: 'dependencies'
|
1878
|
+
property :module_type, as: 'moduleType'
|
1879
|
+
property :name, as: 'name'
|
1880
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::ModuleTargeting, decorator: Google::Apis::AndroidpublisherV3::ModuleTargeting::Representation
|
1881
|
+
|
1882
|
+
end
|
1883
|
+
end
|
1884
|
+
|
1885
|
+
class ModuleTargeting
|
1886
|
+
# @private
|
1887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1888
|
+
collection :device_feature_targeting, as: 'deviceFeatureTargeting', class: Google::Apis::AndroidpublisherV3::DeviceFeatureTargeting, decorator: Google::Apis::AndroidpublisherV3::DeviceFeatureTargeting::Representation
|
1889
|
+
|
1890
|
+
property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
|
1891
|
+
|
1892
|
+
property :user_countries_targeting, as: 'userCountriesTargeting', class: Google::Apis::AndroidpublisherV3::UserCountriesTargeting, decorator: Google::Apis::AndroidpublisherV3::UserCountriesTargeting::Representation
|
1893
|
+
|
1894
|
+
end
|
1895
|
+
end
|
1896
|
+
|
1611
1897
|
class Money
|
1612
1898
|
# @private
|
1613
1899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1617,6 +1903,24 @@ module Google
|
|
1617
1903
|
end
|
1618
1904
|
end
|
1619
1905
|
|
1906
|
+
class MultiAbi
|
1907
|
+
# @private
|
1908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1909
|
+
collection :abi, as: 'abi', class: Google::Apis::AndroidpublisherV3::Abi, decorator: Google::Apis::AndroidpublisherV3::Abi::Representation
|
1910
|
+
|
1911
|
+
end
|
1912
|
+
end
|
1913
|
+
|
1914
|
+
class MultiAbiTargeting
|
1915
|
+
# @private
|
1916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1917
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::MultiAbi, decorator: Google::Apis::AndroidpublisherV3::MultiAbi::Representation
|
1918
|
+
|
1919
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::MultiAbi, decorator: Google::Apis::AndroidpublisherV3::MultiAbi::Representation
|
1920
|
+
|
1921
|
+
end
|
1922
|
+
end
|
1923
|
+
|
1620
1924
|
class OfferDetails
|
1621
1925
|
# @private
|
1622
1926
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1881,6 +2185,67 @@ module Google
|
|
1881
2185
|
end
|
1882
2186
|
end
|
1883
2187
|
|
2188
|
+
class ScreenDensity
|
2189
|
+
# @private
|
2190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2191
|
+
property :density_alias, as: 'densityAlias'
|
2192
|
+
property :density_dpi, as: 'densityDpi'
|
2193
|
+
end
|
2194
|
+
end
|
2195
|
+
|
2196
|
+
class ScreenDensityTargeting
|
2197
|
+
# @private
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2199
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::ScreenDensity, decorator: Google::Apis::AndroidpublisherV3::ScreenDensity::Representation
|
2200
|
+
|
2201
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::ScreenDensity, decorator: Google::Apis::AndroidpublisherV3::ScreenDensity::Representation
|
2202
|
+
|
2203
|
+
end
|
2204
|
+
end
|
2205
|
+
|
2206
|
+
class SdkVersion
|
2207
|
+
# @private
|
2208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2209
|
+
property :min, as: 'min'
|
2210
|
+
end
|
2211
|
+
end
|
2212
|
+
|
2213
|
+
class SdkVersionTargeting
|
2214
|
+
# @private
|
2215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2216
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::SdkVersion, decorator: Google::Apis::AndroidpublisherV3::SdkVersion::Representation
|
2217
|
+
|
2218
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::SdkVersion, decorator: Google::Apis::AndroidpublisherV3::SdkVersion::Representation
|
2219
|
+
|
2220
|
+
end
|
2221
|
+
end
|
2222
|
+
|
2223
|
+
class SplitApkMetadata
|
2224
|
+
# @private
|
2225
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2226
|
+
property :is_master_split, as: 'isMasterSplit'
|
2227
|
+
property :split_id, as: 'splitId'
|
2228
|
+
end
|
2229
|
+
end
|
2230
|
+
|
2231
|
+
class SplitApkVariant
|
2232
|
+
# @private
|
2233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2234
|
+
collection :apk_set, as: 'apkSet', class: Google::Apis::AndroidpublisherV3::ApkSet, decorator: Google::Apis::AndroidpublisherV3::ApkSet::Representation
|
2235
|
+
|
2236
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::VariantTargeting, decorator: Google::Apis::AndroidpublisherV3::VariantTargeting::Representation
|
2237
|
+
|
2238
|
+
property :variant_number, as: 'variantNumber'
|
2239
|
+
end
|
2240
|
+
end
|
2241
|
+
|
2242
|
+
class StandaloneApkMetadata
|
2243
|
+
# @private
|
2244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2245
|
+
collection :fused_module_name, as: 'fusedModuleName'
|
2246
|
+
end
|
2247
|
+
end
|
2248
|
+
|
1884
2249
|
class SubscribeWithGoogleInfo
|
1885
2250
|
# @private
|
1886
2251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2127,6 +2492,17 @@ module Google
|
|
2127
2492
|
end
|
2128
2493
|
end
|
2129
2494
|
|
2495
|
+
class TargetingInfo
|
2496
|
+
# @private
|
2497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2498
|
+
collection :asset_slice_set, as: 'assetSliceSet', class: Google::Apis::AndroidpublisherV3::AssetSliceSet, decorator: Google::Apis::AndroidpublisherV3::AssetSliceSet::Representation
|
2499
|
+
|
2500
|
+
property :package_name, as: 'packageName'
|
2501
|
+
collection :variant, as: 'variant', class: Google::Apis::AndroidpublisherV3::SplitApkVariant, decorator: Google::Apis::AndroidpublisherV3::SplitApkVariant::Representation
|
2502
|
+
|
2503
|
+
end
|
2504
|
+
end
|
2505
|
+
|
2130
2506
|
class TargetingRuleScope
|
2131
2507
|
# @private
|
2132
2508
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2147,6 +2523,23 @@ module Google
|
|
2147
2523
|
end
|
2148
2524
|
end
|
2149
2525
|
|
2526
|
+
class TextureCompressionFormat
|
2527
|
+
# @private
|
2528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2529
|
+
property :alias, as: 'alias'
|
2530
|
+
end
|
2531
|
+
end
|
2532
|
+
|
2533
|
+
class TextureCompressionFormatTargeting
|
2534
|
+
# @private
|
2535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2536
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormat, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormat::Representation
|
2537
|
+
|
2538
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormat, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormat::Representation
|
2539
|
+
|
2540
|
+
end
|
2541
|
+
end
|
2542
|
+
|
2150
2543
|
class Timestamp
|
2151
2544
|
# @private
|
2152
2545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2257,6 +2650,14 @@ module Google
|
|
2257
2650
|
end
|
2258
2651
|
end
|
2259
2652
|
|
2653
|
+
class UserCountriesTargeting
|
2654
|
+
# @private
|
2655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2656
|
+
collection :country_codes, as: 'countryCodes'
|
2657
|
+
property :exclude, as: 'exclude'
|
2658
|
+
end
|
2659
|
+
end
|
2660
|
+
|
2260
2661
|
class UserCountrySet
|
2261
2662
|
# @private
|
2262
2663
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2291,6 +2692,22 @@ module Google
|
|
2291
2692
|
end
|
2292
2693
|
end
|
2293
2694
|
|
2695
|
+
class VariantTargeting
|
2696
|
+
# @private
|
2697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2698
|
+
property :abi_targeting, as: 'abiTargeting', class: Google::Apis::AndroidpublisherV3::AbiTargeting, decorator: Google::Apis::AndroidpublisherV3::AbiTargeting::Representation
|
2699
|
+
|
2700
|
+
property :multi_abi_targeting, as: 'multiAbiTargeting', class: Google::Apis::AndroidpublisherV3::MultiAbiTargeting, decorator: Google::Apis::AndroidpublisherV3::MultiAbiTargeting::Representation
|
2701
|
+
|
2702
|
+
property :screen_density_targeting, as: 'screenDensityTargeting', class: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting, decorator: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting::Representation
|
2703
|
+
|
2704
|
+
property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
|
2705
|
+
|
2706
|
+
property :texture_compression_format_targeting, as: 'textureCompressionFormatTargeting', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting::Representation
|
2707
|
+
|
2708
|
+
end
|
2709
|
+
end
|
2710
|
+
|
2294
2711
|
class VoidedPurchase
|
2295
2712
|
# @private
|
2296
2713
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-androidpublisher_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.45.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-androidpublisher_v3/v0.45.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-androidpublisher_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|