google-apis-androidpublisher_v3 0.1.0 → 0.49.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 +200 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/androidpublisher_v3/classes.rb +3813 -330
- data/lib/google/apis/androidpublisher_v3/gem_version.rb +3 -3
- data/lib/google/apis/androidpublisher_v3/representations.rb +2047 -278
- data/lib/google/apis/androidpublisher_v3/service.rb +1594 -164
- data/lib/google/apis/androidpublisher_v3.rb +3 -1
- metadata +17 -11
@@ -22,526 +22,1571 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AndroidpublisherV3
|
24
24
|
|
25
|
-
class
|
25
|
+
class Abi
|
26
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
27
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
-
class
|
31
|
+
class AbiTargeting
|
32
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
33
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
-
class
|
37
|
+
class AcquisitionTargetingRule
|
38
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
39
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class
|
43
|
+
class ActivateBasePlanRequest
|
44
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
45
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
-
class
|
49
|
+
class ActivateSubscriptionOfferRequest
|
50
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
51
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
-
class
|
55
|
+
class Apk
|
56
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
57
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
-
class
|
61
|
+
class ApkBinary
|
62
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
63
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
-
class
|
67
|
+
class ApkDescription
|
68
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
69
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
-
class
|
73
|
+
class ApkSet
|
74
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
75
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
-
class
|
79
|
+
class ApkTargeting
|
80
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
81
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
-
class
|
85
|
+
class ApksAddExternallyHostedRequest
|
86
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
87
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
89
89
|
end
|
90
90
|
|
91
|
-
class
|
91
|
+
class ApksAddExternallyHostedResponse
|
92
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
93
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
95
95
|
end
|
96
96
|
|
97
|
-
class
|
97
|
+
class ApksListResponse
|
98
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
99
|
|
100
100
|
include Google::Apis::Core::JsonObjectSupport
|
101
101
|
end
|
102
102
|
|
103
|
-
class
|
103
|
+
class AppDetails
|
104
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
105
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
-
class
|
109
|
+
class AppEdit
|
110
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
111
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
-
class
|
115
|
+
class ArchiveSubscriptionRequest
|
116
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
117
|
|
118
118
|
include Google::Apis::Core::JsonObjectSupport
|
119
119
|
end
|
120
120
|
|
121
|
-
class
|
121
|
+
class AssetModuleMetadata
|
122
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
123
|
|
124
124
|
include Google::Apis::Core::JsonObjectSupport
|
125
125
|
end
|
126
126
|
|
127
|
-
class
|
127
|
+
class AssetSliceSet
|
128
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
129
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
-
class
|
133
|
+
class AutoRenewingBasePlanType
|
134
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
135
|
|
136
136
|
include Google::Apis::Core::JsonObjectSupport
|
137
137
|
end
|
138
138
|
|
139
|
-
class
|
139
|
+
class AutoRenewingPlan
|
140
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
141
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
-
class
|
145
|
+
class BasePlan
|
146
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
147
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
-
class
|
151
|
+
class Bundle
|
152
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
153
|
|
154
154
|
include Google::Apis::Core::JsonObjectSupport
|
155
155
|
end
|
156
156
|
|
157
|
-
class
|
157
|
+
class BundlesListResponse
|
158
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
159
|
|
160
160
|
include Google::Apis::Core::JsonObjectSupport
|
161
161
|
end
|
162
162
|
|
163
|
-
class
|
163
|
+
class CancelSurveyResult
|
164
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
165
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
-
class
|
169
|
+
class CanceledStateContext
|
170
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
171
|
|
172
172
|
include Google::Apis::Core::JsonObjectSupport
|
173
173
|
end
|
174
174
|
|
175
|
-
class
|
175
|
+
class Comment
|
176
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
177
|
|
178
178
|
include Google::Apis::Core::JsonObjectSupport
|
179
179
|
end
|
180
180
|
|
181
|
-
class
|
181
|
+
class ConvertRegionPricesRequest
|
182
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
183
|
|
184
184
|
include Google::Apis::Core::JsonObjectSupport
|
185
185
|
end
|
186
186
|
|
187
|
-
class
|
187
|
+
class ConvertRegionPricesResponse
|
188
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
189
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
-
class
|
193
|
+
class ConvertedOtherRegionsPrice
|
194
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
195
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
-
class
|
199
|
+
class ConvertedRegionPrice
|
200
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
201
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
-
class
|
205
|
+
class CountryTargeting
|
206
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
207
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
-
class
|
211
|
+
class DeactivateBasePlanRequest
|
212
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
213
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
-
class
|
217
|
+
class DeactivateSubscriptionOfferRequest
|
218
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
219
|
|
220
220
|
include Google::Apis::Core::JsonObjectSupport
|
221
221
|
end
|
222
222
|
|
223
|
-
class
|
223
|
+
class DeferredItemReplacement
|
224
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
225
|
|
226
226
|
include Google::Apis::Core::JsonObjectSupport
|
227
227
|
end
|
228
228
|
|
229
|
-
class
|
229
|
+
class DeobfuscationFile
|
230
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
231
|
|
232
232
|
include Google::Apis::Core::JsonObjectSupport
|
233
233
|
end
|
234
234
|
|
235
|
-
class
|
235
|
+
class DeobfuscationFilesUploadResponse
|
236
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
237
|
|
238
238
|
include Google::Apis::Core::JsonObjectSupport
|
239
239
|
end
|
240
240
|
|
241
|
-
class
|
241
|
+
class DeveloperComment
|
242
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
243
|
|
244
244
|
include Google::Apis::Core::JsonObjectSupport
|
245
245
|
end
|
246
246
|
|
247
|
-
class
|
247
|
+
class DeveloperInitiatedCancellation
|
248
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
249
|
|
250
250
|
include Google::Apis::Core::JsonObjectSupport
|
251
251
|
end
|
252
252
|
|
253
|
-
class
|
253
|
+
class DeviceFeature
|
254
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
255
|
|
256
256
|
include Google::Apis::Core::JsonObjectSupport
|
257
257
|
end
|
258
258
|
|
259
|
-
class
|
259
|
+
class DeviceFeatureTargeting
|
260
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
261
|
|
262
262
|
include Google::Apis::Core::JsonObjectSupport
|
263
263
|
end
|
264
264
|
|
265
|
-
class
|
265
|
+
class DeviceGroup
|
266
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
267
|
|
268
268
|
include Google::Apis::Core::JsonObjectSupport
|
269
269
|
end
|
270
270
|
|
271
|
-
class
|
271
|
+
class DeviceId
|
272
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
273
|
|
274
274
|
include Google::Apis::Core::JsonObjectSupport
|
275
275
|
end
|
276
276
|
|
277
|
-
class
|
277
|
+
class DeviceMetadata
|
278
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
279
|
|
280
280
|
include Google::Apis::Core::JsonObjectSupport
|
281
281
|
end
|
282
282
|
|
283
|
-
class
|
283
|
+
class DeviceRam
|
284
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
285
|
|
286
286
|
include Google::Apis::Core::JsonObjectSupport
|
287
287
|
end
|
288
288
|
|
289
|
-
class
|
289
|
+
class DeviceSelector
|
290
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
291
|
|
292
292
|
include Google::Apis::Core::JsonObjectSupport
|
293
293
|
end
|
294
294
|
|
295
|
-
class
|
295
|
+
class DeviceSpec
|
296
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
297
|
|
298
298
|
include Google::Apis::Core::JsonObjectSupport
|
299
299
|
end
|
300
300
|
|
301
|
-
class
|
301
|
+
class DeviceTier
|
302
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
303
|
|
304
304
|
include Google::Apis::Core::JsonObjectSupport
|
305
305
|
end
|
306
306
|
|
307
|
-
class
|
307
|
+
class DeviceTierConfig
|
308
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
309
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
311
311
|
end
|
312
312
|
|
313
|
-
class
|
313
|
+
class DeviceTierSet
|
314
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
315
|
|
316
316
|
include Google::Apis::Core::JsonObjectSupport
|
317
317
|
end
|
318
318
|
|
319
|
-
class
|
319
|
+
class ExpansionFile
|
320
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
321
|
|
322
322
|
include Google::Apis::Core::JsonObjectSupport
|
323
323
|
end
|
324
324
|
|
325
|
-
class
|
325
|
+
class ExpansionFilesUploadResponse
|
326
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
327
|
|
328
328
|
include Google::Apis::Core::JsonObjectSupport
|
329
329
|
end
|
330
330
|
|
331
|
-
class
|
331
|
+
class ExternalAccountIdentifiers
|
332
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
333
|
|
334
334
|
include Google::Apis::Core::JsonObjectSupport
|
335
335
|
end
|
336
336
|
|
337
|
-
class
|
337
|
+
class ExternalSubscription
|
338
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
339
|
|
340
340
|
include Google::Apis::Core::JsonObjectSupport
|
341
341
|
end
|
342
342
|
|
343
|
-
class
|
343
|
+
class ExternalTransaction
|
344
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
345
|
|
346
346
|
include Google::Apis::Core::JsonObjectSupport
|
347
347
|
end
|
348
348
|
|
349
|
-
class
|
349
|
+
class ExternalTransactionAddress
|
350
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
351
|
|
352
352
|
include Google::Apis::Core::JsonObjectSupport
|
353
353
|
end
|
354
354
|
|
355
|
-
class
|
355
|
+
class ExternalTransactionTestPurchase
|
356
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
357
|
|
358
358
|
include Google::Apis::Core::JsonObjectSupport
|
359
359
|
end
|
360
360
|
|
361
|
-
class
|
361
|
+
class ExternallyHostedApk
|
362
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
363
|
|
364
364
|
include Google::Apis::Core::JsonObjectSupport
|
365
365
|
end
|
366
366
|
|
367
|
-
class
|
367
|
+
class FullRefund
|
368
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
369
|
|
370
370
|
include Google::Apis::Core::JsonObjectSupport
|
371
371
|
end
|
372
372
|
|
373
|
-
class
|
373
|
+
class GeneratedApksListResponse
|
374
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
375
|
|
376
376
|
include Google::Apis::Core::JsonObjectSupport
|
377
377
|
end
|
378
378
|
|
379
|
-
class
|
380
|
-
|
381
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
382
|
-
property :binary, as: 'binary', class: Google::Apis::AndroidpublisherV3::ApkBinary, decorator: Google::Apis::AndroidpublisherV3::ApkBinary::Representation
|
379
|
+
class GeneratedApksPerSigningKey
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
383
381
|
|
384
|
-
|
385
|
-
end
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
386
383
|
end
|
387
384
|
|
388
|
-
class
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
property :sha256, as: 'sha256'
|
393
|
-
end
|
385
|
+
class GeneratedAssetPackSlice
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
394
389
|
end
|
395
390
|
|
396
|
-
class
|
397
|
-
|
398
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
399
|
-
property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
|
391
|
+
class GeneratedSplitApk
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
400
393
|
|
401
|
-
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
402
395
|
end
|
403
396
|
|
404
|
-
class
|
405
|
-
|
406
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
407
|
-
property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
|
397
|
+
class GeneratedStandaloneApk
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
408
399
|
|
409
|
-
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
410
401
|
end
|
411
402
|
|
412
|
-
class
|
413
|
-
|
414
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
415
|
-
collection :apks, as: 'apks', class: Google::Apis::AndroidpublisherV3::Apk, decorator: Google::Apis::AndroidpublisherV3::Apk::Representation
|
403
|
+
class GeneratedUniversalApk
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
416
405
|
|
417
|
-
|
418
|
-
end
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
407
|
end
|
420
408
|
|
421
|
-
class
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
property :contact_phone, as: 'contactPhone'
|
426
|
-
property :contact_website, as: 'contactWebsite'
|
427
|
-
property :default_language, as: 'defaultLanguage'
|
428
|
-
end
|
409
|
+
class Grant
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
429
413
|
end
|
430
414
|
|
431
|
-
class
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
property :id, as: 'id'
|
436
|
-
end
|
415
|
+
class Image
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
419
|
end
|
438
420
|
|
439
|
-
class
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
property :sha256, as: 'sha256'
|
444
|
-
property :version_code, as: 'versionCode'
|
445
|
-
end
|
421
|
+
class ImagesDeleteAllResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
446
425
|
end
|
447
426
|
|
448
|
-
class
|
449
|
-
|
450
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
451
|
-
collection :bundles, as: 'bundles', class: Google::Apis::AndroidpublisherV3::Bundle, decorator: Google::Apis::AndroidpublisherV3::Bundle::Representation
|
427
|
+
class ImagesListResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
452
429
|
|
453
|
-
|
454
|
-
end
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
431
|
end
|
456
432
|
|
457
|
-
class
|
458
|
-
|
459
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
460
|
-
property :developer_comment, as: 'developerComment', class: Google::Apis::AndroidpublisherV3::DeveloperComment, decorator: Google::Apis::AndroidpublisherV3::DeveloperComment::Representation
|
433
|
+
class ImagesUploadResponse
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
461
435
|
|
462
|
-
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
463
438
|
|
464
|
-
|
439
|
+
class InAppProduct
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
465
443
|
end
|
466
444
|
|
467
|
-
class
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
property :include_rest_of_world, as: 'includeRestOfWorld'
|
472
|
-
end
|
445
|
+
class InAppProductListing
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
449
|
end
|
474
450
|
|
475
|
-
class
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
end
|
451
|
+
class InappproductsListResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
480
455
|
end
|
481
456
|
|
482
|
-
class
|
483
|
-
|
484
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
485
|
-
property :deobfuscation_file, as: 'deobfuscationFile', class: Google::Apis::AndroidpublisherV3::DeobfuscationFile, decorator: Google::Apis::AndroidpublisherV3::DeobfuscationFile::Representation
|
457
|
+
class InternalAppSharingArtifact
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
486
459
|
|
487
|
-
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
488
461
|
end
|
489
462
|
|
490
|
-
class
|
491
|
-
|
492
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
493
|
-
property :last_modified, as: 'lastModified', class: Google::Apis::AndroidpublisherV3::Timestamp, decorator: Google::Apis::AndroidpublisherV3::Timestamp::Representation
|
463
|
+
class IntroductoryPriceInfo
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
494
465
|
|
495
|
-
|
496
|
-
end
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
467
|
end
|
498
468
|
|
499
|
-
class
|
500
|
-
|
501
|
-
|
502
|
-
|
503
|
-
property :cpu_model, as: 'cpuModel'
|
504
|
-
property :device_class, as: 'deviceClass'
|
505
|
-
property :gl_es_version, as: 'glEsVersion'
|
506
|
-
property :manufacturer, as: 'manufacturer'
|
507
|
-
property :native_platform, as: 'nativePlatform'
|
508
|
-
property :product_name, as: 'productName'
|
509
|
-
property :ram_mb, as: 'ramMb'
|
510
|
-
property :screen_density_dpi, as: 'screenDensityDpi'
|
511
|
-
property :screen_height_px, as: 'screenHeightPx'
|
512
|
-
property :screen_width_px, as: 'screenWidthPx'
|
513
|
-
end
|
469
|
+
class LanguageTargeting
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
514
473
|
end
|
515
474
|
|
516
|
-
class
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
collection :supported_abis, as: 'supportedAbis'
|
521
|
-
collection :supported_locales, as: 'supportedLocales'
|
522
|
-
end
|
475
|
+
class ListDeviceTierConfigsResponse
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
523
479
|
end
|
524
480
|
|
525
|
-
class
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
property :references_version, as: 'referencesVersion'
|
530
|
-
end
|
481
|
+
class ListSubscriptionOffersResponse
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
531
485
|
end
|
532
486
|
|
533
|
-
class
|
534
|
-
|
535
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
536
|
-
property :expansion_file, as: 'expansionFile', class: Google::Apis::AndroidpublisherV3::ExpansionFile, decorator: Google::Apis::AndroidpublisherV3::ExpansionFile::Representation
|
487
|
+
class ListSubscriptionsResponse
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
489
|
|
538
|
-
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
491
|
end
|
540
492
|
|
541
|
-
class
|
542
|
-
|
543
|
-
|
544
|
-
|
493
|
+
class ListUsersResponse
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class Listing
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class ListingsListResponse
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class LocalizedText
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class ManagedProductTaxAndComplianceSettings
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class MigrateBasePlanPricesRequest
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class MigrateBasePlanPricesResponse
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
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
|
+
|
547
|
+
class Money
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
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
|
+
|
565
|
+
class OfferDetails
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class OfferTag
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class OneTimeExternalTransaction
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class OtherRegionsBasePlanConfig
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class OtherRegionsSubscriptionOfferConfig
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class OtherRegionsSubscriptionOfferPhaseConfig
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class OtherRegionsSubscriptionOfferPhasePrices
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class PageInfo
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class PartialRefund
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class PausedStateContext
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class PrepaidBasePlanType
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class PrepaidPlan
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class Price
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class ProductPurchase
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class ProductPurchasesAcknowledgeRequest
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class RecurringExternalTransaction
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class RefundExternalTransactionRequest
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class RegionalBasePlanConfig
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class RegionalPriceMigrationConfig
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class RegionalSubscriptionOfferConfig
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class RegionalSubscriptionOfferPhaseConfig
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class RegionalTaxRateInfo
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class RegionsVersion
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class ReplacementCancellation
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class Review
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class ReviewReplyResult
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class ReviewsListResponse
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class ReviewsReplyRequest
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class ReviewsReplyResponse
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
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
|
+
|
781
|
+
class SubscribeWithGoogleInfo
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class Subscription
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class SubscriptionCancelSurveyResult
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
799
|
+
class SubscriptionDeferralInfo
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class SubscriptionItemPriceChangeDetails
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class SubscriptionListing
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class SubscriptionOffer
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class SubscriptionOfferPhase
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class SubscriptionOfferTargeting
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class SubscriptionPriceChange
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class SubscriptionPurchase
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class SubscriptionPurchaseLineItem
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
853
|
+
class SubscriptionPurchaseV2
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
859
|
+
class SubscriptionPurchasesAcknowledgeRequest
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class SubscriptionPurchasesDeferRequest
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class SubscriptionPurchasesDeferResponse
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class SubscriptionTaxAndComplianceSettings
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
883
|
+
class SystemApkOptions
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
885
|
+
|
886
|
+
include Google::Apis::Core::JsonObjectSupport
|
887
|
+
end
|
888
|
+
|
889
|
+
class SystemApksListResponse
|
890
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
891
|
+
|
892
|
+
include Google::Apis::Core::JsonObjectSupport
|
893
|
+
end
|
894
|
+
|
895
|
+
class SystemFeature
|
896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
897
|
+
|
898
|
+
include Google::Apis::Core::JsonObjectSupport
|
899
|
+
end
|
900
|
+
|
901
|
+
class SystemInitiatedCancellation
|
902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
903
|
+
|
904
|
+
include Google::Apis::Core::JsonObjectSupport
|
905
|
+
end
|
906
|
+
|
907
|
+
class TargetingInfo
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
909
|
+
|
910
|
+
include Google::Apis::Core::JsonObjectSupport
|
911
|
+
end
|
912
|
+
|
913
|
+
class TargetingRuleScope
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
915
|
+
|
916
|
+
include Google::Apis::Core::JsonObjectSupport
|
917
|
+
end
|
918
|
+
|
919
|
+
class TestPurchase
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
|
+
|
922
|
+
include Google::Apis::Core::JsonObjectSupport
|
923
|
+
end
|
924
|
+
|
925
|
+
class Testers
|
926
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
927
|
+
|
928
|
+
include Google::Apis::Core::JsonObjectSupport
|
929
|
+
end
|
930
|
+
|
931
|
+
class TextureCompressionFormat
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
933
|
+
|
934
|
+
include Google::Apis::Core::JsonObjectSupport
|
935
|
+
end
|
936
|
+
|
937
|
+
class TextureCompressionFormatTargeting
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
939
|
+
|
940
|
+
include Google::Apis::Core::JsonObjectSupport
|
941
|
+
end
|
942
|
+
|
943
|
+
class Timestamp
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
945
|
+
|
946
|
+
include Google::Apis::Core::JsonObjectSupport
|
947
|
+
end
|
948
|
+
|
949
|
+
class TokenPagination
|
950
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
951
|
+
|
952
|
+
include Google::Apis::Core::JsonObjectSupport
|
953
|
+
end
|
954
|
+
|
955
|
+
class Track
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
957
|
+
|
958
|
+
include Google::Apis::Core::JsonObjectSupport
|
959
|
+
end
|
960
|
+
|
961
|
+
class TrackCountryAvailability
|
962
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
963
|
+
|
964
|
+
include Google::Apis::Core::JsonObjectSupport
|
965
|
+
end
|
966
|
+
|
967
|
+
class TrackRelease
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
969
|
+
|
970
|
+
include Google::Apis::Core::JsonObjectSupport
|
971
|
+
end
|
972
|
+
|
973
|
+
class TrackTargetedCountry
|
974
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
975
|
+
|
976
|
+
include Google::Apis::Core::JsonObjectSupport
|
977
|
+
end
|
978
|
+
|
979
|
+
class TracksListResponse
|
980
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
|
+
|
982
|
+
include Google::Apis::Core::JsonObjectSupport
|
983
|
+
end
|
984
|
+
|
985
|
+
class UpgradeTargetingRule
|
986
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
987
|
+
|
988
|
+
include Google::Apis::Core::JsonObjectSupport
|
989
|
+
end
|
990
|
+
|
991
|
+
class User
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
993
|
+
|
994
|
+
include Google::Apis::Core::JsonObjectSupport
|
995
|
+
end
|
996
|
+
|
997
|
+
class UserComment
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
1003
|
+
class UserCountriesTargeting
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class UserCountrySet
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class UserInitiatedCancellation
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class UsesPermission
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1023
|
+
|
1024
|
+
include Google::Apis::Core::JsonObjectSupport
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class Variant
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1029
|
+
|
1030
|
+
include Google::Apis::Core::JsonObjectSupport
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class VariantTargeting
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1035
|
+
|
1036
|
+
include Google::Apis::Core::JsonObjectSupport
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class VoidedPurchase
|
1040
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1041
|
+
|
1042
|
+
include Google::Apis::Core::JsonObjectSupport
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class VoidedPurchasesListResponse
|
1046
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1047
|
+
|
1048
|
+
include Google::Apis::Core::JsonObjectSupport
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
class Abi
|
1052
|
+
# @private
|
1053
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1054
|
+
property :alias, as: 'alias'
|
1055
|
+
end
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
class AbiTargeting
|
1059
|
+
# @private
|
1060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1061
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::Abi, decorator: Google::Apis::AndroidpublisherV3::Abi::Representation
|
1062
|
+
|
1063
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::Abi, decorator: Google::Apis::AndroidpublisherV3::Abi::Representation
|
1064
|
+
|
1065
|
+
end
|
1066
|
+
end
|
1067
|
+
|
1068
|
+
class AcquisitionTargetingRule
|
1069
|
+
# @private
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1071
|
+
property :scope, as: 'scope', class: Google::Apis::AndroidpublisherV3::TargetingRuleScope, decorator: Google::Apis::AndroidpublisherV3::TargetingRuleScope::Representation
|
1072
|
+
|
1073
|
+
end
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
class ActivateBasePlanRequest
|
1077
|
+
# @private
|
1078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1079
|
+
end
|
1080
|
+
end
|
1081
|
+
|
1082
|
+
class ActivateSubscriptionOfferRequest
|
1083
|
+
# @private
|
1084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1085
|
+
end
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
class Apk
|
1089
|
+
# @private
|
1090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1091
|
+
property :binary, as: 'binary', class: Google::Apis::AndroidpublisherV3::ApkBinary, decorator: Google::Apis::AndroidpublisherV3::ApkBinary::Representation
|
1092
|
+
|
1093
|
+
property :version_code, as: 'versionCode'
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
class ApkBinary
|
1098
|
+
# @private
|
1099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1100
|
+
property :sha1, as: 'sha1'
|
1101
|
+
property :sha256, as: 'sha256'
|
1102
|
+
end
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class ApkDescription
|
1106
|
+
# @private
|
1107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1108
|
+
property :asset_slice_metadata, as: 'assetSliceMetadata', class: Google::Apis::AndroidpublisherV3::SplitApkMetadata, decorator: Google::Apis::AndroidpublisherV3::SplitApkMetadata::Representation
|
1109
|
+
|
1110
|
+
property :instant_apk_metadata, as: 'instantApkMetadata', class: Google::Apis::AndroidpublisherV3::SplitApkMetadata, decorator: Google::Apis::AndroidpublisherV3::SplitApkMetadata::Representation
|
1111
|
+
|
1112
|
+
property :path, as: 'path'
|
1113
|
+
property :split_apk_metadata, as: 'splitApkMetadata', class: Google::Apis::AndroidpublisherV3::SplitApkMetadata, decorator: Google::Apis::AndroidpublisherV3::SplitApkMetadata::Representation
|
1114
|
+
|
1115
|
+
property :standalone_apk_metadata, as: 'standaloneApkMetadata', class: Google::Apis::AndroidpublisherV3::StandaloneApkMetadata, decorator: Google::Apis::AndroidpublisherV3::StandaloneApkMetadata::Representation
|
1116
|
+
|
1117
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::ApkTargeting, decorator: Google::Apis::AndroidpublisherV3::ApkTargeting::Representation
|
1118
|
+
|
1119
|
+
end
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
class ApkSet
|
1123
|
+
# @private
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1125
|
+
collection :apk_description, as: 'apkDescription', class: Google::Apis::AndroidpublisherV3::ApkDescription, decorator: Google::Apis::AndroidpublisherV3::ApkDescription::Representation
|
1126
|
+
|
1127
|
+
property :module_metadata, as: 'moduleMetadata', class: Google::Apis::AndroidpublisherV3::ModuleMetadata, decorator: Google::Apis::AndroidpublisherV3::ModuleMetadata::Representation
|
1128
|
+
|
1129
|
+
end
|
1130
|
+
end
|
1131
|
+
|
1132
|
+
class ApkTargeting
|
1133
|
+
# @private
|
1134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1135
|
+
property :abi_targeting, as: 'abiTargeting', class: Google::Apis::AndroidpublisherV3::AbiTargeting, decorator: Google::Apis::AndroidpublisherV3::AbiTargeting::Representation
|
1136
|
+
|
1137
|
+
property :language_targeting, as: 'languageTargeting', class: Google::Apis::AndroidpublisherV3::LanguageTargeting, decorator: Google::Apis::AndroidpublisherV3::LanguageTargeting::Representation
|
1138
|
+
|
1139
|
+
property :multi_abi_targeting, as: 'multiAbiTargeting', class: Google::Apis::AndroidpublisherV3::MultiAbiTargeting, decorator: Google::Apis::AndroidpublisherV3::MultiAbiTargeting::Representation
|
1140
|
+
|
1141
|
+
property :screen_density_targeting, as: 'screenDensityTargeting', class: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting, decorator: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting::Representation
|
1142
|
+
|
1143
|
+
property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
|
1144
|
+
|
1145
|
+
property :texture_compression_format_targeting, as: 'textureCompressionFormatTargeting', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting::Representation
|
1146
|
+
|
1147
|
+
end
|
1148
|
+
end
|
1149
|
+
|
1150
|
+
class ApksAddExternallyHostedRequest
|
1151
|
+
# @private
|
1152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1153
|
+
property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
|
1154
|
+
|
1155
|
+
end
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
class ApksAddExternallyHostedResponse
|
1159
|
+
# @private
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1161
|
+
property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
|
1162
|
+
|
1163
|
+
end
|
1164
|
+
end
|
1165
|
+
|
1166
|
+
class ApksListResponse
|
1167
|
+
# @private
|
1168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1169
|
+
collection :apks, as: 'apks', class: Google::Apis::AndroidpublisherV3::Apk, decorator: Google::Apis::AndroidpublisherV3::Apk::Representation
|
1170
|
+
|
1171
|
+
property :kind, as: 'kind'
|
1172
|
+
end
|
1173
|
+
end
|
1174
|
+
|
1175
|
+
class AppDetails
|
1176
|
+
# @private
|
1177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1178
|
+
property :contact_email, as: 'contactEmail'
|
1179
|
+
property :contact_phone, as: 'contactPhone'
|
1180
|
+
property :contact_website, as: 'contactWebsite'
|
1181
|
+
property :default_language, as: 'defaultLanguage'
|
1182
|
+
end
|
1183
|
+
end
|
1184
|
+
|
1185
|
+
class AppEdit
|
1186
|
+
# @private
|
1187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1188
|
+
property :expiry_time_seconds, as: 'expiryTimeSeconds'
|
1189
|
+
property :id, as: 'id'
|
1190
|
+
end
|
1191
|
+
end
|
1192
|
+
|
1193
|
+
class ArchiveSubscriptionRequest
|
1194
|
+
# @private
|
1195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1196
|
+
end
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
class AssetModuleMetadata
|
1200
|
+
# @private
|
1201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1202
|
+
property :delivery_type, as: 'deliveryType'
|
1203
|
+
property :name, as: 'name'
|
1204
|
+
end
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class AssetSliceSet
|
1208
|
+
# @private
|
1209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1210
|
+
collection :apk_description, as: 'apkDescription', class: Google::Apis::AndroidpublisherV3::ApkDescription, decorator: Google::Apis::AndroidpublisherV3::ApkDescription::Representation
|
1211
|
+
|
1212
|
+
property :asset_module_metadata, as: 'assetModuleMetadata', class: Google::Apis::AndroidpublisherV3::AssetModuleMetadata, decorator: Google::Apis::AndroidpublisherV3::AssetModuleMetadata::Representation
|
1213
|
+
|
1214
|
+
end
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class AutoRenewingBasePlanType
|
1218
|
+
# @private
|
1219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1220
|
+
property :billing_period_duration, as: 'billingPeriodDuration'
|
1221
|
+
property :grace_period_duration, as: 'gracePeriodDuration'
|
1222
|
+
property :legacy_compatible, as: 'legacyCompatible'
|
1223
|
+
property :legacy_compatible_subscription_offer_id, as: 'legacyCompatibleSubscriptionOfferId'
|
1224
|
+
property :proration_mode, as: 'prorationMode'
|
1225
|
+
property :resubscribe_state, as: 'resubscribeState'
|
1226
|
+
end
|
1227
|
+
end
|
1228
|
+
|
1229
|
+
class AutoRenewingPlan
|
1230
|
+
# @private
|
1231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1232
|
+
property :auto_renew_enabled, as: 'autoRenewEnabled'
|
1233
|
+
property :price_change_details, as: 'priceChangeDetails', class: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails, decorator: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails::Representation
|
1234
|
+
|
1235
|
+
end
|
1236
|
+
end
|
1237
|
+
|
1238
|
+
class BasePlan
|
1239
|
+
# @private
|
1240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1241
|
+
property :auto_renewing_base_plan_type, as: 'autoRenewingBasePlanType', class: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType, decorator: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType::Representation
|
1242
|
+
|
1243
|
+
property :base_plan_id, as: 'basePlanId'
|
1244
|
+
collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
|
1245
|
+
|
1246
|
+
property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig::Representation
|
1247
|
+
|
1248
|
+
property :prepaid_base_plan_type, as: 'prepaidBasePlanType', class: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType, decorator: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType::Representation
|
1249
|
+
|
1250
|
+
collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig::Representation
|
1251
|
+
|
1252
|
+
property :state, as: 'state'
|
1253
|
+
end
|
1254
|
+
end
|
1255
|
+
|
1256
|
+
class Bundle
|
1257
|
+
# @private
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1259
|
+
property :sha1, as: 'sha1'
|
1260
|
+
property :sha256, as: 'sha256'
|
1261
|
+
property :version_code, as: 'versionCode'
|
1262
|
+
end
|
1263
|
+
end
|
1264
|
+
|
1265
|
+
class BundlesListResponse
|
1266
|
+
# @private
|
1267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1268
|
+
collection :bundles, as: 'bundles', class: Google::Apis::AndroidpublisherV3::Bundle, decorator: Google::Apis::AndroidpublisherV3::Bundle::Representation
|
1269
|
+
|
1270
|
+
property :kind, as: 'kind'
|
1271
|
+
end
|
1272
|
+
end
|
1273
|
+
|
1274
|
+
class CancelSurveyResult
|
1275
|
+
# @private
|
1276
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1277
|
+
property :reason, as: 'reason'
|
1278
|
+
property :reason_user_input, as: 'reasonUserInput'
|
1279
|
+
end
|
1280
|
+
end
|
1281
|
+
|
1282
|
+
class CanceledStateContext
|
1283
|
+
# @private
|
1284
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1285
|
+
property :developer_initiated_cancellation, as: 'developerInitiatedCancellation', class: Google::Apis::AndroidpublisherV3::DeveloperInitiatedCancellation, decorator: Google::Apis::AndroidpublisherV3::DeveloperInitiatedCancellation::Representation
|
1286
|
+
|
1287
|
+
property :replacement_cancellation, as: 'replacementCancellation', class: Google::Apis::AndroidpublisherV3::ReplacementCancellation, decorator: Google::Apis::AndroidpublisherV3::ReplacementCancellation::Representation
|
1288
|
+
|
1289
|
+
property :system_initiated_cancellation, as: 'systemInitiatedCancellation', class: Google::Apis::AndroidpublisherV3::SystemInitiatedCancellation, decorator: Google::Apis::AndroidpublisherV3::SystemInitiatedCancellation::Representation
|
1290
|
+
|
1291
|
+
property :user_initiated_cancellation, as: 'userInitiatedCancellation', class: Google::Apis::AndroidpublisherV3::UserInitiatedCancellation, decorator: Google::Apis::AndroidpublisherV3::UserInitiatedCancellation::Representation
|
1292
|
+
|
1293
|
+
end
|
1294
|
+
end
|
1295
|
+
|
1296
|
+
class Comment
|
1297
|
+
# @private
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1299
|
+
property :developer_comment, as: 'developerComment', class: Google::Apis::AndroidpublisherV3::DeveloperComment, decorator: Google::Apis::AndroidpublisherV3::DeveloperComment::Representation
|
1300
|
+
|
1301
|
+
property :user_comment, as: 'userComment', class: Google::Apis::AndroidpublisherV3::UserComment, decorator: Google::Apis::AndroidpublisherV3::UserComment::Representation
|
1302
|
+
|
1303
|
+
end
|
1304
|
+
end
|
1305
|
+
|
1306
|
+
class ConvertRegionPricesRequest
|
1307
|
+
# @private
|
1308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1309
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1310
|
+
|
1311
|
+
end
|
1312
|
+
end
|
1313
|
+
|
1314
|
+
class ConvertRegionPricesResponse
|
1315
|
+
# @private
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1317
|
+
property :converted_other_regions_price, as: 'convertedOtherRegionsPrice', class: Google::Apis::AndroidpublisherV3::ConvertedOtherRegionsPrice, decorator: Google::Apis::AndroidpublisherV3::ConvertedOtherRegionsPrice::Representation
|
1318
|
+
|
1319
|
+
hash :converted_region_prices, as: 'convertedRegionPrices', class: Google::Apis::AndroidpublisherV3::ConvertedRegionPrice, decorator: Google::Apis::AndroidpublisherV3::ConvertedRegionPrice::Representation
|
1320
|
+
|
1321
|
+
end
|
1322
|
+
end
|
1323
|
+
|
1324
|
+
class ConvertedOtherRegionsPrice
|
1325
|
+
# @private
|
1326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1327
|
+
property :eur_price, as: 'eurPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1328
|
+
|
1329
|
+
property :usd_price, as: 'usdPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1330
|
+
|
1331
|
+
end
|
1332
|
+
end
|
1333
|
+
|
1334
|
+
class ConvertedRegionPrice
|
1335
|
+
# @private
|
1336
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1337
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1338
|
+
|
1339
|
+
property :region_code, as: 'regionCode'
|
1340
|
+
property :tax_amount, as: 'taxAmount', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1341
|
+
|
1342
|
+
end
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class CountryTargeting
|
1346
|
+
# @private
|
1347
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1348
|
+
collection :countries, as: 'countries'
|
1349
|
+
property :include_rest_of_world, as: 'includeRestOfWorld'
|
1350
|
+
end
|
1351
|
+
end
|
1352
|
+
|
1353
|
+
class DeactivateBasePlanRequest
|
1354
|
+
# @private
|
1355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1356
|
+
end
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
class DeactivateSubscriptionOfferRequest
|
1360
|
+
# @private
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
+
end
|
1363
|
+
end
|
1364
|
+
|
1365
|
+
class DeferredItemReplacement
|
1366
|
+
# @private
|
1367
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1368
|
+
property :product_id, as: 'productId'
|
1369
|
+
end
|
1370
|
+
end
|
1371
|
+
|
1372
|
+
class DeobfuscationFile
|
1373
|
+
# @private
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1375
|
+
property :symbol_type, as: 'symbolType'
|
1376
|
+
end
|
1377
|
+
end
|
1378
|
+
|
1379
|
+
class DeobfuscationFilesUploadResponse
|
1380
|
+
# @private
|
1381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1382
|
+
property :deobfuscation_file, as: 'deobfuscationFile', class: Google::Apis::AndroidpublisherV3::DeobfuscationFile, decorator: Google::Apis::AndroidpublisherV3::DeobfuscationFile::Representation
|
1383
|
+
|
1384
|
+
end
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
class DeveloperComment
|
1388
|
+
# @private
|
1389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1390
|
+
property :last_modified, as: 'lastModified', class: Google::Apis::AndroidpublisherV3::Timestamp, decorator: Google::Apis::AndroidpublisherV3::Timestamp::Representation
|
1391
|
+
|
1392
|
+
property :text, as: 'text'
|
1393
|
+
end
|
1394
|
+
end
|
1395
|
+
|
1396
|
+
class DeveloperInitiatedCancellation
|
1397
|
+
# @private
|
1398
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1399
|
+
end
|
1400
|
+
end
|
1401
|
+
|
1402
|
+
class DeviceFeature
|
1403
|
+
# @private
|
1404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1405
|
+
property :feature_name, as: 'featureName'
|
1406
|
+
property :feature_version, as: 'featureVersion'
|
1407
|
+
end
|
1408
|
+
end
|
1409
|
+
|
1410
|
+
class DeviceFeatureTargeting
|
1411
|
+
# @private
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1413
|
+
property :required_feature, as: 'requiredFeature', class: Google::Apis::AndroidpublisherV3::DeviceFeature, decorator: Google::Apis::AndroidpublisherV3::DeviceFeature::Representation
|
1414
|
+
|
1415
|
+
end
|
1416
|
+
end
|
1417
|
+
|
1418
|
+
class DeviceGroup
|
1419
|
+
# @private
|
1420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1421
|
+
collection :device_selectors, as: 'deviceSelectors', class: Google::Apis::AndroidpublisherV3::DeviceSelector, decorator: Google::Apis::AndroidpublisherV3::DeviceSelector::Representation
|
1422
|
+
|
1423
|
+
property :name, as: 'name'
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
|
1427
|
+
class DeviceId
|
1428
|
+
# @private
|
1429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1430
|
+
property :build_brand, as: 'buildBrand'
|
1431
|
+
property :build_device, as: 'buildDevice'
|
1432
|
+
end
|
1433
|
+
end
|
1434
|
+
|
1435
|
+
class DeviceMetadata
|
1436
|
+
# @private
|
1437
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1438
|
+
property :cpu_make, as: 'cpuMake'
|
1439
|
+
property :cpu_model, as: 'cpuModel'
|
1440
|
+
property :device_class, as: 'deviceClass'
|
1441
|
+
property :gl_es_version, as: 'glEsVersion'
|
1442
|
+
property :manufacturer, as: 'manufacturer'
|
1443
|
+
property :native_platform, as: 'nativePlatform'
|
1444
|
+
property :product_name, as: 'productName'
|
1445
|
+
property :ram_mb, as: 'ramMb'
|
1446
|
+
property :screen_density_dpi, as: 'screenDensityDpi'
|
1447
|
+
property :screen_height_px, as: 'screenHeightPx'
|
1448
|
+
property :screen_width_px, as: 'screenWidthPx'
|
1449
|
+
end
|
1450
|
+
end
|
1451
|
+
|
1452
|
+
class DeviceRam
|
1453
|
+
# @private
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1455
|
+
property :max_bytes, :numeric_string => true, as: 'maxBytes'
|
1456
|
+
property :min_bytes, :numeric_string => true, as: 'minBytes'
|
1457
|
+
end
|
1458
|
+
end
|
1459
|
+
|
1460
|
+
class DeviceSelector
|
1461
|
+
# @private
|
1462
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1463
|
+
property :device_ram, as: 'deviceRam', class: Google::Apis::AndroidpublisherV3::DeviceRam, decorator: Google::Apis::AndroidpublisherV3::DeviceRam::Representation
|
1464
|
+
|
1465
|
+
collection :excluded_device_ids, as: 'excludedDeviceIds', class: Google::Apis::AndroidpublisherV3::DeviceId, decorator: Google::Apis::AndroidpublisherV3::DeviceId::Representation
|
1466
|
+
|
1467
|
+
collection :forbidden_system_features, as: 'forbiddenSystemFeatures', class: Google::Apis::AndroidpublisherV3::SystemFeature, decorator: Google::Apis::AndroidpublisherV3::SystemFeature::Representation
|
1468
|
+
|
1469
|
+
collection :included_device_ids, as: 'includedDeviceIds', class: Google::Apis::AndroidpublisherV3::DeviceId, decorator: Google::Apis::AndroidpublisherV3::DeviceId::Representation
|
1470
|
+
|
1471
|
+
collection :required_system_features, as: 'requiredSystemFeatures', class: Google::Apis::AndroidpublisherV3::SystemFeature, decorator: Google::Apis::AndroidpublisherV3::SystemFeature::Representation
|
1472
|
+
|
1473
|
+
end
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
class DeviceSpec
|
1477
|
+
# @private
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
|
+
property :screen_density, as: 'screenDensity'
|
1480
|
+
collection :supported_abis, as: 'supportedAbis'
|
1481
|
+
collection :supported_locales, as: 'supportedLocales'
|
1482
|
+
end
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
class DeviceTier
|
1486
|
+
# @private
|
1487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1488
|
+
collection :device_group_names, as: 'deviceGroupNames'
|
1489
|
+
property :level, as: 'level'
|
1490
|
+
end
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
class DeviceTierConfig
|
1494
|
+
# @private
|
1495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1496
|
+
collection :device_groups, as: 'deviceGroups', class: Google::Apis::AndroidpublisherV3::DeviceGroup, decorator: Google::Apis::AndroidpublisherV3::DeviceGroup::Representation
|
1497
|
+
|
1498
|
+
property :device_tier_config_id, :numeric_string => true, as: 'deviceTierConfigId'
|
1499
|
+
property :device_tier_set, as: 'deviceTierSet', class: Google::Apis::AndroidpublisherV3::DeviceTierSet, decorator: Google::Apis::AndroidpublisherV3::DeviceTierSet::Representation
|
1500
|
+
|
1501
|
+
collection :user_country_sets, as: 'userCountrySets', class: Google::Apis::AndroidpublisherV3::UserCountrySet, decorator: Google::Apis::AndroidpublisherV3::UserCountrySet::Representation
|
1502
|
+
|
1503
|
+
end
|
1504
|
+
end
|
1505
|
+
|
1506
|
+
class DeviceTierSet
|
1507
|
+
# @private
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1509
|
+
collection :device_tiers, as: 'deviceTiers', class: Google::Apis::AndroidpublisherV3::DeviceTier, decorator: Google::Apis::AndroidpublisherV3::DeviceTier::Representation
|
1510
|
+
|
1511
|
+
end
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class ExpansionFile
|
1515
|
+
# @private
|
1516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1517
|
+
property :file_size, :numeric_string => true, as: 'fileSize'
|
1518
|
+
property :references_version, as: 'referencesVersion'
|
1519
|
+
end
|
1520
|
+
end
|
1521
|
+
|
1522
|
+
class ExpansionFilesUploadResponse
|
1523
|
+
# @private
|
1524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1525
|
+
property :expansion_file, as: 'expansionFile', class: Google::Apis::AndroidpublisherV3::ExpansionFile, decorator: Google::Apis::AndroidpublisherV3::ExpansionFile::Representation
|
1526
|
+
|
1527
|
+
end
|
1528
|
+
end
|
1529
|
+
|
1530
|
+
class ExternalAccountIdentifiers
|
1531
|
+
# @private
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1533
|
+
property :external_account_id, as: 'externalAccountId'
|
1534
|
+
property :obfuscated_external_account_id, as: 'obfuscatedExternalAccountId'
|
1535
|
+
property :obfuscated_external_profile_id, as: 'obfuscatedExternalProfileId'
|
1536
|
+
end
|
1537
|
+
end
|
1538
|
+
|
1539
|
+
class ExternalSubscription
|
1540
|
+
# @private
|
1541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1542
|
+
property :subscription_type, as: 'subscriptionType'
|
1543
|
+
end
|
1544
|
+
end
|
1545
|
+
|
1546
|
+
class ExternalTransaction
|
1547
|
+
# @private
|
1548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1549
|
+
property :create_time, as: 'createTime'
|
1550
|
+
property :current_pre_tax_amount, as: 'currentPreTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1551
|
+
|
1552
|
+
property :current_tax_amount, as: 'currentTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1553
|
+
|
1554
|
+
property :external_transaction_id, as: 'externalTransactionId'
|
1555
|
+
property :one_time_transaction, as: 'oneTimeTransaction', class: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction, decorator: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction::Representation
|
1556
|
+
|
1557
|
+
property :original_pre_tax_amount, as: 'originalPreTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1558
|
+
|
1559
|
+
property :original_tax_amount, as: 'originalTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1560
|
+
|
1561
|
+
property :package_name, as: 'packageName'
|
1562
|
+
property :recurring_transaction, as: 'recurringTransaction', class: Google::Apis::AndroidpublisherV3::RecurringExternalTransaction, decorator: Google::Apis::AndroidpublisherV3::RecurringExternalTransaction::Representation
|
1563
|
+
|
1564
|
+
property :test_purchase, as: 'testPurchase', class: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase::Representation
|
1565
|
+
|
1566
|
+
property :transaction_state, as: 'transactionState'
|
1567
|
+
property :transaction_time, as: 'transactionTime'
|
1568
|
+
property :user_tax_address, as: 'userTaxAddress', class: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress::Representation
|
1569
|
+
|
1570
|
+
end
|
1571
|
+
end
|
1572
|
+
|
1573
|
+
class ExternalTransactionAddress
|
1574
|
+
# @private
|
1575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1576
|
+
property :region_code, as: 'regionCode'
|
1577
|
+
end
|
1578
|
+
end
|
1579
|
+
|
1580
|
+
class ExternalTransactionTestPurchase
|
1581
|
+
# @private
|
1582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1583
|
+
end
|
1584
|
+
end
|
1585
|
+
|
1586
|
+
class ExternallyHostedApk
|
1587
|
+
# @private
|
1588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1589
|
+
property :application_label, as: 'applicationLabel'
|
545
1590
|
collection :certificate_base64s, as: 'certificateBase64s'
|
546
1591
|
property :externally_hosted_url, as: 'externallyHostedUrl'
|
547
1592
|
property :file_sha1_base64, as: 'fileSha1Base64'
|
@@ -555,237 +1600,763 @@ module Google
|
|
555
1600
|
collection :uses_features, as: 'usesFeatures'
|
556
1601
|
collection :uses_permissions, as: 'usesPermissions', class: Google::Apis::AndroidpublisherV3::UsesPermission, decorator: Google::Apis::AndroidpublisherV3::UsesPermission::Representation
|
557
1602
|
|
558
|
-
property :version_code, as: 'versionCode'
|
559
|
-
property :version_name, as: 'versionName'
|
1603
|
+
property :version_code, as: 'versionCode'
|
1604
|
+
property :version_name, as: 'versionName'
|
1605
|
+
end
|
1606
|
+
end
|
1607
|
+
|
1608
|
+
class FullRefund
|
1609
|
+
# @private
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1611
|
+
end
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
class GeneratedApksListResponse
|
1615
|
+
# @private
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1617
|
+
collection :generated_apks, as: 'generatedApks', class: Google::Apis::AndroidpublisherV3::GeneratedApksPerSigningKey, decorator: Google::Apis::AndroidpublisherV3::GeneratedApksPerSigningKey::Representation
|
1618
|
+
|
1619
|
+
end
|
1620
|
+
end
|
1621
|
+
|
1622
|
+
class GeneratedApksPerSigningKey
|
1623
|
+
# @private
|
1624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1625
|
+
property :certificate_sha256_hash, as: 'certificateSha256Hash'
|
1626
|
+
collection :generated_asset_pack_slices, as: 'generatedAssetPackSlices', class: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice, decorator: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice::Representation
|
1627
|
+
|
1628
|
+
collection :generated_split_apks, as: 'generatedSplitApks', class: Google::Apis::AndroidpublisherV3::GeneratedSplitApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedSplitApk::Representation
|
1629
|
+
|
1630
|
+
collection :generated_standalone_apks, as: 'generatedStandaloneApks', class: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk::Representation
|
1631
|
+
|
1632
|
+
property :generated_universal_apk, as: 'generatedUniversalApk', class: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk::Representation
|
1633
|
+
|
1634
|
+
property :targeting_info, as: 'targetingInfo', class: Google::Apis::AndroidpublisherV3::TargetingInfo, decorator: Google::Apis::AndroidpublisherV3::TargetingInfo::Representation
|
1635
|
+
|
1636
|
+
end
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class GeneratedAssetPackSlice
|
1640
|
+
# @private
|
1641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1642
|
+
property :download_id, as: 'downloadId'
|
1643
|
+
property :module_name, as: 'moduleName'
|
1644
|
+
property :slice_id, as: 'sliceId'
|
1645
|
+
property :version, :numeric_string => true, as: 'version'
|
1646
|
+
end
|
1647
|
+
end
|
1648
|
+
|
1649
|
+
class GeneratedSplitApk
|
1650
|
+
# @private
|
1651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1652
|
+
property :download_id, as: 'downloadId'
|
1653
|
+
property :module_name, as: 'moduleName'
|
1654
|
+
property :split_id, as: 'splitId'
|
1655
|
+
property :variant_id, as: 'variantId'
|
1656
|
+
end
|
1657
|
+
end
|
1658
|
+
|
1659
|
+
class GeneratedStandaloneApk
|
1660
|
+
# @private
|
1661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1662
|
+
property :download_id, as: 'downloadId'
|
1663
|
+
property :variant_id, as: 'variantId'
|
1664
|
+
end
|
1665
|
+
end
|
1666
|
+
|
1667
|
+
class GeneratedUniversalApk
|
1668
|
+
# @private
|
1669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1670
|
+
property :download_id, as: 'downloadId'
|
1671
|
+
end
|
1672
|
+
end
|
1673
|
+
|
1674
|
+
class Grant
|
1675
|
+
# @private
|
1676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1677
|
+
collection :app_level_permissions, as: 'appLevelPermissions'
|
1678
|
+
property :name, as: 'name'
|
1679
|
+
property :package_name, as: 'packageName'
|
1680
|
+
end
|
1681
|
+
end
|
1682
|
+
|
1683
|
+
class Image
|
1684
|
+
# @private
|
1685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1686
|
+
property :id, as: 'id'
|
1687
|
+
property :sha1, as: 'sha1'
|
1688
|
+
property :sha256, as: 'sha256'
|
1689
|
+
property :url, as: 'url'
|
1690
|
+
end
|
1691
|
+
end
|
1692
|
+
|
1693
|
+
class ImagesDeleteAllResponse
|
1694
|
+
# @private
|
1695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1696
|
+
collection :deleted, as: 'deleted', class: Google::Apis::AndroidpublisherV3::Image, decorator: Google::Apis::AndroidpublisherV3::Image::Representation
|
1697
|
+
|
1698
|
+
end
|
1699
|
+
end
|
1700
|
+
|
1701
|
+
class ImagesListResponse
|
1702
|
+
# @private
|
1703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1704
|
+
collection :images, as: 'images', class: Google::Apis::AndroidpublisherV3::Image, decorator: Google::Apis::AndroidpublisherV3::Image::Representation
|
1705
|
+
|
1706
|
+
end
|
1707
|
+
end
|
1708
|
+
|
1709
|
+
class ImagesUploadResponse
|
1710
|
+
# @private
|
1711
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1712
|
+
property :image, as: 'image', class: Google::Apis::AndroidpublisherV3::Image, decorator: Google::Apis::AndroidpublisherV3::Image::Representation
|
1713
|
+
|
1714
|
+
end
|
1715
|
+
end
|
1716
|
+
|
1717
|
+
class InAppProduct
|
1718
|
+
# @private
|
1719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1720
|
+
property :default_language, as: 'defaultLanguage'
|
1721
|
+
property :default_price, as: 'defaultPrice', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1722
|
+
|
1723
|
+
property :grace_period, as: 'gracePeriod'
|
1724
|
+
hash :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::InAppProductListing, decorator: Google::Apis::AndroidpublisherV3::InAppProductListing::Representation
|
1725
|
+
|
1726
|
+
property :managed_product_taxes_and_compliance_settings, as: 'managedProductTaxesAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::ManagedProductTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::ManagedProductTaxAndComplianceSettings::Representation
|
1727
|
+
|
1728
|
+
property :package_name, as: 'packageName'
|
1729
|
+
hash :prices, as: 'prices', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1730
|
+
|
1731
|
+
property :purchase_type, as: 'purchaseType'
|
1732
|
+
property :sku, as: 'sku'
|
1733
|
+
property :status, as: 'status'
|
1734
|
+
property :subscription_period, as: 'subscriptionPeriod'
|
1735
|
+
property :subscription_taxes_and_compliance_settings, as: 'subscriptionTaxesAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings::Representation
|
1736
|
+
|
1737
|
+
property :trial_period, as: 'trialPeriod'
|
1738
|
+
end
|
1739
|
+
end
|
1740
|
+
|
1741
|
+
class InAppProductListing
|
1742
|
+
# @private
|
1743
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1744
|
+
collection :benefits, as: 'benefits'
|
1745
|
+
property :description, as: 'description'
|
1746
|
+
property :title, as: 'title'
|
1747
|
+
end
|
1748
|
+
end
|
1749
|
+
|
1750
|
+
class InappproductsListResponse
|
1751
|
+
# @private
|
1752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1753
|
+
collection :inappproduct, as: 'inappproduct', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
|
1754
|
+
|
1755
|
+
property :kind, as: 'kind'
|
1756
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::AndroidpublisherV3::PageInfo, decorator: Google::Apis::AndroidpublisherV3::PageInfo::Representation
|
1757
|
+
|
1758
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::AndroidpublisherV3::TokenPagination, decorator: Google::Apis::AndroidpublisherV3::TokenPagination::Representation
|
1759
|
+
|
1760
|
+
end
|
1761
|
+
end
|
1762
|
+
|
1763
|
+
class InternalAppSharingArtifact
|
1764
|
+
# @private
|
1765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1766
|
+
property :certificate_fingerprint, as: 'certificateFingerprint'
|
1767
|
+
property :download_url, as: 'downloadUrl'
|
1768
|
+
property :sha256, as: 'sha256'
|
1769
|
+
end
|
1770
|
+
end
|
1771
|
+
|
1772
|
+
class IntroductoryPriceInfo
|
1773
|
+
# @private
|
1774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1775
|
+
property :introductory_price_amount_micros, :numeric_string => true, as: 'introductoryPriceAmountMicros'
|
1776
|
+
property :introductory_price_currency_code, as: 'introductoryPriceCurrencyCode'
|
1777
|
+
property :introductory_price_cycles, as: 'introductoryPriceCycles'
|
1778
|
+
property :introductory_price_period, as: 'introductoryPricePeriod'
|
1779
|
+
end
|
1780
|
+
end
|
1781
|
+
|
1782
|
+
class LanguageTargeting
|
1783
|
+
# @private
|
1784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1785
|
+
collection :alternatives, as: 'alternatives'
|
1786
|
+
collection :value, as: 'value'
|
1787
|
+
end
|
1788
|
+
end
|
1789
|
+
|
1790
|
+
class ListDeviceTierConfigsResponse
|
1791
|
+
# @private
|
1792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1793
|
+
collection :device_tier_configs, as: 'deviceTierConfigs', class: Google::Apis::AndroidpublisherV3::DeviceTierConfig, decorator: Google::Apis::AndroidpublisherV3::DeviceTierConfig::Representation
|
1794
|
+
|
1795
|
+
property :next_page_token, as: 'nextPageToken'
|
1796
|
+
end
|
1797
|
+
end
|
1798
|
+
|
1799
|
+
class ListSubscriptionOffersResponse
|
1800
|
+
# @private
|
1801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1802
|
+
property :next_page_token, as: 'nextPageToken'
|
1803
|
+
collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
|
1804
|
+
|
1805
|
+
end
|
1806
|
+
end
|
1807
|
+
|
1808
|
+
class ListSubscriptionsResponse
|
1809
|
+
# @private
|
1810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1811
|
+
property :next_page_token, as: 'nextPageToken'
|
1812
|
+
collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
|
1813
|
+
|
560
1814
|
end
|
561
1815
|
end
|
562
1816
|
|
563
|
-
class
|
1817
|
+
class ListUsersResponse
|
564
1818
|
# @private
|
565
1819
|
class Representation < Google::Apis::Core::JsonRepresentation
|
566
|
-
property :
|
567
|
-
|
568
|
-
|
569
|
-
property :url, as: 'url'
|
1820
|
+
property :next_page_token, as: 'nextPageToken'
|
1821
|
+
collection :users, as: 'users', class: Google::Apis::AndroidpublisherV3::User, decorator: Google::Apis::AndroidpublisherV3::User::Representation
|
1822
|
+
|
570
1823
|
end
|
571
1824
|
end
|
572
1825
|
|
573
|
-
class
|
1826
|
+
class Listing
|
574
1827
|
# @private
|
575
1828
|
class Representation < Google::Apis::Core::JsonRepresentation
|
576
|
-
|
1829
|
+
property :full_description, as: 'fullDescription'
|
1830
|
+
property :language, as: 'language'
|
1831
|
+
property :short_description, as: 'shortDescription'
|
1832
|
+
property :title, as: 'title'
|
1833
|
+
property :video, as: 'video'
|
1834
|
+
end
|
1835
|
+
end
|
1836
|
+
|
1837
|
+
class ListingsListResponse
|
1838
|
+
# @private
|
1839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1840
|
+
property :kind, as: 'kind'
|
1841
|
+
collection :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::Listing, decorator: Google::Apis::AndroidpublisherV3::Listing::Representation
|
577
1842
|
|
578
1843
|
end
|
579
1844
|
end
|
580
1845
|
|
581
|
-
class
|
1846
|
+
class LocalizedText
|
582
1847
|
# @private
|
583
1848
|
class Representation < Google::Apis::Core::JsonRepresentation
|
584
|
-
|
1849
|
+
property :language, as: 'language'
|
1850
|
+
property :text, as: 'text'
|
1851
|
+
end
|
1852
|
+
end
|
1853
|
+
|
1854
|
+
class ManagedProductTaxAndComplianceSettings
|
1855
|
+
# @private
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1857
|
+
property :eea_withdrawal_right_type, as: 'eeaWithdrawalRightType'
|
1858
|
+
property :is_tokenized_digital_asset, as: 'isTokenizedDigitalAsset'
|
1859
|
+
hash :tax_rate_info_by_region_code, as: 'taxRateInfoByRegionCode', class: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo, decorator: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo::Representation
|
585
1860
|
|
586
1861
|
end
|
587
1862
|
end
|
588
1863
|
|
589
|
-
class
|
1864
|
+
class MigrateBasePlanPricesRequest
|
590
1865
|
# @private
|
591
1866
|
class Representation < Google::Apis::Core::JsonRepresentation
|
592
|
-
|
1867
|
+
collection :regional_price_migrations, as: 'regionalPriceMigrations', class: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig::Representation
|
1868
|
+
|
1869
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
593
1870
|
|
594
1871
|
end
|
595
1872
|
end
|
596
1873
|
|
597
|
-
class
|
1874
|
+
class MigrateBasePlanPricesResponse
|
598
1875
|
# @private
|
599
1876
|
class Representation < Google::Apis::Core::JsonRepresentation
|
600
|
-
|
601
|
-
|
1877
|
+
end
|
1878
|
+
end
|
602
1879
|
|
603
|
-
|
604
|
-
|
1880
|
+
class ModuleMetadata
|
1881
|
+
# @private
|
1882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1883
|
+
property :delivery_type, as: 'deliveryType'
|
1884
|
+
collection :dependencies, as: 'dependencies'
|
1885
|
+
property :module_type, as: 'moduleType'
|
1886
|
+
property :name, as: 'name'
|
1887
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::ModuleTargeting, decorator: Google::Apis::AndroidpublisherV3::ModuleTargeting::Representation
|
605
1888
|
|
606
|
-
|
607
|
-
|
1889
|
+
end
|
1890
|
+
end
|
1891
|
+
|
1892
|
+
class ModuleTargeting
|
1893
|
+
# @private
|
1894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1895
|
+
collection :device_feature_targeting, as: 'deviceFeatureTargeting', class: Google::Apis::AndroidpublisherV3::DeviceFeatureTargeting, decorator: Google::Apis::AndroidpublisherV3::DeviceFeatureTargeting::Representation
|
1896
|
+
|
1897
|
+
property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
|
1898
|
+
|
1899
|
+
property :user_countries_targeting, as: 'userCountriesTargeting', class: Google::Apis::AndroidpublisherV3::UserCountriesTargeting, decorator: Google::Apis::AndroidpublisherV3::UserCountriesTargeting::Representation
|
1900
|
+
|
1901
|
+
end
|
1902
|
+
end
|
1903
|
+
|
1904
|
+
class Money
|
1905
|
+
# @private
|
1906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1907
|
+
property :currency_code, as: 'currencyCode'
|
1908
|
+
property :nanos, as: 'nanos'
|
1909
|
+
property :units, :numeric_string => true, as: 'units'
|
1910
|
+
end
|
1911
|
+
end
|
1912
|
+
|
1913
|
+
class MultiAbi
|
1914
|
+
# @private
|
1915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1916
|
+
collection :abi, as: 'abi', class: Google::Apis::AndroidpublisherV3::Abi, decorator: Google::Apis::AndroidpublisherV3::Abi::Representation
|
1917
|
+
|
1918
|
+
end
|
1919
|
+
end
|
1920
|
+
|
1921
|
+
class MultiAbiTargeting
|
1922
|
+
# @private
|
1923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1924
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::MultiAbi, decorator: Google::Apis::AndroidpublisherV3::MultiAbi::Representation
|
1925
|
+
|
1926
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::MultiAbi, decorator: Google::Apis::AndroidpublisherV3::MultiAbi::Representation
|
1927
|
+
|
1928
|
+
end
|
1929
|
+
end
|
1930
|
+
|
1931
|
+
class OfferDetails
|
1932
|
+
# @private
|
1933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1934
|
+
property :base_plan_id, as: 'basePlanId'
|
1935
|
+
property :offer_id, as: 'offerId'
|
1936
|
+
collection :offer_tags, as: 'offerTags'
|
1937
|
+
end
|
1938
|
+
end
|
1939
|
+
|
1940
|
+
class OfferTag
|
1941
|
+
# @private
|
1942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1943
|
+
property :tag, as: 'tag'
|
1944
|
+
end
|
1945
|
+
end
|
1946
|
+
|
1947
|
+
class OneTimeExternalTransaction
|
1948
|
+
# @private
|
1949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1950
|
+
property :external_transaction_token, as: 'externalTransactionToken'
|
1951
|
+
end
|
1952
|
+
end
|
1953
|
+
|
1954
|
+
class OtherRegionsBasePlanConfig
|
1955
|
+
# @private
|
1956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1957
|
+
property :eur_price, as: 'eurPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1958
|
+
|
1959
|
+
property :new_subscriber_availability, as: 'newSubscriberAvailability'
|
1960
|
+
property :usd_price, as: 'usdPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1961
|
+
|
1962
|
+
end
|
1963
|
+
end
|
1964
|
+
|
1965
|
+
class OtherRegionsSubscriptionOfferConfig
|
1966
|
+
# @private
|
1967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1968
|
+
property :other_regions_new_subscriber_availability, as: 'otherRegionsNewSubscriberAvailability'
|
1969
|
+
end
|
1970
|
+
end
|
1971
|
+
|
1972
|
+
class OtherRegionsSubscriptionOfferPhaseConfig
|
1973
|
+
# @private
|
1974
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1975
|
+
property :absolute_discounts, as: 'absoluteDiscounts', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices::Representation
|
1976
|
+
|
1977
|
+
property :other_regions_prices, as: 'otherRegionsPrices', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices::Representation
|
1978
|
+
|
1979
|
+
property :relative_discount, as: 'relativeDiscount'
|
1980
|
+
end
|
1981
|
+
end
|
1982
|
+
|
1983
|
+
class OtherRegionsSubscriptionOfferPhasePrices
|
1984
|
+
# @private
|
1985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1986
|
+
property :eur_price, as: 'eurPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1987
|
+
|
1988
|
+
property :usd_price, as: 'usdPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1989
|
+
|
1990
|
+
end
|
1991
|
+
end
|
1992
|
+
|
1993
|
+
class PageInfo
|
1994
|
+
# @private
|
1995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1996
|
+
property :result_per_page, as: 'resultPerPage'
|
1997
|
+
property :start_index, as: 'startIndex'
|
1998
|
+
property :total_results, as: 'totalResults'
|
1999
|
+
end
|
2000
|
+
end
|
2001
|
+
|
2002
|
+
class PartialRefund
|
2003
|
+
# @private
|
2004
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2005
|
+
property :refund_id, as: 'refundId'
|
2006
|
+
property :refund_pre_tax_amount, as: 'refundPreTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
2007
|
+
|
2008
|
+
end
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class PausedStateContext
|
2012
|
+
# @private
|
2013
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2014
|
+
property :auto_resume_time, as: 'autoResumeTime'
|
2015
|
+
end
|
2016
|
+
end
|
2017
|
+
|
2018
|
+
class PrepaidBasePlanType
|
2019
|
+
# @private
|
2020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2021
|
+
property :billing_period_duration, as: 'billingPeriodDuration'
|
2022
|
+
property :time_extension, as: 'timeExtension'
|
2023
|
+
end
|
2024
|
+
end
|
2025
|
+
|
2026
|
+
class PrepaidPlan
|
2027
|
+
# @private
|
2028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2029
|
+
property :allow_extend_after_time, as: 'allowExtendAfterTime'
|
2030
|
+
end
|
2031
|
+
end
|
2032
|
+
|
2033
|
+
class Price
|
2034
|
+
# @private
|
2035
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2036
|
+
property :currency, as: 'currency'
|
2037
|
+
property :price_micros, as: 'priceMicros'
|
2038
|
+
end
|
2039
|
+
end
|
608
2040
|
|
2041
|
+
class ProductPurchase
|
2042
|
+
# @private
|
2043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2044
|
+
property :acknowledgement_state, as: 'acknowledgementState'
|
2045
|
+
property :consumption_state, as: 'consumptionState'
|
2046
|
+
property :developer_payload, as: 'developerPayload'
|
2047
|
+
property :kind, as: 'kind'
|
2048
|
+
property :obfuscated_external_account_id, as: 'obfuscatedExternalAccountId'
|
2049
|
+
property :obfuscated_external_profile_id, as: 'obfuscatedExternalProfileId'
|
2050
|
+
property :order_id, as: 'orderId'
|
2051
|
+
property :product_id, as: 'productId'
|
2052
|
+
property :purchase_state, as: 'purchaseState'
|
2053
|
+
property :purchase_time_millis, :numeric_string => true, as: 'purchaseTimeMillis'
|
2054
|
+
property :purchase_token, as: 'purchaseToken'
|
609
2055
|
property :purchase_type, as: 'purchaseType'
|
610
|
-
property :
|
611
|
-
property :
|
612
|
-
property :subscription_period, as: 'subscriptionPeriod'
|
613
|
-
property :trial_period, as: 'trialPeriod'
|
2056
|
+
property :quantity, as: 'quantity'
|
2057
|
+
property :region_code, as: 'regionCode'
|
614
2058
|
end
|
615
2059
|
end
|
616
2060
|
|
617
|
-
class
|
2061
|
+
class ProductPurchasesAcknowledgeRequest
|
618
2062
|
# @private
|
619
2063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
620
|
-
|
621
|
-
|
622
|
-
|
2064
|
+
property :developer_payload, as: 'developerPayload'
|
2065
|
+
end
|
2066
|
+
end
|
2067
|
+
|
2068
|
+
class RecurringExternalTransaction
|
2069
|
+
# @private
|
2070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2071
|
+
property :external_subscription, as: 'externalSubscription', class: Google::Apis::AndroidpublisherV3::ExternalSubscription, decorator: Google::Apis::AndroidpublisherV3::ExternalSubscription::Representation
|
2072
|
+
|
2073
|
+
property :external_transaction_token, as: 'externalTransactionToken'
|
2074
|
+
property :initial_external_transaction_id, as: 'initialExternalTransactionId'
|
2075
|
+
end
|
2076
|
+
end
|
2077
|
+
|
2078
|
+
class RefundExternalTransactionRequest
|
2079
|
+
# @private
|
2080
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2081
|
+
property :full_refund, as: 'fullRefund', class: Google::Apis::AndroidpublisherV3::FullRefund, decorator: Google::Apis::AndroidpublisherV3::FullRefund::Representation
|
2082
|
+
|
2083
|
+
property :partial_refund, as: 'partialRefund', class: Google::Apis::AndroidpublisherV3::PartialRefund, decorator: Google::Apis::AndroidpublisherV3::PartialRefund::Representation
|
2084
|
+
|
2085
|
+
property :refund_time, as: 'refundTime'
|
2086
|
+
end
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
class RegionalBasePlanConfig
|
2090
|
+
# @private
|
2091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2092
|
+
property :new_subscriber_availability, as: 'newSubscriberAvailability'
|
2093
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
2094
|
+
|
2095
|
+
property :region_code, as: 'regionCode'
|
2096
|
+
end
|
2097
|
+
end
|
2098
|
+
|
2099
|
+
class RegionalPriceMigrationConfig
|
2100
|
+
# @private
|
2101
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2102
|
+
property :oldest_allowed_price_version_time, as: 'oldestAllowedPriceVersionTime'
|
2103
|
+
property :price_increase_type, as: 'priceIncreaseType'
|
2104
|
+
property :region_code, as: 'regionCode'
|
2105
|
+
end
|
2106
|
+
end
|
2107
|
+
|
2108
|
+
class RegionalSubscriptionOfferConfig
|
2109
|
+
# @private
|
2110
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2111
|
+
property :new_subscriber_availability, as: 'newSubscriberAvailability'
|
2112
|
+
property :region_code, as: 'regionCode'
|
2113
|
+
end
|
2114
|
+
end
|
2115
|
+
|
2116
|
+
class RegionalSubscriptionOfferPhaseConfig
|
2117
|
+
# @private
|
2118
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2119
|
+
property :absolute_discount, as: 'absoluteDiscount', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
2120
|
+
|
2121
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
2122
|
+
|
2123
|
+
property :region_code, as: 'regionCode'
|
2124
|
+
property :relative_discount, as: 'relativeDiscount'
|
2125
|
+
end
|
2126
|
+
end
|
2127
|
+
|
2128
|
+
class RegionalTaxRateInfo
|
2129
|
+
# @private
|
2130
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2131
|
+
property :eligible_for_streaming_service_tax_rate, as: 'eligibleForStreamingServiceTaxRate'
|
2132
|
+
property :streaming_tax_type, as: 'streamingTaxType'
|
2133
|
+
property :tax_tier, as: 'taxTier'
|
2134
|
+
end
|
2135
|
+
end
|
2136
|
+
|
2137
|
+
class RegionsVersion
|
2138
|
+
# @private
|
2139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2140
|
+
property :version, as: 'version'
|
2141
|
+
end
|
2142
|
+
end
|
2143
|
+
|
2144
|
+
class ReplacementCancellation
|
2145
|
+
# @private
|
2146
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2147
|
+
end
|
2148
|
+
end
|
2149
|
+
|
2150
|
+
class Review
|
2151
|
+
# @private
|
2152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2153
|
+
property :author_name, as: 'authorName'
|
2154
|
+
collection :comments, as: 'comments', class: Google::Apis::AndroidpublisherV3::Comment, decorator: Google::Apis::AndroidpublisherV3::Comment::Representation
|
2155
|
+
|
2156
|
+
property :review_id, as: 'reviewId'
|
2157
|
+
end
|
2158
|
+
end
|
2159
|
+
|
2160
|
+
class ReviewReplyResult
|
2161
|
+
# @private
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2163
|
+
property :last_edited, as: 'lastEdited', class: Google::Apis::AndroidpublisherV3::Timestamp, decorator: Google::Apis::AndroidpublisherV3::Timestamp::Representation
|
2164
|
+
|
2165
|
+
property :reply_text, as: 'replyText'
|
623
2166
|
end
|
624
2167
|
end
|
625
2168
|
|
626
|
-
class
|
2169
|
+
class ReviewsListResponse
|
627
2170
|
# @private
|
628
2171
|
class Representation < Google::Apis::Core::JsonRepresentation
|
629
|
-
collection :inappproduct, as: 'inappproduct', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
|
630
|
-
|
631
|
-
property :kind, as: 'kind'
|
632
2172
|
property :page_info, as: 'pageInfo', class: Google::Apis::AndroidpublisherV3::PageInfo, decorator: Google::Apis::AndroidpublisherV3::PageInfo::Representation
|
633
2173
|
|
2174
|
+
collection :reviews, as: 'reviews', class: Google::Apis::AndroidpublisherV3::Review, decorator: Google::Apis::AndroidpublisherV3::Review::Representation
|
2175
|
+
|
634
2176
|
property :token_pagination, as: 'tokenPagination', class: Google::Apis::AndroidpublisherV3::TokenPagination, decorator: Google::Apis::AndroidpublisherV3::TokenPagination::Representation
|
635
2177
|
|
636
2178
|
end
|
637
2179
|
end
|
638
2180
|
|
639
|
-
class
|
2181
|
+
class ReviewsReplyRequest
|
640
2182
|
# @private
|
641
2183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
642
|
-
property :
|
643
|
-
property :download_url, as: 'downloadUrl'
|
644
|
-
property :sha256, as: 'sha256'
|
2184
|
+
property :reply_text, as: 'replyText'
|
645
2185
|
end
|
646
2186
|
end
|
647
2187
|
|
648
|
-
class
|
2188
|
+
class ReviewsReplyResponse
|
649
2189
|
# @private
|
650
2190
|
class Representation < Google::Apis::Core::JsonRepresentation
|
651
|
-
property :
|
652
|
-
|
653
|
-
property :introductory_price_cycles, as: 'introductoryPriceCycles'
|
654
|
-
property :introductory_price_period, as: 'introductoryPricePeriod'
|
2191
|
+
property :result, as: 'result', class: Google::Apis::AndroidpublisherV3::ReviewReplyResult, decorator: Google::Apis::AndroidpublisherV3::ReviewReplyResult::Representation
|
2192
|
+
|
655
2193
|
end
|
656
2194
|
end
|
657
2195
|
|
658
|
-
class
|
2196
|
+
class ScreenDensity
|
659
2197
|
# @private
|
660
2198
|
class Representation < Google::Apis::Core::JsonRepresentation
|
661
|
-
property :
|
662
|
-
property :
|
663
|
-
property :short_description, as: 'shortDescription'
|
664
|
-
property :title, as: 'title'
|
665
|
-
property :video, as: 'video'
|
2199
|
+
property :density_alias, as: 'densityAlias'
|
2200
|
+
property :density_dpi, as: 'densityDpi'
|
666
2201
|
end
|
667
2202
|
end
|
668
2203
|
|
669
|
-
class
|
2204
|
+
class ScreenDensityTargeting
|
670
2205
|
# @private
|
671
2206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
-
|
673
|
-
|
2207
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::ScreenDensity, decorator: Google::Apis::AndroidpublisherV3::ScreenDensity::Representation
|
2208
|
+
|
2209
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::ScreenDensity, decorator: Google::Apis::AndroidpublisherV3::ScreenDensity::Representation
|
674
2210
|
|
675
2211
|
end
|
676
2212
|
end
|
677
2213
|
|
678
|
-
class
|
2214
|
+
class SdkVersion
|
679
2215
|
# @private
|
680
2216
|
class Representation < Google::Apis::Core::JsonRepresentation
|
681
|
-
property :
|
682
|
-
property :text, as: 'text'
|
2217
|
+
property :min, as: 'min'
|
683
2218
|
end
|
684
2219
|
end
|
685
2220
|
|
686
|
-
class
|
2221
|
+
class SdkVersionTargeting
|
687
2222
|
# @private
|
688
2223
|
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
-
|
690
|
-
|
691
|
-
|
2224
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::SdkVersion, decorator: Google::Apis::AndroidpublisherV3::SdkVersion::Representation
|
2225
|
+
|
2226
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::SdkVersion, decorator: Google::Apis::AndroidpublisherV3::SdkVersion::Representation
|
2227
|
+
|
692
2228
|
end
|
693
2229
|
end
|
694
2230
|
|
695
|
-
class
|
2231
|
+
class SplitApkMetadata
|
696
2232
|
# @private
|
697
2233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
698
|
-
property :
|
699
|
-
property :
|
2234
|
+
property :is_master_split, as: 'isMasterSplit'
|
2235
|
+
property :split_id, as: 'splitId'
|
700
2236
|
end
|
701
2237
|
end
|
702
2238
|
|
703
|
-
class
|
2239
|
+
class SplitApkVariant
|
704
2240
|
# @private
|
705
2241
|
class Representation < Google::Apis::Core::JsonRepresentation
|
706
|
-
|
707
|
-
|
708
|
-
property :
|
709
|
-
|
710
|
-
property :
|
711
|
-
property :obfuscated_external_profile_id, as: 'obfuscatedExternalProfileId'
|
712
|
-
property :order_id, as: 'orderId'
|
713
|
-
property :product_id, as: 'productId'
|
714
|
-
property :purchase_state, as: 'purchaseState'
|
715
|
-
property :purchase_time_millis, :numeric_string => true, as: 'purchaseTimeMillis'
|
716
|
-
property :purchase_token, as: 'purchaseToken'
|
717
|
-
property :purchase_type, as: 'purchaseType'
|
718
|
-
property :quantity, as: 'quantity'
|
719
|
-
property :region_code, as: 'regionCode'
|
2242
|
+
collection :apk_set, as: 'apkSet', class: Google::Apis::AndroidpublisherV3::ApkSet, decorator: Google::Apis::AndroidpublisherV3::ApkSet::Representation
|
2243
|
+
|
2244
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::VariantTargeting, decorator: Google::Apis::AndroidpublisherV3::VariantTargeting::Representation
|
2245
|
+
|
2246
|
+
property :variant_number, as: 'variantNumber'
|
720
2247
|
end
|
721
2248
|
end
|
722
2249
|
|
723
|
-
class
|
2250
|
+
class StandaloneApkMetadata
|
724
2251
|
# @private
|
725
2252
|
class Representation < Google::Apis::Core::JsonRepresentation
|
726
|
-
|
2253
|
+
collection :fused_module_name, as: 'fusedModuleName'
|
727
2254
|
end
|
728
2255
|
end
|
729
2256
|
|
730
|
-
class
|
2257
|
+
class SubscribeWithGoogleInfo
|
731
2258
|
# @private
|
732
2259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
733
|
-
property :
|
734
|
-
|
735
|
-
|
736
|
-
property :
|
2260
|
+
property :email_address, as: 'emailAddress'
|
2261
|
+
property :family_name, as: 'familyName'
|
2262
|
+
property :given_name, as: 'givenName'
|
2263
|
+
property :profile_id, as: 'profileId'
|
2264
|
+
property :profile_name, as: 'profileName'
|
737
2265
|
end
|
738
2266
|
end
|
739
2267
|
|
740
|
-
class
|
2268
|
+
class Subscription
|
741
2269
|
# @private
|
742
2270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
-
property :
|
2271
|
+
property :archived, as: 'archived'
|
2272
|
+
collection :base_plans, as: 'basePlans', class: Google::Apis::AndroidpublisherV3::BasePlan, decorator: Google::Apis::AndroidpublisherV3::BasePlan::Representation
|
2273
|
+
|
2274
|
+
collection :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::SubscriptionListing, decorator: Google::Apis::AndroidpublisherV3::SubscriptionListing::Representation
|
2275
|
+
|
2276
|
+
property :package_name, as: 'packageName'
|
2277
|
+
property :product_id, as: 'productId'
|
2278
|
+
property :tax_and_compliance_settings, as: 'taxAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings::Representation
|
744
2279
|
|
745
|
-
property :reply_text, as: 'replyText'
|
746
2280
|
end
|
747
2281
|
end
|
748
2282
|
|
749
|
-
class
|
2283
|
+
class SubscriptionCancelSurveyResult
|
750
2284
|
# @private
|
751
2285
|
class Representation < Google::Apis::Core::JsonRepresentation
|
752
|
-
property :
|
2286
|
+
property :cancel_survey_reason, as: 'cancelSurveyReason'
|
2287
|
+
property :user_input_cancel_reason, as: 'userInputCancelReason'
|
2288
|
+
end
|
2289
|
+
end
|
753
2290
|
|
754
|
-
|
2291
|
+
class SubscriptionDeferralInfo
|
2292
|
+
# @private
|
2293
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2294
|
+
property :desired_expiry_time_millis, :numeric_string => true, as: 'desiredExpiryTimeMillis'
|
2295
|
+
property :expected_expiry_time_millis, :numeric_string => true, as: 'expectedExpiryTimeMillis'
|
2296
|
+
end
|
2297
|
+
end
|
755
2298
|
|
756
|
-
|
2299
|
+
class SubscriptionItemPriceChangeDetails
|
2300
|
+
# @private
|
2301
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2302
|
+
property :expected_new_price_charge_time, as: 'expectedNewPriceChargeTime'
|
2303
|
+
property :new_price, as: 'newPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
757
2304
|
|
2305
|
+
property :price_change_mode, as: 'priceChangeMode'
|
2306
|
+
property :price_change_state, as: 'priceChangeState'
|
758
2307
|
end
|
759
2308
|
end
|
760
2309
|
|
761
|
-
class
|
2310
|
+
class SubscriptionListing
|
762
2311
|
# @private
|
763
2312
|
class Representation < Google::Apis::Core::JsonRepresentation
|
764
|
-
|
2313
|
+
collection :benefits, as: 'benefits'
|
2314
|
+
property :description, as: 'description'
|
2315
|
+
property :language_code, as: 'languageCode'
|
2316
|
+
property :title, as: 'title'
|
765
2317
|
end
|
766
2318
|
end
|
767
2319
|
|
768
|
-
class
|
2320
|
+
class SubscriptionOffer
|
769
2321
|
# @private
|
770
2322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
771
|
-
property :
|
2323
|
+
property :base_plan_id, as: 'basePlanId'
|
2324
|
+
property :offer_id, as: 'offerId'
|
2325
|
+
collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
|
2326
|
+
|
2327
|
+
property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferConfig::Representation
|
2328
|
+
|
2329
|
+
property :package_name, as: 'packageName'
|
2330
|
+
collection :phases, as: 'phases', class: Google::Apis::AndroidpublisherV3::SubscriptionOfferPhase, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOfferPhase::Representation
|
2331
|
+
|
2332
|
+
property :product_id, as: 'productId'
|
2333
|
+
collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferConfig::Representation
|
2334
|
+
|
2335
|
+
property :state, as: 'state'
|
2336
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::SubscriptionOfferTargeting, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOfferTargeting::Representation
|
772
2337
|
|
773
2338
|
end
|
774
2339
|
end
|
775
2340
|
|
776
|
-
class
|
2341
|
+
class SubscriptionOfferPhase
|
777
2342
|
# @private
|
778
2343
|
class Representation < Google::Apis::Core::JsonRepresentation
|
779
|
-
property :
|
780
|
-
property :
|
2344
|
+
property :duration, as: 'duration'
|
2345
|
+
property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhaseConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhaseConfig::Representation
|
2346
|
+
|
2347
|
+
property :recurrence_count, as: 'recurrenceCount'
|
2348
|
+
collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferPhaseConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferPhaseConfig::Representation
|
2349
|
+
|
781
2350
|
end
|
782
2351
|
end
|
783
2352
|
|
784
|
-
class
|
2353
|
+
class SubscriptionOfferTargeting
|
785
2354
|
# @private
|
786
2355
|
class Representation < Google::Apis::Core::JsonRepresentation
|
787
|
-
property :
|
788
|
-
|
2356
|
+
property :acquisition_rule, as: 'acquisitionRule', class: Google::Apis::AndroidpublisherV3::AcquisitionTargetingRule, decorator: Google::Apis::AndroidpublisherV3::AcquisitionTargetingRule::Representation
|
2357
|
+
|
2358
|
+
property :upgrade_rule, as: 'upgradeRule', class: Google::Apis::AndroidpublisherV3::UpgradeTargetingRule, decorator: Google::Apis::AndroidpublisherV3::UpgradeTargetingRule::Representation
|
2359
|
+
|
789
2360
|
end
|
790
2361
|
end
|
791
2362
|
|
@@ -836,6 +2407,47 @@ module Google
|
|
836
2407
|
end
|
837
2408
|
end
|
838
2409
|
|
2410
|
+
class SubscriptionPurchaseLineItem
|
2411
|
+
# @private
|
2412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2413
|
+
property :auto_renewing_plan, as: 'autoRenewingPlan', class: Google::Apis::AndroidpublisherV3::AutoRenewingPlan, decorator: Google::Apis::AndroidpublisherV3::AutoRenewingPlan::Representation
|
2414
|
+
|
2415
|
+
property :deferred_item_replacement, as: 'deferredItemReplacement', class: Google::Apis::AndroidpublisherV3::DeferredItemReplacement, decorator: Google::Apis::AndroidpublisherV3::DeferredItemReplacement::Representation
|
2416
|
+
|
2417
|
+
property :expiry_time, as: 'expiryTime'
|
2418
|
+
property :offer_details, as: 'offerDetails', class: Google::Apis::AndroidpublisherV3::OfferDetails, decorator: Google::Apis::AndroidpublisherV3::OfferDetails::Representation
|
2419
|
+
|
2420
|
+
property :prepaid_plan, as: 'prepaidPlan', class: Google::Apis::AndroidpublisherV3::PrepaidPlan, decorator: Google::Apis::AndroidpublisherV3::PrepaidPlan::Representation
|
2421
|
+
|
2422
|
+
property :product_id, as: 'productId'
|
2423
|
+
end
|
2424
|
+
end
|
2425
|
+
|
2426
|
+
class SubscriptionPurchaseV2
|
2427
|
+
# @private
|
2428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2429
|
+
property :acknowledgement_state, as: 'acknowledgementState'
|
2430
|
+
property :canceled_state_context, as: 'canceledStateContext', class: Google::Apis::AndroidpublisherV3::CanceledStateContext, decorator: Google::Apis::AndroidpublisherV3::CanceledStateContext::Representation
|
2431
|
+
|
2432
|
+
property :external_account_identifiers, as: 'externalAccountIdentifiers', class: Google::Apis::AndroidpublisherV3::ExternalAccountIdentifiers, decorator: Google::Apis::AndroidpublisherV3::ExternalAccountIdentifiers::Representation
|
2433
|
+
|
2434
|
+
property :kind, as: 'kind'
|
2435
|
+
property :latest_order_id, as: 'latestOrderId'
|
2436
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::AndroidpublisherV3::SubscriptionPurchaseLineItem, decorator: Google::Apis::AndroidpublisherV3::SubscriptionPurchaseLineItem::Representation
|
2437
|
+
|
2438
|
+
property :linked_purchase_token, as: 'linkedPurchaseToken'
|
2439
|
+
property :paused_state_context, as: 'pausedStateContext', class: Google::Apis::AndroidpublisherV3::PausedStateContext, decorator: Google::Apis::AndroidpublisherV3::PausedStateContext::Representation
|
2440
|
+
|
2441
|
+
property :region_code, as: 'regionCode'
|
2442
|
+
property :start_time, as: 'startTime'
|
2443
|
+
property :subscribe_with_google_info, as: 'subscribeWithGoogleInfo', class: Google::Apis::AndroidpublisherV3::SubscribeWithGoogleInfo, decorator: Google::Apis::AndroidpublisherV3::SubscribeWithGoogleInfo::Representation
|
2444
|
+
|
2445
|
+
property :subscription_state, as: 'subscriptionState'
|
2446
|
+
property :test_purchase, as: 'testPurchase', class: Google::Apis::AndroidpublisherV3::TestPurchase, decorator: Google::Apis::AndroidpublisherV3::TestPurchase::Representation
|
2447
|
+
|
2448
|
+
end
|
2449
|
+
end
|
2450
|
+
|
839
2451
|
class SubscriptionPurchasesAcknowledgeRequest
|
840
2452
|
# @private
|
841
2453
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -858,6 +2470,25 @@ module Google
|
|
858
2470
|
end
|
859
2471
|
end
|
860
2472
|
|
2473
|
+
class SubscriptionTaxAndComplianceSettings
|
2474
|
+
# @private
|
2475
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2476
|
+
property :eea_withdrawal_right_type, as: 'eeaWithdrawalRightType'
|
2477
|
+
property :is_tokenized_digital_asset, as: 'isTokenizedDigitalAsset'
|
2478
|
+
hash :tax_rate_info_by_region_code, as: 'taxRateInfoByRegionCode', class: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo, decorator: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo::Representation
|
2479
|
+
|
2480
|
+
end
|
2481
|
+
end
|
2482
|
+
|
2483
|
+
class SystemApkOptions
|
2484
|
+
# @private
|
2485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2486
|
+
property :rotated, as: 'rotated'
|
2487
|
+
property :uncompressed_dex_files, as: 'uncompressedDexFiles'
|
2488
|
+
property :uncompressed_native_libraries, as: 'uncompressedNativeLibraries'
|
2489
|
+
end
|
2490
|
+
end
|
2491
|
+
|
861
2492
|
class SystemApksListResponse
|
862
2493
|
# @private
|
863
2494
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -866,6 +2497,43 @@ module Google
|
|
866
2497
|
end
|
867
2498
|
end
|
868
2499
|
|
2500
|
+
class SystemFeature
|
2501
|
+
# @private
|
2502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2503
|
+
property :name, as: 'name'
|
2504
|
+
end
|
2505
|
+
end
|
2506
|
+
|
2507
|
+
class SystemInitiatedCancellation
|
2508
|
+
# @private
|
2509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2510
|
+
end
|
2511
|
+
end
|
2512
|
+
|
2513
|
+
class TargetingInfo
|
2514
|
+
# @private
|
2515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2516
|
+
collection :asset_slice_set, as: 'assetSliceSet', class: Google::Apis::AndroidpublisherV3::AssetSliceSet, decorator: Google::Apis::AndroidpublisherV3::AssetSliceSet::Representation
|
2517
|
+
|
2518
|
+
property :package_name, as: 'packageName'
|
2519
|
+
collection :variant, as: 'variant', class: Google::Apis::AndroidpublisherV3::SplitApkVariant, decorator: Google::Apis::AndroidpublisherV3::SplitApkVariant::Representation
|
2520
|
+
|
2521
|
+
end
|
2522
|
+
end
|
2523
|
+
|
2524
|
+
class TargetingRuleScope
|
2525
|
+
# @private
|
2526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2527
|
+
property :specific_subscription_in_app, as: 'specificSubscriptionInApp'
|
2528
|
+
end
|
2529
|
+
end
|
2530
|
+
|
2531
|
+
class TestPurchase
|
2532
|
+
# @private
|
2533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2534
|
+
end
|
2535
|
+
end
|
2536
|
+
|
869
2537
|
class Testers
|
870
2538
|
# @private
|
871
2539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -873,6 +2541,23 @@ module Google
|
|
873
2541
|
end
|
874
2542
|
end
|
875
2543
|
|
2544
|
+
class TextureCompressionFormat
|
2545
|
+
# @private
|
2546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2547
|
+
property :alias, as: 'alias'
|
2548
|
+
end
|
2549
|
+
end
|
2550
|
+
|
2551
|
+
class TextureCompressionFormatTargeting
|
2552
|
+
# @private
|
2553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2554
|
+
collection :alternatives, as: 'alternatives', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormat, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormat::Representation
|
2555
|
+
|
2556
|
+
collection :value, as: 'value', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormat, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormat::Representation
|
2557
|
+
|
2558
|
+
end
|
2559
|
+
end
|
2560
|
+
|
876
2561
|
class Timestamp
|
877
2562
|
# @private
|
878
2563
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -898,6 +2583,16 @@ module Google
|
|
898
2583
|
end
|
899
2584
|
end
|
900
2585
|
|
2586
|
+
class TrackCountryAvailability
|
2587
|
+
# @private
|
2588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2589
|
+
collection :countries, as: 'countries', class: Google::Apis::AndroidpublisherV3::TrackTargetedCountry, decorator: Google::Apis::AndroidpublisherV3::TrackTargetedCountry::Representation
|
2590
|
+
|
2591
|
+
property :rest_of_world, as: 'restOfWorld'
|
2592
|
+
property :sync_with_production, as: 'syncWithProduction'
|
2593
|
+
end
|
2594
|
+
end
|
2595
|
+
|
901
2596
|
class TrackRelease
|
902
2597
|
# @private
|
903
2598
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -913,6 +2608,13 @@ module Google
|
|
913
2608
|
end
|
914
2609
|
end
|
915
2610
|
|
2611
|
+
class TrackTargetedCountry
|
2612
|
+
# @private
|
2613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2614
|
+
property :country_code, as: 'countryCode'
|
2615
|
+
end
|
2616
|
+
end
|
2617
|
+
|
916
2618
|
class TracksListResponse
|
917
2619
|
# @private
|
918
2620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -922,6 +2624,30 @@ module Google
|
|
922
2624
|
end
|
923
2625
|
end
|
924
2626
|
|
2627
|
+
class UpgradeTargetingRule
|
2628
|
+
# @private
|
2629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2630
|
+
property :billing_period_duration, as: 'billingPeriodDuration'
|
2631
|
+
property :once_per_user, as: 'oncePerUser'
|
2632
|
+
property :scope, as: 'scope', class: Google::Apis::AndroidpublisherV3::TargetingRuleScope, decorator: Google::Apis::AndroidpublisherV3::TargetingRuleScope::Representation
|
2633
|
+
|
2634
|
+
end
|
2635
|
+
end
|
2636
|
+
|
2637
|
+
class User
|
2638
|
+
# @private
|
2639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2640
|
+
property :access_state, as: 'accessState'
|
2641
|
+
collection :developer_account_permissions, as: 'developerAccountPermissions'
|
2642
|
+
property :email, as: 'email'
|
2643
|
+
property :expiration_time, as: 'expirationTime'
|
2644
|
+
collection :grants, as: 'grants', class: Google::Apis::AndroidpublisherV3::Grant, decorator: Google::Apis::AndroidpublisherV3::Grant::Representation
|
2645
|
+
|
2646
|
+
property :name, as: 'name'
|
2647
|
+
property :partial, as: 'partial'
|
2648
|
+
end
|
2649
|
+
end
|
2650
|
+
|
925
2651
|
class UserComment
|
926
2652
|
# @private
|
927
2653
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -942,6 +2668,31 @@ module Google
|
|
942
2668
|
end
|
943
2669
|
end
|
944
2670
|
|
2671
|
+
class UserCountriesTargeting
|
2672
|
+
# @private
|
2673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2674
|
+
collection :country_codes, as: 'countryCodes'
|
2675
|
+
property :exclude, as: 'exclude'
|
2676
|
+
end
|
2677
|
+
end
|
2678
|
+
|
2679
|
+
class UserCountrySet
|
2680
|
+
# @private
|
2681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2682
|
+
collection :country_codes, as: 'countryCodes'
|
2683
|
+
property :name, as: 'name'
|
2684
|
+
end
|
2685
|
+
end
|
2686
|
+
|
2687
|
+
class UserInitiatedCancellation
|
2688
|
+
# @private
|
2689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2690
|
+
property :cancel_survey_result, as: 'cancelSurveyResult', class: Google::Apis::AndroidpublisherV3::CancelSurveyResult, decorator: Google::Apis::AndroidpublisherV3::CancelSurveyResult::Representation
|
2691
|
+
|
2692
|
+
property :cancel_time, as: 'cancelTime'
|
2693
|
+
end
|
2694
|
+
end
|
2695
|
+
|
945
2696
|
class UsesPermission
|
946
2697
|
# @private
|
947
2698
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -955,10 +2706,28 @@ module Google
|
|
955
2706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
956
2707
|
property :device_spec, as: 'deviceSpec', class: Google::Apis::AndroidpublisherV3::DeviceSpec, decorator: Google::Apis::AndroidpublisherV3::DeviceSpec::Representation
|
957
2708
|
|
2709
|
+
property :options, as: 'options', class: Google::Apis::AndroidpublisherV3::SystemApkOptions, decorator: Google::Apis::AndroidpublisherV3::SystemApkOptions::Representation
|
2710
|
+
|
958
2711
|
property :variant_id, as: 'variantId'
|
959
2712
|
end
|
960
2713
|
end
|
961
2714
|
|
2715
|
+
class VariantTargeting
|
2716
|
+
# @private
|
2717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2718
|
+
property :abi_targeting, as: 'abiTargeting', class: Google::Apis::AndroidpublisherV3::AbiTargeting, decorator: Google::Apis::AndroidpublisherV3::AbiTargeting::Representation
|
2719
|
+
|
2720
|
+
property :multi_abi_targeting, as: 'multiAbiTargeting', class: Google::Apis::AndroidpublisherV3::MultiAbiTargeting, decorator: Google::Apis::AndroidpublisherV3::MultiAbiTargeting::Representation
|
2721
|
+
|
2722
|
+
property :screen_density_targeting, as: 'screenDensityTargeting', class: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting, decorator: Google::Apis::AndroidpublisherV3::ScreenDensityTargeting::Representation
|
2723
|
+
|
2724
|
+
property :sdk_version_targeting, as: 'sdkVersionTargeting', class: Google::Apis::AndroidpublisherV3::SdkVersionTargeting, decorator: Google::Apis::AndroidpublisherV3::SdkVersionTargeting::Representation
|
2725
|
+
|
2726
|
+
property :texture_compression_format_targeting, as: 'textureCompressionFormatTargeting', class: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting, decorator: Google::Apis::AndroidpublisherV3::TextureCompressionFormatTargeting::Representation
|
2727
|
+
|
2728
|
+
end
|
2729
|
+
end
|
2730
|
+
|
962
2731
|
class VoidedPurchase
|
963
2732
|
# @private
|
964
2733
|
class Representation < Google::Apis::Core::JsonRepresentation
|