google-apis-androidpublisher_v3 0.2.0 → 0.41.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 +164 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/androidpublisher_v3/classes.rb +2785 -133
- data/lib/google/apis/androidpublisher_v3/gem_version.rb +3 -3
- data/lib/google/apis/androidpublisher_v3/representations.rb +1519 -202
- data/lib/google/apis/androidpublisher_v3/service.rb +1578 -163
- data/lib/google/apis/androidpublisher_v3.rb +3 -1
- metadata +16 -10
@@ -22,6 +22,24 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module AndroidpublisherV3
|
24
24
|
|
25
|
+
class AcquisitionTargetingRule
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class ActivateBasePlanRequest
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class ActivateSubscriptionOfferRequest
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
25
43
|
class Apk
|
26
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
45
|
|
@@ -64,478 +82,1234 @@ module Google
|
|
64
82
|
include Google::Apis::Core::JsonObjectSupport
|
65
83
|
end
|
66
84
|
|
67
|
-
class
|
85
|
+
class ArchiveSubscriptionRequest
|
68
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
87
|
|
70
88
|
include Google::Apis::Core::JsonObjectSupport
|
71
89
|
end
|
72
90
|
|
73
|
-
class
|
91
|
+
class AutoRenewingBasePlanType
|
74
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
93
|
|
76
94
|
include Google::Apis::Core::JsonObjectSupport
|
77
95
|
end
|
78
96
|
|
79
|
-
class
|
97
|
+
class AutoRenewingPlan
|
80
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
99
|
|
82
100
|
include Google::Apis::Core::JsonObjectSupport
|
83
101
|
end
|
84
102
|
|
85
|
-
class
|
103
|
+
class BasePlan
|
86
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
105
|
|
88
106
|
include Google::Apis::Core::JsonObjectSupport
|
89
107
|
end
|
90
108
|
|
91
|
-
class
|
109
|
+
class Bundle
|
92
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
111
|
|
94
112
|
include Google::Apis::Core::JsonObjectSupport
|
95
113
|
end
|
96
114
|
|
97
|
-
class
|
115
|
+
class BundlesListResponse
|
98
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
117
|
|
100
118
|
include Google::Apis::Core::JsonObjectSupport
|
101
119
|
end
|
102
120
|
|
103
|
-
class
|
121
|
+
class CancelSurveyResult
|
104
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
123
|
|
106
124
|
include Google::Apis::Core::JsonObjectSupport
|
107
125
|
end
|
108
126
|
|
109
|
-
class
|
127
|
+
class CanceledStateContext
|
110
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
129
|
|
112
130
|
include Google::Apis::Core::JsonObjectSupport
|
113
131
|
end
|
114
132
|
|
115
|
-
class
|
133
|
+
class Comment
|
116
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
135
|
|
118
136
|
include Google::Apis::Core::JsonObjectSupport
|
119
137
|
end
|
120
138
|
|
121
|
-
class
|
139
|
+
class ConvertRegionPricesRequest
|
122
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
141
|
|
124
142
|
include Google::Apis::Core::JsonObjectSupport
|
125
143
|
end
|
126
144
|
|
127
|
-
class
|
145
|
+
class ConvertRegionPricesResponse
|
128
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
147
|
|
130
148
|
include Google::Apis::Core::JsonObjectSupport
|
131
149
|
end
|
132
150
|
|
133
|
-
class
|
151
|
+
class ConvertedOtherRegionsPrice
|
134
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
153
|
|
136
154
|
include Google::Apis::Core::JsonObjectSupport
|
137
155
|
end
|
138
156
|
|
139
|
-
class
|
157
|
+
class ConvertedRegionPrice
|
140
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
159
|
|
142
160
|
include Google::Apis::Core::JsonObjectSupport
|
143
161
|
end
|
144
162
|
|
145
|
-
class
|
163
|
+
class CountryTargeting
|
146
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
165
|
|
148
166
|
include Google::Apis::Core::JsonObjectSupport
|
149
167
|
end
|
150
168
|
|
151
|
-
class
|
169
|
+
class DeactivateBasePlanRequest
|
152
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
171
|
|
154
172
|
include Google::Apis::Core::JsonObjectSupport
|
155
173
|
end
|
156
174
|
|
157
|
-
class
|
175
|
+
class DeactivateSubscriptionOfferRequest
|
158
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
177
|
|
160
178
|
include Google::Apis::Core::JsonObjectSupport
|
161
179
|
end
|
162
180
|
|
163
|
-
class
|
181
|
+
class DeobfuscationFile
|
164
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
183
|
|
166
184
|
include Google::Apis::Core::JsonObjectSupport
|
167
185
|
end
|
168
186
|
|
169
|
-
class
|
187
|
+
class DeobfuscationFilesUploadResponse
|
170
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
189
|
|
172
190
|
include Google::Apis::Core::JsonObjectSupport
|
173
191
|
end
|
174
192
|
|
175
|
-
class
|
193
|
+
class DeveloperComment
|
176
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
195
|
|
178
196
|
include Google::Apis::Core::JsonObjectSupport
|
179
197
|
end
|
180
198
|
|
181
|
-
class
|
199
|
+
class DeveloperInitiatedCancellation
|
182
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
201
|
|
184
202
|
include Google::Apis::Core::JsonObjectSupport
|
185
203
|
end
|
186
204
|
|
187
|
-
class
|
205
|
+
class DeviceGroup
|
188
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
207
|
|
190
208
|
include Google::Apis::Core::JsonObjectSupport
|
191
209
|
end
|
192
210
|
|
193
|
-
class
|
211
|
+
class DeviceId
|
194
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
213
|
|
196
214
|
include Google::Apis::Core::JsonObjectSupport
|
197
215
|
end
|
198
216
|
|
199
|
-
class
|
217
|
+
class DeviceMetadata
|
200
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
219
|
|
202
220
|
include Google::Apis::Core::JsonObjectSupport
|
203
221
|
end
|
204
222
|
|
205
|
-
class
|
223
|
+
class DeviceRam
|
206
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
225
|
|
208
226
|
include Google::Apis::Core::JsonObjectSupport
|
209
227
|
end
|
210
228
|
|
211
|
-
class
|
229
|
+
class DeviceSelector
|
212
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
231
|
|
214
232
|
include Google::Apis::Core::JsonObjectSupport
|
215
233
|
end
|
216
234
|
|
217
|
-
class
|
235
|
+
class DeviceSpec
|
218
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
237
|
|
220
238
|
include Google::Apis::Core::JsonObjectSupport
|
221
239
|
end
|
222
240
|
|
223
|
-
class
|
241
|
+
class DeviceTier
|
224
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
243
|
|
226
244
|
include Google::Apis::Core::JsonObjectSupport
|
227
245
|
end
|
228
246
|
|
229
|
-
class
|
247
|
+
class DeviceTierConfig
|
230
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
249
|
|
232
250
|
include Google::Apis::Core::JsonObjectSupport
|
233
251
|
end
|
234
252
|
|
235
|
-
class
|
253
|
+
class DeviceTierSet
|
236
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
255
|
|
238
256
|
include Google::Apis::Core::JsonObjectSupport
|
239
257
|
end
|
240
258
|
|
241
|
-
class
|
259
|
+
class ExpansionFile
|
242
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
261
|
|
244
262
|
include Google::Apis::Core::JsonObjectSupport
|
245
263
|
end
|
246
264
|
|
247
|
-
class
|
265
|
+
class ExpansionFilesUploadResponse
|
248
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
267
|
|
250
268
|
include Google::Apis::Core::JsonObjectSupport
|
251
269
|
end
|
252
270
|
|
253
|
-
class
|
271
|
+
class ExternalAccountIdentifiers
|
254
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
273
|
|
256
274
|
include Google::Apis::Core::JsonObjectSupport
|
257
275
|
end
|
258
276
|
|
259
|
-
class
|
277
|
+
class ExternalSubscription
|
260
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
279
|
|
262
280
|
include Google::Apis::Core::JsonObjectSupport
|
263
281
|
end
|
264
282
|
|
265
|
-
class
|
283
|
+
class ExternalTransaction
|
266
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
285
|
|
268
286
|
include Google::Apis::Core::JsonObjectSupport
|
269
287
|
end
|
270
288
|
|
271
|
-
class
|
289
|
+
class ExternalTransactionAddress
|
272
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
291
|
|
274
292
|
include Google::Apis::Core::JsonObjectSupport
|
275
293
|
end
|
276
294
|
|
277
|
-
class
|
295
|
+
class ExternalTransactionTestPurchase
|
278
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
297
|
|
280
298
|
include Google::Apis::Core::JsonObjectSupport
|
281
299
|
end
|
282
300
|
|
283
|
-
class
|
301
|
+
class ExternallyHostedApk
|
284
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
303
|
|
286
304
|
include Google::Apis::Core::JsonObjectSupport
|
287
305
|
end
|
288
306
|
|
289
|
-
class
|
307
|
+
class FullRefund
|
290
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
309
|
|
292
310
|
include Google::Apis::Core::JsonObjectSupport
|
293
311
|
end
|
294
312
|
|
295
|
-
class
|
313
|
+
class GeneratedApksListResponse
|
296
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
315
|
|
298
316
|
include Google::Apis::Core::JsonObjectSupport
|
299
317
|
end
|
300
318
|
|
301
|
-
class
|
319
|
+
class GeneratedApksPerSigningKey
|
302
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
321
|
|
304
322
|
include Google::Apis::Core::JsonObjectSupport
|
305
323
|
end
|
306
324
|
|
307
|
-
class
|
325
|
+
class GeneratedAssetPackSlice
|
308
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
327
|
|
310
328
|
include Google::Apis::Core::JsonObjectSupport
|
311
329
|
end
|
312
330
|
|
313
|
-
class
|
331
|
+
class GeneratedSplitApk
|
314
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
333
|
|
316
334
|
include Google::Apis::Core::JsonObjectSupport
|
317
335
|
end
|
318
336
|
|
319
|
-
class
|
337
|
+
class GeneratedStandaloneApk
|
320
338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
339
|
|
322
340
|
include Google::Apis::Core::JsonObjectSupport
|
323
341
|
end
|
324
342
|
|
325
|
-
class
|
343
|
+
class GeneratedUniversalApk
|
326
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
345
|
|
328
346
|
include Google::Apis::Core::JsonObjectSupport
|
329
347
|
end
|
330
348
|
|
331
|
-
class
|
349
|
+
class Grant
|
332
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
351
|
|
334
352
|
include Google::Apis::Core::JsonObjectSupport
|
335
353
|
end
|
336
354
|
|
337
|
-
class
|
355
|
+
class Image
|
338
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
357
|
|
340
358
|
include Google::Apis::Core::JsonObjectSupport
|
341
359
|
end
|
342
360
|
|
343
|
-
class
|
361
|
+
class ImagesDeleteAllResponse
|
344
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
363
|
|
346
364
|
include Google::Apis::Core::JsonObjectSupport
|
347
365
|
end
|
348
366
|
|
349
|
-
class
|
367
|
+
class ImagesListResponse
|
350
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
369
|
|
352
370
|
include Google::Apis::Core::JsonObjectSupport
|
353
371
|
end
|
354
372
|
|
355
|
-
class
|
373
|
+
class ImagesUploadResponse
|
356
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
375
|
|
358
376
|
include Google::Apis::Core::JsonObjectSupport
|
359
377
|
end
|
360
378
|
|
361
|
-
class
|
379
|
+
class InAppProduct
|
362
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
381
|
|
364
382
|
include Google::Apis::Core::JsonObjectSupport
|
365
383
|
end
|
366
384
|
|
367
|
-
class
|
385
|
+
class InAppProductListing
|
368
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
387
|
|
370
388
|
include Google::Apis::Core::JsonObjectSupport
|
371
389
|
end
|
372
390
|
|
373
|
-
class
|
391
|
+
class InappproductsListResponse
|
374
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
393
|
|
376
394
|
include Google::Apis::Core::JsonObjectSupport
|
377
395
|
end
|
378
396
|
|
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
|
397
|
+
class InternalAppSharingArtifact
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
383
399
|
|
384
|
-
|
385
|
-
end
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
386
401
|
end
|
387
402
|
|
388
|
-
class
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
property :sha256, as: 'sha256'
|
393
|
-
end
|
403
|
+
class IntroductoryPriceInfo
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
394
407
|
end
|
395
408
|
|
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
|
409
|
+
class ListDeviceTierConfigsResponse
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
400
411
|
|
401
|
-
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
402
413
|
end
|
403
414
|
|
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
|
415
|
+
class ListSubscriptionOffersResponse
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
408
417
|
|
409
|
-
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
410
419
|
end
|
411
420
|
|
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
|
421
|
+
class ListSubscriptionsResponse
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
416
423
|
|
417
|
-
|
418
|
-
end
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
425
|
end
|
420
426
|
|
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
|
427
|
+
class ListUsersResponse
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
429
431
|
end
|
430
432
|
|
431
|
-
class
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
property :id, as: 'id'
|
436
|
-
end
|
433
|
+
class Listing
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
437
|
end
|
438
438
|
|
439
|
-
class
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
property :sha256, as: 'sha256'
|
444
|
-
property :version_code, as: 'versionCode'
|
445
|
-
end
|
439
|
+
class ListingsListResponse
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
446
443
|
end
|
447
444
|
|
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
|
445
|
+
class LocalizedText
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
452
447
|
|
453
|
-
|
454
|
-
end
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
449
|
end
|
456
450
|
|
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
|
451
|
+
class ManagedProductTaxAndComplianceSettings
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
461
453
|
|
462
|
-
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
463
456
|
|
464
|
-
|
457
|
+
class MigrateBasePlanPricesRequest
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
465
461
|
end
|
466
462
|
|
467
|
-
class
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
property :include_rest_of_world, as: 'includeRestOfWorld'
|
472
|
-
end
|
463
|
+
class MigrateBasePlanPricesResponse
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
467
|
end
|
474
468
|
|
475
|
-
class
|
476
|
-
|
477
|
-
|
478
|
-
|
479
|
-
end
|
469
|
+
class Money
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
480
473
|
end
|
481
474
|
|
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
|
475
|
+
class OfferDetails
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
486
477
|
|
487
|
-
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
488
479
|
end
|
489
480
|
|
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
|
481
|
+
class OfferTag
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
494
483
|
|
495
|
-
|
496
|
-
end
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
485
|
end
|
498
486
|
|
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
|
487
|
+
class OneTimeExternalTransaction
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
514
491
|
end
|
515
492
|
|
516
|
-
class
|
517
|
-
|
518
|
-
|
519
|
-
|
520
|
-
collection :supported_abis, as: 'supportedAbis'
|
521
|
-
collection :supported_locales, as: 'supportedLocales'
|
522
|
-
end
|
493
|
+
class OtherRegionsBasePlanConfig
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
523
497
|
end
|
524
498
|
|
525
|
-
class
|
526
|
-
|
527
|
-
|
528
|
-
|
529
|
-
property :references_version, as: 'referencesVersion'
|
530
|
-
end
|
499
|
+
class OtherRegionsSubscriptionOfferConfig
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
531
503
|
end
|
532
504
|
|
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
|
505
|
+
class OtherRegionsSubscriptionOfferPhaseConfig
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
507
|
|
538
|
-
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class OtherRegionsSubscriptionOfferPhasePrices
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class PageInfo
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class PartialRefund
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class PausedStateContext
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class PrepaidBasePlanType
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class PrepaidPlan
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class Price
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class ProductPurchase
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class ProductPurchasesAcknowledgeRequest
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class RecurringExternalTransaction
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class RefundExternalTransactionRequest
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class RegionalBasePlanConfig
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class RegionalPriceMigrationConfig
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class RegionalSubscriptionOfferConfig
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class RegionalSubscriptionOfferPhaseConfig
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class RegionalTaxRateInfo
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class RegionsVersion
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class ReplacementCancellation
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class Review
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class ReviewReplyResult
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class ReviewsListResponse
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class ReviewsReplyRequest
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class ReviewsReplyResponse
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class SubscribeWithGoogleInfo
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class Subscription
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class SubscriptionCancelSurveyResult
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class SubscriptionDeferralInfo
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class SubscriptionItemPriceChangeDetails
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class SubscriptionListing
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class SubscriptionOffer
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class SubscriptionOfferPhase
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class SubscriptionOfferTargeting
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class SubscriptionPriceChange
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class SubscriptionPurchase
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class SubscriptionPurchaseLineItem
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class SubscriptionPurchaseV2
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class SubscriptionPurchasesAcknowledgeRequest
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class SubscriptionPurchasesDeferRequest
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class SubscriptionPurchasesDeferResponse
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class SubscriptionTaxAndComplianceSettings
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class SystemApksListResponse
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class SystemFeature
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class SystemInitiatedCancellation
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class TargetingRuleScope
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class TestPurchase
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class Testers
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class Timestamp
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class TokenPagination
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
799
|
+
class Track
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class TrackCountryAvailability
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class TrackRelease
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class TrackTargetedCountry
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class TracksListResponse
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class UpgradeTargetingRule
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class User
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class UserComment
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
|
+
|
844
|
+
include Google::Apis::Core::JsonObjectSupport
|
845
|
+
end
|
846
|
+
|
847
|
+
class UserCountrySet
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
|
+
|
850
|
+
include Google::Apis::Core::JsonObjectSupport
|
851
|
+
end
|
852
|
+
|
853
|
+
class UserInitiatedCancellation
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
859
|
+
class UsesPermission
|
860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
|
+
|
862
|
+
include Google::Apis::Core::JsonObjectSupport
|
863
|
+
end
|
864
|
+
|
865
|
+
class Variant
|
866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
|
+
|
868
|
+
include Google::Apis::Core::JsonObjectSupport
|
869
|
+
end
|
870
|
+
|
871
|
+
class VoidedPurchase
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
|
+
|
874
|
+
include Google::Apis::Core::JsonObjectSupport
|
875
|
+
end
|
876
|
+
|
877
|
+
class VoidedPurchasesListResponse
|
878
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
|
+
|
880
|
+
include Google::Apis::Core::JsonObjectSupport
|
881
|
+
end
|
882
|
+
|
883
|
+
class AcquisitionTargetingRule
|
884
|
+
# @private
|
885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
886
|
+
property :scope, as: 'scope', class: Google::Apis::AndroidpublisherV3::TargetingRuleScope, decorator: Google::Apis::AndroidpublisherV3::TargetingRuleScope::Representation
|
887
|
+
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
891
|
+
class ActivateBasePlanRequest
|
892
|
+
# @private
|
893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
894
|
+
end
|
895
|
+
end
|
896
|
+
|
897
|
+
class ActivateSubscriptionOfferRequest
|
898
|
+
# @private
|
899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
900
|
+
end
|
901
|
+
end
|
902
|
+
|
903
|
+
class Apk
|
904
|
+
# @private
|
905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
906
|
+
property :binary, as: 'binary', class: Google::Apis::AndroidpublisherV3::ApkBinary, decorator: Google::Apis::AndroidpublisherV3::ApkBinary::Representation
|
907
|
+
|
908
|
+
property :version_code, as: 'versionCode'
|
909
|
+
end
|
910
|
+
end
|
911
|
+
|
912
|
+
class ApkBinary
|
913
|
+
# @private
|
914
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
915
|
+
property :sha1, as: 'sha1'
|
916
|
+
property :sha256, as: 'sha256'
|
917
|
+
end
|
918
|
+
end
|
919
|
+
|
920
|
+
class ApksAddExternallyHostedRequest
|
921
|
+
# @private
|
922
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
923
|
+
property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
|
924
|
+
|
925
|
+
end
|
926
|
+
end
|
927
|
+
|
928
|
+
class ApksAddExternallyHostedResponse
|
929
|
+
# @private
|
930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
931
|
+
property :externally_hosted_apk, as: 'externallyHostedApk', class: Google::Apis::AndroidpublisherV3::ExternallyHostedApk, decorator: Google::Apis::AndroidpublisherV3::ExternallyHostedApk::Representation
|
932
|
+
|
933
|
+
end
|
934
|
+
end
|
935
|
+
|
936
|
+
class ApksListResponse
|
937
|
+
# @private
|
938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
939
|
+
collection :apks, as: 'apks', class: Google::Apis::AndroidpublisherV3::Apk, decorator: Google::Apis::AndroidpublisherV3::Apk::Representation
|
940
|
+
|
941
|
+
property :kind, as: 'kind'
|
942
|
+
end
|
943
|
+
end
|
944
|
+
|
945
|
+
class AppDetails
|
946
|
+
# @private
|
947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
948
|
+
property :contact_email, as: 'contactEmail'
|
949
|
+
property :contact_phone, as: 'contactPhone'
|
950
|
+
property :contact_website, as: 'contactWebsite'
|
951
|
+
property :default_language, as: 'defaultLanguage'
|
952
|
+
end
|
953
|
+
end
|
954
|
+
|
955
|
+
class AppEdit
|
956
|
+
# @private
|
957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
958
|
+
property :expiry_time_seconds, as: 'expiryTimeSeconds'
|
959
|
+
property :id, as: 'id'
|
960
|
+
end
|
961
|
+
end
|
962
|
+
|
963
|
+
class ArchiveSubscriptionRequest
|
964
|
+
# @private
|
965
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
966
|
+
end
|
967
|
+
end
|
968
|
+
|
969
|
+
class AutoRenewingBasePlanType
|
970
|
+
# @private
|
971
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
972
|
+
property :billing_period_duration, as: 'billingPeriodDuration'
|
973
|
+
property :grace_period_duration, as: 'gracePeriodDuration'
|
974
|
+
property :legacy_compatible, as: 'legacyCompatible'
|
975
|
+
property :legacy_compatible_subscription_offer_id, as: 'legacyCompatibleSubscriptionOfferId'
|
976
|
+
property :proration_mode, as: 'prorationMode'
|
977
|
+
property :resubscribe_state, as: 'resubscribeState'
|
978
|
+
end
|
979
|
+
end
|
980
|
+
|
981
|
+
class AutoRenewingPlan
|
982
|
+
# @private
|
983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
984
|
+
property :auto_renew_enabled, as: 'autoRenewEnabled'
|
985
|
+
property :price_change_details, as: 'priceChangeDetails', class: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails, decorator: Google::Apis::AndroidpublisherV3::SubscriptionItemPriceChangeDetails::Representation
|
986
|
+
|
987
|
+
end
|
988
|
+
end
|
989
|
+
|
990
|
+
class BasePlan
|
991
|
+
# @private
|
992
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
993
|
+
property :auto_renewing_base_plan_type, as: 'autoRenewingBasePlanType', class: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType, decorator: Google::Apis::AndroidpublisherV3::AutoRenewingBasePlanType::Representation
|
994
|
+
|
995
|
+
property :base_plan_id, as: 'basePlanId'
|
996
|
+
collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
|
997
|
+
|
998
|
+
property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsBasePlanConfig::Representation
|
999
|
+
|
1000
|
+
property :prepaid_base_plan_type, as: 'prepaidBasePlanType', class: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType, decorator: Google::Apis::AndroidpublisherV3::PrepaidBasePlanType::Representation
|
1001
|
+
|
1002
|
+
collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalBasePlanConfig::Representation
|
1003
|
+
|
1004
|
+
property :state, as: 'state'
|
1005
|
+
end
|
1006
|
+
end
|
1007
|
+
|
1008
|
+
class Bundle
|
1009
|
+
# @private
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1011
|
+
property :sha1, as: 'sha1'
|
1012
|
+
property :sha256, as: 'sha256'
|
1013
|
+
property :version_code, as: 'versionCode'
|
1014
|
+
end
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class BundlesListResponse
|
1018
|
+
# @private
|
1019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1020
|
+
collection :bundles, as: 'bundles', class: Google::Apis::AndroidpublisherV3::Bundle, decorator: Google::Apis::AndroidpublisherV3::Bundle::Representation
|
1021
|
+
|
1022
|
+
property :kind, as: 'kind'
|
1023
|
+
end
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
class CancelSurveyResult
|
1027
|
+
# @private
|
1028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1029
|
+
property :reason, as: 'reason'
|
1030
|
+
property :reason_user_input, as: 'reasonUserInput'
|
1031
|
+
end
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class CanceledStateContext
|
1035
|
+
# @private
|
1036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1037
|
+
property :developer_initiated_cancellation, as: 'developerInitiatedCancellation', class: Google::Apis::AndroidpublisherV3::DeveloperInitiatedCancellation, decorator: Google::Apis::AndroidpublisherV3::DeveloperInitiatedCancellation::Representation
|
1038
|
+
|
1039
|
+
property :replacement_cancellation, as: 'replacementCancellation', class: Google::Apis::AndroidpublisherV3::ReplacementCancellation, decorator: Google::Apis::AndroidpublisherV3::ReplacementCancellation::Representation
|
1040
|
+
|
1041
|
+
property :system_initiated_cancellation, as: 'systemInitiatedCancellation', class: Google::Apis::AndroidpublisherV3::SystemInitiatedCancellation, decorator: Google::Apis::AndroidpublisherV3::SystemInitiatedCancellation::Representation
|
1042
|
+
|
1043
|
+
property :user_initiated_cancellation, as: 'userInitiatedCancellation', class: Google::Apis::AndroidpublisherV3::UserInitiatedCancellation, decorator: Google::Apis::AndroidpublisherV3::UserInitiatedCancellation::Representation
|
1044
|
+
|
1045
|
+
end
|
1046
|
+
end
|
1047
|
+
|
1048
|
+
class Comment
|
1049
|
+
# @private
|
1050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1051
|
+
property :developer_comment, as: 'developerComment', class: Google::Apis::AndroidpublisherV3::DeveloperComment, decorator: Google::Apis::AndroidpublisherV3::DeveloperComment::Representation
|
1052
|
+
|
1053
|
+
property :user_comment, as: 'userComment', class: Google::Apis::AndroidpublisherV3::UserComment, decorator: Google::Apis::AndroidpublisherV3::UserComment::Representation
|
1054
|
+
|
1055
|
+
end
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
class ConvertRegionPricesRequest
|
1059
|
+
# @private
|
1060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1061
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1062
|
+
|
1063
|
+
end
|
1064
|
+
end
|
1065
|
+
|
1066
|
+
class ConvertRegionPricesResponse
|
1067
|
+
# @private
|
1068
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1069
|
+
property :converted_other_regions_price, as: 'convertedOtherRegionsPrice', class: Google::Apis::AndroidpublisherV3::ConvertedOtherRegionsPrice, decorator: Google::Apis::AndroidpublisherV3::ConvertedOtherRegionsPrice::Representation
|
1070
|
+
|
1071
|
+
hash :converted_region_prices, as: 'convertedRegionPrices', class: Google::Apis::AndroidpublisherV3::ConvertedRegionPrice, decorator: Google::Apis::AndroidpublisherV3::ConvertedRegionPrice::Representation
|
1072
|
+
|
1073
|
+
end
|
1074
|
+
end
|
1075
|
+
|
1076
|
+
class ConvertedOtherRegionsPrice
|
1077
|
+
# @private
|
1078
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1079
|
+
property :eur_price, as: 'eurPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1080
|
+
|
1081
|
+
property :usd_price, as: 'usdPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1082
|
+
|
1083
|
+
end
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class ConvertedRegionPrice
|
1087
|
+
# @private
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1089
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1090
|
+
|
1091
|
+
property :region_code, as: 'regionCode'
|
1092
|
+
property :tax_amount, as: 'taxAmount', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1093
|
+
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
class CountryTargeting
|
1098
|
+
# @private
|
1099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1100
|
+
collection :countries, as: 'countries'
|
1101
|
+
property :include_rest_of_world, as: 'includeRestOfWorld'
|
1102
|
+
end
|
1103
|
+
end
|
1104
|
+
|
1105
|
+
class DeactivateBasePlanRequest
|
1106
|
+
# @private
|
1107
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1108
|
+
end
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class DeactivateSubscriptionOfferRequest
|
1112
|
+
# @private
|
1113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1114
|
+
end
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class DeobfuscationFile
|
1118
|
+
# @private
|
1119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1120
|
+
property :symbol_type, as: 'symbolType'
|
1121
|
+
end
|
1122
|
+
end
|
1123
|
+
|
1124
|
+
class DeobfuscationFilesUploadResponse
|
1125
|
+
# @private
|
1126
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1127
|
+
property :deobfuscation_file, as: 'deobfuscationFile', class: Google::Apis::AndroidpublisherV3::DeobfuscationFile, decorator: Google::Apis::AndroidpublisherV3::DeobfuscationFile::Representation
|
1128
|
+
|
1129
|
+
end
|
1130
|
+
end
|
1131
|
+
|
1132
|
+
class DeveloperComment
|
1133
|
+
# @private
|
1134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1135
|
+
property :last_modified, as: 'lastModified', class: Google::Apis::AndroidpublisherV3::Timestamp, decorator: Google::Apis::AndroidpublisherV3::Timestamp::Representation
|
1136
|
+
|
1137
|
+
property :text, as: 'text'
|
1138
|
+
end
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class DeveloperInitiatedCancellation
|
1142
|
+
# @private
|
1143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1144
|
+
end
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class DeviceGroup
|
1148
|
+
# @private
|
1149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1150
|
+
collection :device_selectors, as: 'deviceSelectors', class: Google::Apis::AndroidpublisherV3::DeviceSelector, decorator: Google::Apis::AndroidpublisherV3::DeviceSelector::Representation
|
1151
|
+
|
1152
|
+
property :name, as: 'name'
|
1153
|
+
end
|
1154
|
+
end
|
1155
|
+
|
1156
|
+
class DeviceId
|
1157
|
+
# @private
|
1158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1159
|
+
property :build_brand, as: 'buildBrand'
|
1160
|
+
property :build_device, as: 'buildDevice'
|
1161
|
+
end
|
1162
|
+
end
|
1163
|
+
|
1164
|
+
class DeviceMetadata
|
1165
|
+
# @private
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1167
|
+
property :cpu_make, as: 'cpuMake'
|
1168
|
+
property :cpu_model, as: 'cpuModel'
|
1169
|
+
property :device_class, as: 'deviceClass'
|
1170
|
+
property :gl_es_version, as: 'glEsVersion'
|
1171
|
+
property :manufacturer, as: 'manufacturer'
|
1172
|
+
property :native_platform, as: 'nativePlatform'
|
1173
|
+
property :product_name, as: 'productName'
|
1174
|
+
property :ram_mb, as: 'ramMb'
|
1175
|
+
property :screen_density_dpi, as: 'screenDensityDpi'
|
1176
|
+
property :screen_height_px, as: 'screenHeightPx'
|
1177
|
+
property :screen_width_px, as: 'screenWidthPx'
|
1178
|
+
end
|
1179
|
+
end
|
1180
|
+
|
1181
|
+
class DeviceRam
|
1182
|
+
# @private
|
1183
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1184
|
+
property :max_bytes, :numeric_string => true, as: 'maxBytes'
|
1185
|
+
property :min_bytes, :numeric_string => true, as: 'minBytes'
|
1186
|
+
end
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class DeviceSelector
|
1190
|
+
# @private
|
1191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1192
|
+
property :device_ram, as: 'deviceRam', class: Google::Apis::AndroidpublisherV3::DeviceRam, decorator: Google::Apis::AndroidpublisherV3::DeviceRam::Representation
|
1193
|
+
|
1194
|
+
collection :excluded_device_ids, as: 'excludedDeviceIds', class: Google::Apis::AndroidpublisherV3::DeviceId, decorator: Google::Apis::AndroidpublisherV3::DeviceId::Representation
|
1195
|
+
|
1196
|
+
collection :forbidden_system_features, as: 'forbiddenSystemFeatures', class: Google::Apis::AndroidpublisherV3::SystemFeature, decorator: Google::Apis::AndroidpublisherV3::SystemFeature::Representation
|
1197
|
+
|
1198
|
+
collection :included_device_ids, as: 'includedDeviceIds', class: Google::Apis::AndroidpublisherV3::DeviceId, decorator: Google::Apis::AndroidpublisherV3::DeviceId::Representation
|
1199
|
+
|
1200
|
+
collection :required_system_features, as: 'requiredSystemFeatures', class: Google::Apis::AndroidpublisherV3::SystemFeature, decorator: Google::Apis::AndroidpublisherV3::SystemFeature::Representation
|
1201
|
+
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class DeviceSpec
|
1206
|
+
# @private
|
1207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1208
|
+
property :screen_density, as: 'screenDensity'
|
1209
|
+
collection :supported_abis, as: 'supportedAbis'
|
1210
|
+
collection :supported_locales, as: 'supportedLocales'
|
1211
|
+
end
|
1212
|
+
end
|
1213
|
+
|
1214
|
+
class DeviceTier
|
1215
|
+
# @private
|
1216
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1217
|
+
collection :device_group_names, as: 'deviceGroupNames'
|
1218
|
+
property :level, as: 'level'
|
1219
|
+
end
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class DeviceTierConfig
|
1223
|
+
# @private
|
1224
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1225
|
+
collection :device_groups, as: 'deviceGroups', class: Google::Apis::AndroidpublisherV3::DeviceGroup, decorator: Google::Apis::AndroidpublisherV3::DeviceGroup::Representation
|
1226
|
+
|
1227
|
+
property :device_tier_config_id, :numeric_string => true, as: 'deviceTierConfigId'
|
1228
|
+
property :device_tier_set, as: 'deviceTierSet', class: Google::Apis::AndroidpublisherV3::DeviceTierSet, decorator: Google::Apis::AndroidpublisherV3::DeviceTierSet::Representation
|
1229
|
+
|
1230
|
+
collection :user_country_sets, as: 'userCountrySets', class: Google::Apis::AndroidpublisherV3::UserCountrySet, decorator: Google::Apis::AndroidpublisherV3::UserCountrySet::Representation
|
1231
|
+
|
1232
|
+
end
|
1233
|
+
end
|
1234
|
+
|
1235
|
+
class DeviceTierSet
|
1236
|
+
# @private
|
1237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1238
|
+
collection :device_tiers, as: 'deviceTiers', class: Google::Apis::AndroidpublisherV3::DeviceTier, decorator: Google::Apis::AndroidpublisherV3::DeviceTier::Representation
|
1239
|
+
|
1240
|
+
end
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class ExpansionFile
|
1244
|
+
# @private
|
1245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1246
|
+
property :file_size, :numeric_string => true, as: 'fileSize'
|
1247
|
+
property :references_version, as: 'referencesVersion'
|
1248
|
+
end
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
class ExpansionFilesUploadResponse
|
1252
|
+
# @private
|
1253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1254
|
+
property :expansion_file, as: 'expansionFile', class: Google::Apis::AndroidpublisherV3::ExpansionFile, decorator: Google::Apis::AndroidpublisherV3::ExpansionFile::Representation
|
1255
|
+
|
1256
|
+
end
|
1257
|
+
end
|
1258
|
+
|
1259
|
+
class ExternalAccountIdentifiers
|
1260
|
+
# @private
|
1261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1262
|
+
property :external_account_id, as: 'externalAccountId'
|
1263
|
+
property :obfuscated_external_account_id, as: 'obfuscatedExternalAccountId'
|
1264
|
+
property :obfuscated_external_profile_id, as: 'obfuscatedExternalProfileId'
|
1265
|
+
end
|
1266
|
+
end
|
1267
|
+
|
1268
|
+
class ExternalSubscription
|
1269
|
+
# @private
|
1270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1271
|
+
property :subscription_type, as: 'subscriptionType'
|
1272
|
+
end
|
1273
|
+
end
|
1274
|
+
|
1275
|
+
class ExternalTransaction
|
1276
|
+
# @private
|
1277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
+
property :create_time, as: 'createTime'
|
1279
|
+
property :current_pre_tax_amount, as: 'currentPreTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1280
|
+
|
1281
|
+
property :current_tax_amount, as: 'currentTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1282
|
+
|
1283
|
+
property :external_transaction_id, as: 'externalTransactionId'
|
1284
|
+
property :one_time_transaction, as: 'oneTimeTransaction', class: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction, decorator: Google::Apis::AndroidpublisherV3::OneTimeExternalTransaction::Representation
|
1285
|
+
|
1286
|
+
property :original_pre_tax_amount, as: 'originalPreTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1287
|
+
|
1288
|
+
property :original_tax_amount, as: 'originalTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
1289
|
+
|
1290
|
+
property :package_name, as: 'packageName'
|
1291
|
+
property :recurring_transaction, as: 'recurringTransaction', class: Google::Apis::AndroidpublisherV3::RecurringExternalTransaction, decorator: Google::Apis::AndroidpublisherV3::RecurringExternalTransaction::Representation
|
1292
|
+
|
1293
|
+
property :test_purchase, as: 'testPurchase', class: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionTestPurchase::Representation
|
1294
|
+
|
1295
|
+
property :transaction_state, as: 'transactionState'
|
1296
|
+
property :transaction_time, as: 'transactionTime'
|
1297
|
+
property :user_tax_address, as: 'userTaxAddress', class: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress, decorator: Google::Apis::AndroidpublisherV3::ExternalTransactionAddress::Representation
|
1298
|
+
|
1299
|
+
end
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class ExternalTransactionAddress
|
1303
|
+
# @private
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1305
|
+
property :region_code, as: 'regionCode'
|
1306
|
+
end
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class ExternalTransactionTestPurchase
|
1310
|
+
# @private
|
1311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1312
|
+
end
|
539
1313
|
end
|
540
1314
|
|
541
1315
|
class ExternallyHostedApk
|
@@ -560,6 +1334,79 @@ module Google
|
|
560
1334
|
end
|
561
1335
|
end
|
562
1336
|
|
1337
|
+
class FullRefund
|
1338
|
+
# @private
|
1339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1340
|
+
end
|
1341
|
+
end
|
1342
|
+
|
1343
|
+
class GeneratedApksListResponse
|
1344
|
+
# @private
|
1345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1346
|
+
collection :generated_apks, as: 'generatedApks', class: Google::Apis::AndroidpublisherV3::GeneratedApksPerSigningKey, decorator: Google::Apis::AndroidpublisherV3::GeneratedApksPerSigningKey::Representation
|
1347
|
+
|
1348
|
+
end
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class GeneratedApksPerSigningKey
|
1352
|
+
# @private
|
1353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1354
|
+
property :certificate_sha256_hash, as: 'certificateSha256Hash'
|
1355
|
+
collection :generated_asset_pack_slices, as: 'generatedAssetPackSlices', class: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice, decorator: Google::Apis::AndroidpublisherV3::GeneratedAssetPackSlice::Representation
|
1356
|
+
|
1357
|
+
collection :generated_split_apks, as: 'generatedSplitApks', class: Google::Apis::AndroidpublisherV3::GeneratedSplitApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedSplitApk::Representation
|
1358
|
+
|
1359
|
+
collection :generated_standalone_apks, as: 'generatedStandaloneApks', class: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedStandaloneApk::Representation
|
1360
|
+
|
1361
|
+
property :generated_universal_apk, as: 'generatedUniversalApk', class: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk, decorator: Google::Apis::AndroidpublisherV3::GeneratedUniversalApk::Representation
|
1362
|
+
|
1363
|
+
end
|
1364
|
+
end
|
1365
|
+
|
1366
|
+
class GeneratedAssetPackSlice
|
1367
|
+
# @private
|
1368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1369
|
+
property :download_id, as: 'downloadId'
|
1370
|
+
property :module_name, as: 'moduleName'
|
1371
|
+
property :slice_id, as: 'sliceId'
|
1372
|
+
property :version, :numeric_string => true, as: 'version'
|
1373
|
+
end
|
1374
|
+
end
|
1375
|
+
|
1376
|
+
class GeneratedSplitApk
|
1377
|
+
# @private
|
1378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1379
|
+
property :download_id, as: 'downloadId'
|
1380
|
+
property :module_name, as: 'moduleName'
|
1381
|
+
property :split_id, as: 'splitId'
|
1382
|
+
property :variant_id, as: 'variantId'
|
1383
|
+
end
|
1384
|
+
end
|
1385
|
+
|
1386
|
+
class GeneratedStandaloneApk
|
1387
|
+
# @private
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1389
|
+
property :download_id, as: 'downloadId'
|
1390
|
+
property :variant_id, as: 'variantId'
|
1391
|
+
end
|
1392
|
+
end
|
1393
|
+
|
1394
|
+
class GeneratedUniversalApk
|
1395
|
+
# @private
|
1396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1397
|
+
property :download_id, as: 'downloadId'
|
1398
|
+
end
|
1399
|
+
end
|
1400
|
+
|
1401
|
+
class Grant
|
1402
|
+
# @private
|
1403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1404
|
+
collection :app_level_permissions, as: 'appLevelPermissions'
|
1405
|
+
property :name, as: 'name'
|
1406
|
+
property :package_name, as: 'packageName'
|
1407
|
+
end
|
1408
|
+
end
|
1409
|
+
|
563
1410
|
class Image
|
564
1411
|
# @private
|
565
1412
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -603,6 +1450,8 @@ module Google
|
|
603
1450
|
property :grace_period, as: 'gracePeriod'
|
604
1451
|
hash :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::InAppProductListing, decorator: Google::Apis::AndroidpublisherV3::InAppProductListing::Representation
|
605
1452
|
|
1453
|
+
property :managed_product_taxes_and_compliance_settings, as: 'managedProductTaxesAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::ManagedProductTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::ManagedProductTaxAndComplianceSettings::Representation
|
1454
|
+
|
606
1455
|
property :package_name, as: 'packageName'
|
607
1456
|
hash :prices, as: 'prices', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
608
1457
|
|
@@ -610,85 +1459,250 @@ module Google
|
|
610
1459
|
property :sku, as: 'sku'
|
611
1460
|
property :status, as: 'status'
|
612
1461
|
property :subscription_period, as: 'subscriptionPeriod'
|
1462
|
+
property :subscription_taxes_and_compliance_settings, as: 'subscriptionTaxesAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings::Representation
|
1463
|
+
|
613
1464
|
property :trial_period, as: 'trialPeriod'
|
614
1465
|
end
|
615
1466
|
end
|
616
1467
|
|
617
|
-
class InAppProductListing
|
1468
|
+
class InAppProductListing
|
1469
|
+
# @private
|
1470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1471
|
+
collection :benefits, as: 'benefits'
|
1472
|
+
property :description, as: 'description'
|
1473
|
+
property :title, as: 'title'
|
1474
|
+
end
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class InappproductsListResponse
|
1478
|
+
# @private
|
1479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1480
|
+
collection :inappproduct, as: 'inappproduct', class: Google::Apis::AndroidpublisherV3::InAppProduct, decorator: Google::Apis::AndroidpublisherV3::InAppProduct::Representation
|
1481
|
+
|
1482
|
+
property :kind, as: 'kind'
|
1483
|
+
property :page_info, as: 'pageInfo', class: Google::Apis::AndroidpublisherV3::PageInfo, decorator: Google::Apis::AndroidpublisherV3::PageInfo::Representation
|
1484
|
+
|
1485
|
+
property :token_pagination, as: 'tokenPagination', class: Google::Apis::AndroidpublisherV3::TokenPagination, decorator: Google::Apis::AndroidpublisherV3::TokenPagination::Representation
|
1486
|
+
|
1487
|
+
end
|
1488
|
+
end
|
1489
|
+
|
1490
|
+
class InternalAppSharingArtifact
|
1491
|
+
# @private
|
1492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1493
|
+
property :certificate_fingerprint, as: 'certificateFingerprint'
|
1494
|
+
property :download_url, as: 'downloadUrl'
|
1495
|
+
property :sha256, as: 'sha256'
|
1496
|
+
end
|
1497
|
+
end
|
1498
|
+
|
1499
|
+
class IntroductoryPriceInfo
|
1500
|
+
# @private
|
1501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1502
|
+
property :introductory_price_amount_micros, :numeric_string => true, as: 'introductoryPriceAmountMicros'
|
1503
|
+
property :introductory_price_currency_code, as: 'introductoryPriceCurrencyCode'
|
1504
|
+
property :introductory_price_cycles, as: 'introductoryPriceCycles'
|
1505
|
+
property :introductory_price_period, as: 'introductoryPricePeriod'
|
1506
|
+
end
|
1507
|
+
end
|
1508
|
+
|
1509
|
+
class ListDeviceTierConfigsResponse
|
1510
|
+
# @private
|
1511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1512
|
+
collection :device_tier_configs, as: 'deviceTierConfigs', class: Google::Apis::AndroidpublisherV3::DeviceTierConfig, decorator: Google::Apis::AndroidpublisherV3::DeviceTierConfig::Representation
|
1513
|
+
|
1514
|
+
property :next_page_token, as: 'nextPageToken'
|
1515
|
+
end
|
1516
|
+
end
|
1517
|
+
|
1518
|
+
class ListSubscriptionOffersResponse
|
1519
|
+
# @private
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1521
|
+
property :next_page_token, as: 'nextPageToken'
|
1522
|
+
collection :subscription_offers, as: 'subscriptionOffers', class: Google::Apis::AndroidpublisherV3::SubscriptionOffer, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOffer::Representation
|
1523
|
+
|
1524
|
+
end
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
class ListSubscriptionsResponse
|
1528
|
+
# @private
|
1529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1530
|
+
property :next_page_token, as: 'nextPageToken'
|
1531
|
+
collection :subscriptions, as: 'subscriptions', class: Google::Apis::AndroidpublisherV3::Subscription, decorator: Google::Apis::AndroidpublisherV3::Subscription::Representation
|
1532
|
+
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
class ListUsersResponse
|
1537
|
+
# @private
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1539
|
+
property :next_page_token, as: 'nextPageToken'
|
1540
|
+
collection :users, as: 'users', class: Google::Apis::AndroidpublisherV3::User, decorator: Google::Apis::AndroidpublisherV3::User::Representation
|
1541
|
+
|
1542
|
+
end
|
1543
|
+
end
|
1544
|
+
|
1545
|
+
class Listing
|
1546
|
+
# @private
|
1547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1548
|
+
property :full_description, as: 'fullDescription'
|
1549
|
+
property :language, as: 'language'
|
1550
|
+
property :short_description, as: 'shortDescription'
|
1551
|
+
property :title, as: 'title'
|
1552
|
+
property :video, as: 'video'
|
1553
|
+
end
|
1554
|
+
end
|
1555
|
+
|
1556
|
+
class ListingsListResponse
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
property :kind, as: 'kind'
|
1560
|
+
collection :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::Listing, decorator: Google::Apis::AndroidpublisherV3::Listing::Representation
|
1561
|
+
|
1562
|
+
end
|
1563
|
+
end
|
1564
|
+
|
1565
|
+
class LocalizedText
|
1566
|
+
# @private
|
1567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1568
|
+
property :language, as: 'language'
|
1569
|
+
property :text, as: 'text'
|
1570
|
+
end
|
1571
|
+
end
|
1572
|
+
|
1573
|
+
class ManagedProductTaxAndComplianceSettings
|
1574
|
+
# @private
|
1575
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1576
|
+
property :eea_withdrawal_right_type, as: 'eeaWithdrawalRightType'
|
1577
|
+
hash :tax_rate_info_by_region_code, as: 'taxRateInfoByRegionCode', class: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo, decorator: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo::Representation
|
1578
|
+
|
1579
|
+
end
|
1580
|
+
end
|
1581
|
+
|
1582
|
+
class MigrateBasePlanPricesRequest
|
1583
|
+
# @private
|
1584
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1585
|
+
collection :regional_price_migrations, as: 'regionalPriceMigrations', class: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalPriceMigrationConfig::Representation
|
1586
|
+
|
1587
|
+
property :regions_version, as: 'regionsVersion', class: Google::Apis::AndroidpublisherV3::RegionsVersion, decorator: Google::Apis::AndroidpublisherV3::RegionsVersion::Representation
|
1588
|
+
|
1589
|
+
end
|
1590
|
+
end
|
1591
|
+
|
1592
|
+
class MigrateBasePlanPricesResponse
|
1593
|
+
# @private
|
1594
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1595
|
+
end
|
1596
|
+
end
|
1597
|
+
|
1598
|
+
class Money
|
1599
|
+
# @private
|
1600
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1601
|
+
property :currency_code, as: 'currencyCode'
|
1602
|
+
property :nanos, as: 'nanos'
|
1603
|
+
property :units, :numeric_string => true, as: 'units'
|
1604
|
+
end
|
1605
|
+
end
|
1606
|
+
|
1607
|
+
class OfferDetails
|
1608
|
+
# @private
|
1609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1610
|
+
property :base_plan_id, as: 'basePlanId'
|
1611
|
+
property :offer_id, as: 'offerId'
|
1612
|
+
collection :offer_tags, as: 'offerTags'
|
1613
|
+
end
|
1614
|
+
end
|
1615
|
+
|
1616
|
+
class OfferTag
|
1617
|
+
# @private
|
1618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1619
|
+
property :tag, as: 'tag'
|
1620
|
+
end
|
1621
|
+
end
|
1622
|
+
|
1623
|
+
class OneTimeExternalTransaction
|
618
1624
|
# @private
|
619
1625
|
class Representation < Google::Apis::Core::JsonRepresentation
|
620
|
-
|
621
|
-
property :description, as: 'description'
|
622
|
-
property :title, as: 'title'
|
1626
|
+
property :external_transaction_token, as: 'externalTransactionToken'
|
623
1627
|
end
|
624
1628
|
end
|
625
1629
|
|
626
|
-
class
|
1630
|
+
class OtherRegionsBasePlanConfig
|
627
1631
|
# @private
|
628
1632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
629
|
-
|
1633
|
+
property :eur_price, as: 'eurPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
630
1634
|
|
631
|
-
property :
|
632
|
-
property :
|
1635
|
+
property :new_subscriber_availability, as: 'newSubscriberAvailability'
|
1636
|
+
property :usd_price, as: 'usdPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
633
1637
|
|
634
|
-
|
1638
|
+
end
|
1639
|
+
end
|
635
1640
|
|
1641
|
+
class OtherRegionsSubscriptionOfferConfig
|
1642
|
+
# @private
|
1643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1644
|
+
property :other_regions_new_subscriber_availability, as: 'otherRegionsNewSubscriberAvailability'
|
636
1645
|
end
|
637
1646
|
end
|
638
1647
|
|
639
|
-
class
|
1648
|
+
class OtherRegionsSubscriptionOfferPhaseConfig
|
640
1649
|
# @private
|
641
1650
|
class Representation < Google::Apis::Core::JsonRepresentation
|
642
|
-
property :
|
643
|
-
|
644
|
-
property :
|
1651
|
+
property :absolute_discounts, as: 'absoluteDiscounts', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices::Representation
|
1652
|
+
|
1653
|
+
property :other_regions_prices, as: 'otherRegionsPrices', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhasePrices::Representation
|
1654
|
+
|
1655
|
+
property :relative_discount, as: 'relativeDiscount'
|
645
1656
|
end
|
646
1657
|
end
|
647
1658
|
|
648
|
-
class
|
1659
|
+
class OtherRegionsSubscriptionOfferPhasePrices
|
649
1660
|
# @private
|
650
1661
|
class Representation < Google::Apis::Core::JsonRepresentation
|
651
|
-
property :
|
652
|
-
|
653
|
-
property :
|
654
|
-
|
1662
|
+
property :eur_price, as: 'eurPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1663
|
+
|
1664
|
+
property :usd_price, as: 'usdPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1665
|
+
|
655
1666
|
end
|
656
1667
|
end
|
657
1668
|
|
658
|
-
class
|
1669
|
+
class PageInfo
|
659
1670
|
# @private
|
660
1671
|
class Representation < Google::Apis::Core::JsonRepresentation
|
661
|
-
property :
|
662
|
-
property :
|
663
|
-
property :
|
664
|
-
property :title, as: 'title'
|
665
|
-
property :video, as: 'video'
|
1672
|
+
property :result_per_page, as: 'resultPerPage'
|
1673
|
+
property :start_index, as: 'startIndex'
|
1674
|
+
property :total_results, as: 'totalResults'
|
666
1675
|
end
|
667
1676
|
end
|
668
1677
|
|
669
|
-
class
|
1678
|
+
class PartialRefund
|
670
1679
|
# @private
|
671
1680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
-
property :
|
673
|
-
|
1681
|
+
property :refund_id, as: 'refundId'
|
1682
|
+
property :refund_pre_tax_amount, as: 'refundPreTaxAmount', class: Google::Apis::AndroidpublisherV3::Price, decorator: Google::Apis::AndroidpublisherV3::Price::Representation
|
674
1683
|
|
675
1684
|
end
|
676
1685
|
end
|
677
1686
|
|
678
|
-
class
|
1687
|
+
class PausedStateContext
|
679
1688
|
# @private
|
680
1689
|
class Representation < Google::Apis::Core::JsonRepresentation
|
681
|
-
property :
|
682
|
-
property :text, as: 'text'
|
1690
|
+
property :auto_resume_time, as: 'autoResumeTime'
|
683
1691
|
end
|
684
1692
|
end
|
685
1693
|
|
686
|
-
class
|
1694
|
+
class PrepaidBasePlanType
|
687
1695
|
# @private
|
688
1696
|
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
-
property :
|
690
|
-
property :
|
691
|
-
|
1697
|
+
property :billing_period_duration, as: 'billingPeriodDuration'
|
1698
|
+
property :time_extension, as: 'timeExtension'
|
1699
|
+
end
|
1700
|
+
end
|
1701
|
+
|
1702
|
+
class PrepaidPlan
|
1703
|
+
# @private
|
1704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1705
|
+
property :allow_extend_after_time, as: 'allowExtendAfterTime'
|
692
1706
|
end
|
693
1707
|
end
|
694
1708
|
|
@@ -727,6 +1741,87 @@ module Google
|
|
727
1741
|
end
|
728
1742
|
end
|
729
1743
|
|
1744
|
+
class RecurringExternalTransaction
|
1745
|
+
# @private
|
1746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1747
|
+
property :external_subscription, as: 'externalSubscription', class: Google::Apis::AndroidpublisherV3::ExternalSubscription, decorator: Google::Apis::AndroidpublisherV3::ExternalSubscription::Representation
|
1748
|
+
|
1749
|
+
property :external_transaction_token, as: 'externalTransactionToken'
|
1750
|
+
property :initial_external_transaction_id, as: 'initialExternalTransactionId'
|
1751
|
+
end
|
1752
|
+
end
|
1753
|
+
|
1754
|
+
class RefundExternalTransactionRequest
|
1755
|
+
# @private
|
1756
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1757
|
+
property :full_refund, as: 'fullRefund', class: Google::Apis::AndroidpublisherV3::FullRefund, decorator: Google::Apis::AndroidpublisherV3::FullRefund::Representation
|
1758
|
+
|
1759
|
+
property :partial_refund, as: 'partialRefund', class: Google::Apis::AndroidpublisherV3::PartialRefund, decorator: Google::Apis::AndroidpublisherV3::PartialRefund::Representation
|
1760
|
+
|
1761
|
+
property :refund_time, as: 'refundTime'
|
1762
|
+
end
|
1763
|
+
end
|
1764
|
+
|
1765
|
+
class RegionalBasePlanConfig
|
1766
|
+
# @private
|
1767
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1768
|
+
property :new_subscriber_availability, as: 'newSubscriberAvailability'
|
1769
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1770
|
+
|
1771
|
+
property :region_code, as: 'regionCode'
|
1772
|
+
end
|
1773
|
+
end
|
1774
|
+
|
1775
|
+
class RegionalPriceMigrationConfig
|
1776
|
+
# @private
|
1777
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1778
|
+
property :oldest_allowed_price_version_time, as: 'oldestAllowedPriceVersionTime'
|
1779
|
+
property :region_code, as: 'regionCode'
|
1780
|
+
end
|
1781
|
+
end
|
1782
|
+
|
1783
|
+
class RegionalSubscriptionOfferConfig
|
1784
|
+
# @private
|
1785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1786
|
+
property :new_subscriber_availability, as: 'newSubscriberAvailability'
|
1787
|
+
property :region_code, as: 'regionCode'
|
1788
|
+
end
|
1789
|
+
end
|
1790
|
+
|
1791
|
+
class RegionalSubscriptionOfferPhaseConfig
|
1792
|
+
# @private
|
1793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1794
|
+
property :absolute_discount, as: 'absoluteDiscount', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1795
|
+
|
1796
|
+
property :price, as: 'price', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1797
|
+
|
1798
|
+
property :region_code, as: 'regionCode'
|
1799
|
+
property :relative_discount, as: 'relativeDiscount'
|
1800
|
+
end
|
1801
|
+
end
|
1802
|
+
|
1803
|
+
class RegionalTaxRateInfo
|
1804
|
+
# @private
|
1805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1806
|
+
property :eligible_for_streaming_service_tax_rate, as: 'eligibleForStreamingServiceTaxRate'
|
1807
|
+
property :streaming_tax_type, as: 'streamingTaxType'
|
1808
|
+
property :tax_tier, as: 'taxTier'
|
1809
|
+
end
|
1810
|
+
end
|
1811
|
+
|
1812
|
+
class RegionsVersion
|
1813
|
+
# @private
|
1814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1815
|
+
property :version, as: 'version'
|
1816
|
+
end
|
1817
|
+
end
|
1818
|
+
|
1819
|
+
class ReplacementCancellation
|
1820
|
+
# @private
|
1821
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1822
|
+
end
|
1823
|
+
end
|
1824
|
+
|
730
1825
|
class Review
|
731
1826
|
# @private
|
732
1827
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -773,6 +1868,32 @@ module Google
|
|
773
1868
|
end
|
774
1869
|
end
|
775
1870
|
|
1871
|
+
class SubscribeWithGoogleInfo
|
1872
|
+
# @private
|
1873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1874
|
+
property :email_address, as: 'emailAddress'
|
1875
|
+
property :family_name, as: 'familyName'
|
1876
|
+
property :given_name, as: 'givenName'
|
1877
|
+
property :profile_id, as: 'profileId'
|
1878
|
+
property :profile_name, as: 'profileName'
|
1879
|
+
end
|
1880
|
+
end
|
1881
|
+
|
1882
|
+
class Subscription
|
1883
|
+
# @private
|
1884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1885
|
+
property :archived, as: 'archived'
|
1886
|
+
collection :base_plans, as: 'basePlans', class: Google::Apis::AndroidpublisherV3::BasePlan, decorator: Google::Apis::AndroidpublisherV3::BasePlan::Representation
|
1887
|
+
|
1888
|
+
collection :listings, as: 'listings', class: Google::Apis::AndroidpublisherV3::SubscriptionListing, decorator: Google::Apis::AndroidpublisherV3::SubscriptionListing::Representation
|
1889
|
+
|
1890
|
+
property :package_name, as: 'packageName'
|
1891
|
+
property :product_id, as: 'productId'
|
1892
|
+
property :tax_and_compliance_settings, as: 'taxAndComplianceSettings', class: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings, decorator: Google::Apis::AndroidpublisherV3::SubscriptionTaxAndComplianceSettings::Representation
|
1893
|
+
|
1894
|
+
end
|
1895
|
+
end
|
1896
|
+
|
776
1897
|
class SubscriptionCancelSurveyResult
|
777
1898
|
# @private
|
778
1899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -789,6 +1910,70 @@ module Google
|
|
789
1910
|
end
|
790
1911
|
end
|
791
1912
|
|
1913
|
+
class SubscriptionItemPriceChangeDetails
|
1914
|
+
# @private
|
1915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1916
|
+
property :expected_new_price_charge_time, as: 'expectedNewPriceChargeTime'
|
1917
|
+
property :new_price, as: 'newPrice', class: Google::Apis::AndroidpublisherV3::Money, decorator: Google::Apis::AndroidpublisherV3::Money::Representation
|
1918
|
+
|
1919
|
+
property :price_change_mode, as: 'priceChangeMode'
|
1920
|
+
property :price_change_state, as: 'priceChangeState'
|
1921
|
+
end
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
class SubscriptionListing
|
1925
|
+
# @private
|
1926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1927
|
+
collection :benefits, as: 'benefits'
|
1928
|
+
property :description, as: 'description'
|
1929
|
+
property :language_code, as: 'languageCode'
|
1930
|
+
property :title, as: 'title'
|
1931
|
+
end
|
1932
|
+
end
|
1933
|
+
|
1934
|
+
class SubscriptionOffer
|
1935
|
+
# @private
|
1936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1937
|
+
property :base_plan_id, as: 'basePlanId'
|
1938
|
+
property :offer_id, as: 'offerId'
|
1939
|
+
collection :offer_tags, as: 'offerTags', class: Google::Apis::AndroidpublisherV3::OfferTag, decorator: Google::Apis::AndroidpublisherV3::OfferTag::Representation
|
1940
|
+
|
1941
|
+
property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferConfig::Representation
|
1942
|
+
|
1943
|
+
property :package_name, as: 'packageName'
|
1944
|
+
collection :phases, as: 'phases', class: Google::Apis::AndroidpublisherV3::SubscriptionOfferPhase, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOfferPhase::Representation
|
1945
|
+
|
1946
|
+
property :product_id, as: 'productId'
|
1947
|
+
collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferConfig::Representation
|
1948
|
+
|
1949
|
+
property :state, as: 'state'
|
1950
|
+
property :targeting, as: 'targeting', class: Google::Apis::AndroidpublisherV3::SubscriptionOfferTargeting, decorator: Google::Apis::AndroidpublisherV3::SubscriptionOfferTargeting::Representation
|
1951
|
+
|
1952
|
+
end
|
1953
|
+
end
|
1954
|
+
|
1955
|
+
class SubscriptionOfferPhase
|
1956
|
+
# @private
|
1957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1958
|
+
property :duration, as: 'duration'
|
1959
|
+
property :other_regions_config, as: 'otherRegionsConfig', class: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhaseConfig, decorator: Google::Apis::AndroidpublisherV3::OtherRegionsSubscriptionOfferPhaseConfig::Representation
|
1960
|
+
|
1961
|
+
property :recurrence_count, as: 'recurrenceCount'
|
1962
|
+
collection :regional_configs, as: 'regionalConfigs', class: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferPhaseConfig, decorator: Google::Apis::AndroidpublisherV3::RegionalSubscriptionOfferPhaseConfig::Representation
|
1963
|
+
|
1964
|
+
end
|
1965
|
+
end
|
1966
|
+
|
1967
|
+
class SubscriptionOfferTargeting
|
1968
|
+
# @private
|
1969
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1970
|
+
property :acquisition_rule, as: 'acquisitionRule', class: Google::Apis::AndroidpublisherV3::AcquisitionTargetingRule, decorator: Google::Apis::AndroidpublisherV3::AcquisitionTargetingRule::Representation
|
1971
|
+
|
1972
|
+
property :upgrade_rule, as: 'upgradeRule', class: Google::Apis::AndroidpublisherV3::UpgradeTargetingRule, decorator: Google::Apis::AndroidpublisherV3::UpgradeTargetingRule::Representation
|
1973
|
+
|
1974
|
+
end
|
1975
|
+
end
|
1976
|
+
|
792
1977
|
class SubscriptionPriceChange
|
793
1978
|
# @private
|
794
1979
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -836,6 +2021,45 @@ module Google
|
|
836
2021
|
end
|
837
2022
|
end
|
838
2023
|
|
2024
|
+
class SubscriptionPurchaseLineItem
|
2025
|
+
# @private
|
2026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2027
|
+
property :auto_renewing_plan, as: 'autoRenewingPlan', class: Google::Apis::AndroidpublisherV3::AutoRenewingPlan, decorator: Google::Apis::AndroidpublisherV3::AutoRenewingPlan::Representation
|
2028
|
+
|
2029
|
+
property :expiry_time, as: 'expiryTime'
|
2030
|
+
property :offer_details, as: 'offerDetails', class: Google::Apis::AndroidpublisherV3::OfferDetails, decorator: Google::Apis::AndroidpublisherV3::OfferDetails::Representation
|
2031
|
+
|
2032
|
+
property :prepaid_plan, as: 'prepaidPlan', class: Google::Apis::AndroidpublisherV3::PrepaidPlan, decorator: Google::Apis::AndroidpublisherV3::PrepaidPlan::Representation
|
2033
|
+
|
2034
|
+
property :product_id, as: 'productId'
|
2035
|
+
end
|
2036
|
+
end
|
2037
|
+
|
2038
|
+
class SubscriptionPurchaseV2
|
2039
|
+
# @private
|
2040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2041
|
+
property :acknowledgement_state, as: 'acknowledgementState'
|
2042
|
+
property :canceled_state_context, as: 'canceledStateContext', class: Google::Apis::AndroidpublisherV3::CanceledStateContext, decorator: Google::Apis::AndroidpublisherV3::CanceledStateContext::Representation
|
2043
|
+
|
2044
|
+
property :external_account_identifiers, as: 'externalAccountIdentifiers', class: Google::Apis::AndroidpublisherV3::ExternalAccountIdentifiers, decorator: Google::Apis::AndroidpublisherV3::ExternalAccountIdentifiers::Representation
|
2045
|
+
|
2046
|
+
property :kind, as: 'kind'
|
2047
|
+
property :latest_order_id, as: 'latestOrderId'
|
2048
|
+
collection :line_items, as: 'lineItems', class: Google::Apis::AndroidpublisherV3::SubscriptionPurchaseLineItem, decorator: Google::Apis::AndroidpublisherV3::SubscriptionPurchaseLineItem::Representation
|
2049
|
+
|
2050
|
+
property :linked_purchase_token, as: 'linkedPurchaseToken'
|
2051
|
+
property :paused_state_context, as: 'pausedStateContext', class: Google::Apis::AndroidpublisherV3::PausedStateContext, decorator: Google::Apis::AndroidpublisherV3::PausedStateContext::Representation
|
2052
|
+
|
2053
|
+
property :region_code, as: 'regionCode'
|
2054
|
+
property :start_time, as: 'startTime'
|
2055
|
+
property :subscribe_with_google_info, as: 'subscribeWithGoogleInfo', class: Google::Apis::AndroidpublisherV3::SubscribeWithGoogleInfo, decorator: Google::Apis::AndroidpublisherV3::SubscribeWithGoogleInfo::Representation
|
2056
|
+
|
2057
|
+
property :subscription_state, as: 'subscriptionState'
|
2058
|
+
property :test_purchase, as: 'testPurchase', class: Google::Apis::AndroidpublisherV3::TestPurchase, decorator: Google::Apis::AndroidpublisherV3::TestPurchase::Representation
|
2059
|
+
|
2060
|
+
end
|
2061
|
+
end
|
2062
|
+
|
839
2063
|
class SubscriptionPurchasesAcknowledgeRequest
|
840
2064
|
# @private
|
841
2065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -858,6 +2082,15 @@ module Google
|
|
858
2082
|
end
|
859
2083
|
end
|
860
2084
|
|
2085
|
+
class SubscriptionTaxAndComplianceSettings
|
2086
|
+
# @private
|
2087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2088
|
+
property :eea_withdrawal_right_type, as: 'eeaWithdrawalRightType'
|
2089
|
+
hash :tax_rate_info_by_region_code, as: 'taxRateInfoByRegionCode', class: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo, decorator: Google::Apis::AndroidpublisherV3::RegionalTaxRateInfo::Representation
|
2090
|
+
|
2091
|
+
end
|
2092
|
+
end
|
2093
|
+
|
861
2094
|
class SystemApksListResponse
|
862
2095
|
# @private
|
863
2096
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -866,6 +2099,32 @@ module Google
|
|
866
2099
|
end
|
867
2100
|
end
|
868
2101
|
|
2102
|
+
class SystemFeature
|
2103
|
+
# @private
|
2104
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2105
|
+
property :name, as: 'name'
|
2106
|
+
end
|
2107
|
+
end
|
2108
|
+
|
2109
|
+
class SystemInitiatedCancellation
|
2110
|
+
# @private
|
2111
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2112
|
+
end
|
2113
|
+
end
|
2114
|
+
|
2115
|
+
class TargetingRuleScope
|
2116
|
+
# @private
|
2117
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2118
|
+
property :specific_subscription_in_app, as: 'specificSubscriptionInApp'
|
2119
|
+
end
|
2120
|
+
end
|
2121
|
+
|
2122
|
+
class TestPurchase
|
2123
|
+
# @private
|
2124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2125
|
+
end
|
2126
|
+
end
|
2127
|
+
|
869
2128
|
class Testers
|
870
2129
|
# @private
|
871
2130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -898,6 +2157,16 @@ module Google
|
|
898
2157
|
end
|
899
2158
|
end
|
900
2159
|
|
2160
|
+
class TrackCountryAvailability
|
2161
|
+
# @private
|
2162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2163
|
+
collection :countries, as: 'countries', class: Google::Apis::AndroidpublisherV3::TrackTargetedCountry, decorator: Google::Apis::AndroidpublisherV3::TrackTargetedCountry::Representation
|
2164
|
+
|
2165
|
+
property :rest_of_world, as: 'restOfWorld'
|
2166
|
+
property :sync_with_production, as: 'syncWithProduction'
|
2167
|
+
end
|
2168
|
+
end
|
2169
|
+
|
901
2170
|
class TrackRelease
|
902
2171
|
# @private
|
903
2172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -913,6 +2182,13 @@ module Google
|
|
913
2182
|
end
|
914
2183
|
end
|
915
2184
|
|
2185
|
+
class TrackTargetedCountry
|
2186
|
+
# @private
|
2187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2188
|
+
property :country_code, as: 'countryCode'
|
2189
|
+
end
|
2190
|
+
end
|
2191
|
+
|
916
2192
|
class TracksListResponse
|
917
2193
|
# @private
|
918
2194
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -922,6 +2198,30 @@ module Google
|
|
922
2198
|
end
|
923
2199
|
end
|
924
2200
|
|
2201
|
+
class UpgradeTargetingRule
|
2202
|
+
# @private
|
2203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2204
|
+
property :billing_period_duration, as: 'billingPeriodDuration'
|
2205
|
+
property :once_per_user, as: 'oncePerUser'
|
2206
|
+
property :scope, as: 'scope', class: Google::Apis::AndroidpublisherV3::TargetingRuleScope, decorator: Google::Apis::AndroidpublisherV3::TargetingRuleScope::Representation
|
2207
|
+
|
2208
|
+
end
|
2209
|
+
end
|
2210
|
+
|
2211
|
+
class User
|
2212
|
+
# @private
|
2213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2214
|
+
property :access_state, as: 'accessState'
|
2215
|
+
collection :developer_account_permissions, as: 'developerAccountPermissions'
|
2216
|
+
property :email, as: 'email'
|
2217
|
+
property :expiration_time, as: 'expirationTime'
|
2218
|
+
collection :grants, as: 'grants', class: Google::Apis::AndroidpublisherV3::Grant, decorator: Google::Apis::AndroidpublisherV3::Grant::Representation
|
2219
|
+
|
2220
|
+
property :name, as: 'name'
|
2221
|
+
property :partial, as: 'partial'
|
2222
|
+
end
|
2223
|
+
end
|
2224
|
+
|
925
2225
|
class UserComment
|
926
2226
|
# @private
|
927
2227
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -942,6 +2242,23 @@ module Google
|
|
942
2242
|
end
|
943
2243
|
end
|
944
2244
|
|
2245
|
+
class UserCountrySet
|
2246
|
+
# @private
|
2247
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2248
|
+
collection :country_codes, as: 'countryCodes'
|
2249
|
+
property :name, as: 'name'
|
2250
|
+
end
|
2251
|
+
end
|
2252
|
+
|
2253
|
+
class UserInitiatedCancellation
|
2254
|
+
# @private
|
2255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2256
|
+
property :cancel_survey_result, as: 'cancelSurveyResult', class: Google::Apis::AndroidpublisherV3::CancelSurveyResult, decorator: Google::Apis::AndroidpublisherV3::CancelSurveyResult::Representation
|
2257
|
+
|
2258
|
+
property :cancel_time, as: 'cancelTime'
|
2259
|
+
end
|
2260
|
+
end
|
2261
|
+
|
945
2262
|
class UsesPermission
|
946
2263
|
# @private
|
947
2264
|
class Representation < Google::Apis::Core::JsonRepresentation
|