@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1 0.0.20231128 → 0.0.20231204
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.
- package/index.d.ts +1293 -2147
- package/package.json +6 -6
- package/readme.md +21 -17
- package/tests.ts +0 -453
- package/tsconfig.json +0 -18
- package/tslint.json +0 -6
package/index.d.ts
CHANGED
|
@@ -9,2159 +9,1305 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20231204
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
/** Load Google Play Developer Reporting API v1beta1 */
|
|
18
|
+
function load(
|
|
19
|
+
urlOrObject: 'https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1beta1'
|
|
20
|
+
): Promise<void>;
|
|
21
|
+
/** @deprecated Please load APIs with discovery documents. */
|
|
22
|
+
function load(
|
|
23
|
+
name: 'playdeveloperreporting',
|
|
24
|
+
version: 'v1beta1'
|
|
25
|
+
): Promise<void>;
|
|
26
|
+
/** @deprecated Please load APIs with discovery documents. */
|
|
27
|
+
function load(
|
|
28
|
+
name: 'playdeveloperreporting',
|
|
29
|
+
version: 'v1beta1',
|
|
30
|
+
callback: () => any
|
|
31
|
+
): void;
|
|
23
32
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
}
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
string;
|
|
1298
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1299
|
-
fields?:
|
|
1300
|
-
string;
|
|
1301
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1302
|
-
key?:
|
|
1303
|
-
string;
|
|
1304
|
-
/** Required. The resource name. Format: apps/{app}/errorCountMetricSet */
|
|
1305
|
-
name:
|
|
1306
|
-
string;
|
|
1307
|
-
/** OAuth 2.0 token for the current user. */
|
|
1308
|
-
oauth_token?:
|
|
1309
|
-
string;
|
|
1310
|
-
/** Returns response with indentations and line breaks. */
|
|
1311
|
-
prettyPrint?:
|
|
1312
|
-
boolean;
|
|
1313
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1314
|
-
quotaUser?:
|
|
1315
|
-
string;
|
|
1316
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1317
|
-
upload_protocol?:
|
|
1318
|
-
string;
|
|
1319
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1320
|
-
uploadType?:
|
|
1321
|
-
string;
|
|
1322
|
-
/** Request body */
|
|
1323
|
-
resource:
|
|
1324
|
-
GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest;
|
|
1325
|
-
}): Request<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>;
|
|
1326
|
-
query(request: {
|
|
1327
|
-
/** V1 error format. */
|
|
1328
|
-
"$.xgafv"?:
|
|
1329
|
-
string;
|
|
1330
|
-
/** OAuth access token. */
|
|
1331
|
-
access_token?:
|
|
1332
|
-
string;
|
|
1333
|
-
/** Data format for response. */
|
|
1334
|
-
alt?:
|
|
1335
|
-
string;
|
|
1336
|
-
/** JSONP */
|
|
1337
|
-
callback?:
|
|
1338
|
-
string;
|
|
1339
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1340
|
-
fields?:
|
|
1341
|
-
string;
|
|
1342
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1343
|
-
key?:
|
|
1344
|
-
string;
|
|
1345
|
-
/** Required. The resource name. Format: apps/{app}/errorCountMetricSet */
|
|
1346
|
-
name:
|
|
1347
|
-
string;
|
|
1348
|
-
/** OAuth 2.0 token for the current user. */
|
|
1349
|
-
oauth_token?:
|
|
1350
|
-
string;
|
|
1351
|
-
/** Returns response with indentations and line breaks. */
|
|
1352
|
-
prettyPrint?:
|
|
1353
|
-
boolean;
|
|
1354
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1355
|
-
quotaUser?:
|
|
1356
|
-
string;
|
|
1357
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1358
|
-
upload_protocol?:
|
|
1359
|
-
string;
|
|
1360
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1361
|
-
uploadType?:
|
|
1362
|
-
string;
|
|
1363
|
-
},
|
|
1364
|
-
body: GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest): Request<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>;
|
|
1365
|
-
}
|
|
1366
|
-
interface IssuesResource {
|
|
1367
|
-
/** Searches all error issues in which reports have been grouped. */
|
|
1368
|
-
search(request?: {
|
|
1369
|
-
/** V1 error format. */
|
|
1370
|
-
"$.xgafv"?:
|
|
1371
|
-
string;
|
|
1372
|
-
/** OAuth access token. */
|
|
1373
|
-
access_token?:
|
|
1374
|
-
string;
|
|
1375
|
-
/** Data format for response. */
|
|
1376
|
-
alt?:
|
|
1377
|
-
string;
|
|
1378
|
-
/** JSONP */
|
|
1379
|
-
callback?:
|
|
1380
|
-
string;
|
|
1381
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1382
|
-
fields?:
|
|
1383
|
-
string;
|
|
1384
|
-
/**
|
|
1385
|
-
* A selection predicate to retrieve only a subset of the issues. Counts in the returned error issues will only reflect occurrences that matched the filter. For filtering basics,
|
|
1386
|
-
* please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error issues that occurred in the requested Android versions (specified as
|
|
1387
|
-
* the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error issues that occurred in the requested app version codes only. Example:
|
|
1388
|
-
* `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" OR deviceModel =
|
|
1389
|
-
* "google/marlin"`. * `deviceBrand`: Matches error issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches error issues that
|
|
1390
|
-
* occurred in the requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid candidates: `CRASH`, `ANR`.
|
|
1391
|
-
* Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `appProcessState`: Matches error issues on the process state of an app, indicating whether an app runs in the
|
|
1392
|
-
* foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issues that
|
|
1393
|
-
* are user-perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator
|
|
1394
|
-
* is equality. The filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and `OR` can be used to build complex filters
|
|
1395
|
-
* following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of parenthesis is not necessary when
|
|
1396
|
-
* building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. **
|
|
1397
|
-
* Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode
|
|
1398
|
-
* = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
|
|
1399
|
-
*/
|
|
1400
|
-
filter?:
|
|
1401
|
-
string;
|
|
1402
|
-
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
1403
|
-
"interval.endTime.day"?:
|
|
1404
|
-
number;
|
|
1405
|
-
/**
|
|
1406
|
-
* Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing
|
|
1407
|
-
* time.
|
|
1408
|
-
*/
|
|
1409
|
-
"interval.endTime.hours"?:
|
|
1410
|
-
number;
|
|
1411
|
-
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
1412
|
-
"interval.endTime.minutes"?:
|
|
1413
|
-
number;
|
|
1414
|
-
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
1415
|
-
"interval.endTime.month"?:
|
|
1416
|
-
number;
|
|
1417
|
-
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
1418
|
-
"interval.endTime.nanos"?:
|
|
1419
|
-
number;
|
|
1420
|
-
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
1421
|
-
"interval.endTime.seconds"?:
|
|
1422
|
-
number;
|
|
1423
|
-
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
1424
|
-
"interval.endTime.timeZone.id"?:
|
|
1425
|
-
string;
|
|
1426
|
-
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
1427
|
-
"interval.endTime.timeZone.version"?:
|
|
1428
|
-
string;
|
|
1429
|
-
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
1430
|
-
"interval.endTime.utcOffset"?:
|
|
1431
|
-
string;
|
|
1432
|
-
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
1433
|
-
"interval.endTime.year"?:
|
|
1434
|
-
number;
|
|
1435
|
-
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
1436
|
-
"interval.startTime.day"?:
|
|
1437
|
-
number;
|
|
1438
|
-
/**
|
|
1439
|
-
* Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing
|
|
1440
|
-
* time.
|
|
1441
|
-
*/
|
|
1442
|
-
"interval.startTime.hours"?:
|
|
1443
|
-
number;
|
|
1444
|
-
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
1445
|
-
"interval.startTime.minutes"?:
|
|
1446
|
-
number;
|
|
1447
|
-
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
1448
|
-
"interval.startTime.month"?:
|
|
1449
|
-
number;
|
|
1450
|
-
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
1451
|
-
"interval.startTime.nanos"?:
|
|
1452
|
-
number;
|
|
1453
|
-
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
1454
|
-
"interval.startTime.seconds"?:
|
|
1455
|
-
number;
|
|
1456
|
-
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
1457
|
-
"interval.startTime.timeZone.id"?:
|
|
1458
|
-
string;
|
|
1459
|
-
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
1460
|
-
"interval.startTime.timeZone.version"?:
|
|
1461
|
-
string;
|
|
1462
|
-
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
1463
|
-
"interval.startTime.utcOffset"?:
|
|
1464
|
-
string;
|
|
1465
|
-
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
1466
|
-
"interval.startTime.year"?:
|
|
1467
|
-
number;
|
|
1468
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1469
|
-
key?:
|
|
1470
|
-
string;
|
|
1471
|
-
/** OAuth 2.0 token for the current user. */
|
|
1472
|
-
oauth_token?:
|
|
1473
|
-
string;
|
|
1474
|
-
/**
|
|
1475
|
-
* Specifies a field that will be used to order the results. ** Supported dimensions:** * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders
|
|
1476
|
-
* issues by number of unique affected users. ** Supported operations:** * `asc` for ascending order. * `desc` for descending order. Format: A field and an operation, e.g.,
|
|
1477
|
-
* `errorReportCount desc` *Note:* currently only one field is supported at a time.
|
|
1478
|
-
*/
|
|
1479
|
-
orderBy?:
|
|
1480
|
-
string;
|
|
1481
|
-
/**
|
|
1482
|
-
* The maximum number of error issues to return. The service may return fewer than this value. If unspecified, at most 50 error issues will be returned. The maximum value is 1000;
|
|
1483
|
-
* values above 1000 will be coerced to 1000.
|
|
1484
|
-
*/
|
|
1485
|
-
pageSize?:
|
|
1486
|
-
number;
|
|
1487
|
-
/**
|
|
1488
|
-
* A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that
|
|
1489
|
-
* provided the page token.
|
|
1490
|
-
*/
|
|
1491
|
-
pageToken?:
|
|
1492
|
-
string;
|
|
1493
|
-
/** Required. Parent resource of the error issues, indicating the application for which they were received. Format: apps/{app} */
|
|
1494
|
-
parent:
|
|
1495
|
-
string;
|
|
1496
|
-
/** Returns response with indentations and line breaks. */
|
|
1497
|
-
prettyPrint?:
|
|
1498
|
-
boolean;
|
|
1499
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1500
|
-
quotaUser?:
|
|
1501
|
-
string;
|
|
1502
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1503
|
-
upload_protocol?:
|
|
1504
|
-
string;
|
|
1505
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1506
|
-
uploadType?:
|
|
1507
|
-
string;
|
|
1508
|
-
}): Request<GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse>;
|
|
1509
|
-
}
|
|
1510
|
-
interface ReportsResource {
|
|
1511
|
-
/** Searches all error reports received for an app. */
|
|
1512
|
-
search(request?: {
|
|
1513
|
-
/** V1 error format. */
|
|
1514
|
-
"$.xgafv"?:
|
|
1515
|
-
string;
|
|
1516
|
-
/** OAuth access token. */
|
|
1517
|
-
access_token?:
|
|
1518
|
-
string;
|
|
1519
|
-
/** Data format for response. */
|
|
1520
|
-
alt?:
|
|
1521
|
-
string;
|
|
1522
|
-
/** JSONP */
|
|
1523
|
-
callback?:
|
|
1524
|
-
string;
|
|
1525
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1526
|
-
fields?:
|
|
1527
|
-
string;
|
|
1528
|
-
/**
|
|
1529
|
-
* A selection predicate to retrieve only a subset of the reports. For filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** *
|
|
1530
|
-
* `apiLevel`: Matches error reports that occurred in the requested Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. *
|
|
1531
|
-
* `versionCode`: Matches error reports that occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error
|
|
1532
|
-
* issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that occurred in
|
|
1533
|
-
* the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches error reports that occurred in the requested device types. Example: `deviceType =
|
|
1534
|
-
* "PHONE"`. * `errorIssueType`: Matches error reports of the requested types only. Valid candidates: `JAVA_CRASH`, `NATIVE_CRASH`, `ANR`. Example: `errorIssueType = JAVA_CRASH OR
|
|
1535
|
-
* errorIssueType = NATIVE_CRASH`. * `errorIssueId`: Matches error reports belonging to the requested error issue ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. *
|
|
1536
|
-
* `appProcessState`: Matches error reports on the process state of an app, indicating whether an app runs in the foreground (user-visible) or background. Valid candidates:
|
|
1537
|
-
* `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-perceived. It is not accompanied by any operators.
|
|
1538
|
-
* Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator is equality. The filtered field must appear on the left hand
|
|
1539
|
-
* side of the comparison. * Logical Operators: Logical operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., conjunctions
|
|
1540
|
-
* of disjunctions. The `OR` operator takes precedence over `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build
|
|
1541
|
-
* disjunctions that apply to the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType = ANR` is not valid. **
|
|
1542
|
-
* Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode
|
|
1543
|
-
* = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
|
|
1544
|
-
*/
|
|
1545
|
-
filter?:
|
|
1546
|
-
string;
|
|
1547
|
-
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
1548
|
-
"interval.endTime.day"?:
|
|
1549
|
-
number;
|
|
1550
|
-
/**
|
|
1551
|
-
* Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing
|
|
1552
|
-
* time.
|
|
1553
|
-
*/
|
|
1554
|
-
"interval.endTime.hours"?:
|
|
1555
|
-
number;
|
|
1556
|
-
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
1557
|
-
"interval.endTime.minutes"?:
|
|
1558
|
-
number;
|
|
1559
|
-
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
1560
|
-
"interval.endTime.month"?:
|
|
1561
|
-
number;
|
|
1562
|
-
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
1563
|
-
"interval.endTime.nanos"?:
|
|
1564
|
-
number;
|
|
1565
|
-
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
1566
|
-
"interval.endTime.seconds"?:
|
|
1567
|
-
number;
|
|
1568
|
-
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
1569
|
-
"interval.endTime.timeZone.id"?:
|
|
1570
|
-
string;
|
|
1571
|
-
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
1572
|
-
"interval.endTime.timeZone.version"?:
|
|
1573
|
-
string;
|
|
1574
|
-
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
1575
|
-
"interval.endTime.utcOffset"?:
|
|
1576
|
-
string;
|
|
1577
|
-
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
1578
|
-
"interval.endTime.year"?:
|
|
1579
|
-
number;
|
|
1580
|
-
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
1581
|
-
"interval.startTime.day"?:
|
|
1582
|
-
number;
|
|
1583
|
-
/**
|
|
1584
|
-
* Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing
|
|
1585
|
-
* time.
|
|
1586
|
-
*/
|
|
1587
|
-
"interval.startTime.hours"?:
|
|
1588
|
-
number;
|
|
1589
|
-
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
1590
|
-
"interval.startTime.minutes"?:
|
|
1591
|
-
number;
|
|
1592
|
-
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
1593
|
-
"interval.startTime.month"?:
|
|
1594
|
-
number;
|
|
1595
|
-
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
1596
|
-
"interval.startTime.nanos"?:
|
|
1597
|
-
number;
|
|
1598
|
-
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
1599
|
-
"interval.startTime.seconds"?:
|
|
1600
|
-
number;
|
|
1601
|
-
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
1602
|
-
"interval.startTime.timeZone.id"?:
|
|
1603
|
-
string;
|
|
1604
|
-
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
1605
|
-
"interval.startTime.timeZone.version"?:
|
|
1606
|
-
string;
|
|
1607
|
-
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
1608
|
-
"interval.startTime.utcOffset"?:
|
|
1609
|
-
string;
|
|
1610
|
-
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
1611
|
-
"interval.startTime.year"?:
|
|
1612
|
-
number;
|
|
1613
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1614
|
-
key?:
|
|
1615
|
-
string;
|
|
1616
|
-
/** OAuth 2.0 token for the current user. */
|
|
1617
|
-
oauth_token?:
|
|
1618
|
-
string;
|
|
1619
|
-
/**
|
|
1620
|
-
* The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values
|
|
1621
|
-
* above 100 will be coerced to 100.
|
|
1622
|
-
*/
|
|
1623
|
-
pageSize?:
|
|
1624
|
-
number;
|
|
1625
|
-
/**
|
|
1626
|
-
* A page token, received from a previous `SearchErrorReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to
|
|
1627
|
-
* `SearchErrorReports` must match the call that provided the page token.
|
|
1628
|
-
*/
|
|
1629
|
-
pageToken?:
|
|
1630
|
-
string;
|
|
1631
|
-
/** Required. Parent resource of the reports, indicating the application for which they were received. Format: apps/{app} */
|
|
1632
|
-
parent:
|
|
1633
|
-
string;
|
|
1634
|
-
/** Returns response with indentations and line breaks. */
|
|
1635
|
-
prettyPrint?:
|
|
1636
|
-
boolean;
|
|
1637
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1638
|
-
quotaUser?:
|
|
1639
|
-
string;
|
|
1640
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1641
|
-
upload_protocol?:
|
|
1642
|
-
string;
|
|
1643
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1644
|
-
uploadType?:
|
|
1645
|
-
string;
|
|
1646
|
-
}): Request<GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse>;
|
|
1647
|
-
}
|
|
1648
|
-
interface ErrorsResource {
|
|
1649
|
-
counts:
|
|
1650
|
-
CountsResource;
|
|
1651
|
-
issues:
|
|
1652
|
-
IssuesResource;
|
|
1653
|
-
reports:
|
|
1654
|
-
ReportsResource;
|
|
1655
|
-
}
|
|
1656
|
-
interface ExcessivewakeuprateResource {
|
|
1657
|
-
/** Describes the properties of the metric set. */
|
|
1658
|
-
get(request?: {
|
|
1659
|
-
/** V1 error format. */
|
|
1660
|
-
"$.xgafv"?:
|
|
1661
|
-
string;
|
|
1662
|
-
/** OAuth access token. */
|
|
1663
|
-
access_token?:
|
|
1664
|
-
string;
|
|
1665
|
-
/** Data format for response. */
|
|
1666
|
-
alt?:
|
|
1667
|
-
string;
|
|
1668
|
-
/** JSONP */
|
|
1669
|
-
callback?:
|
|
1670
|
-
string;
|
|
1671
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1672
|
-
fields?:
|
|
1673
|
-
string;
|
|
1674
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1675
|
-
key?:
|
|
1676
|
-
string;
|
|
1677
|
-
/** Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
|
|
1678
|
-
name:
|
|
1679
|
-
string;
|
|
1680
|
-
/** OAuth 2.0 token for the current user. */
|
|
1681
|
-
oauth_token?:
|
|
1682
|
-
string;
|
|
1683
|
-
/** Returns response with indentations and line breaks. */
|
|
1684
|
-
prettyPrint?:
|
|
1685
|
-
boolean;
|
|
1686
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1687
|
-
quotaUser?:
|
|
1688
|
-
string;
|
|
1689
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1690
|
-
upload_protocol?:
|
|
1691
|
-
string;
|
|
1692
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1693
|
-
uploadType?:
|
|
1694
|
-
string;
|
|
1695
|
-
}): Request<GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet>;
|
|
1696
|
-
/** Queries the metrics in the metric set. */
|
|
1697
|
-
query(request: {
|
|
1698
|
-
/** V1 error format. */
|
|
1699
|
-
"$.xgafv"?:
|
|
1700
|
-
string;
|
|
1701
|
-
/** OAuth access token. */
|
|
1702
|
-
access_token?:
|
|
1703
|
-
string;
|
|
1704
|
-
/** Data format for response. */
|
|
1705
|
-
alt?:
|
|
1706
|
-
string;
|
|
1707
|
-
/** JSONP */
|
|
1708
|
-
callback?:
|
|
1709
|
-
string;
|
|
1710
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1711
|
-
fields?:
|
|
1712
|
-
string;
|
|
1713
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1714
|
-
key?:
|
|
1715
|
-
string;
|
|
1716
|
-
/** Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
|
|
1717
|
-
name:
|
|
1718
|
-
string;
|
|
1719
|
-
/** OAuth 2.0 token for the current user. */
|
|
1720
|
-
oauth_token?:
|
|
1721
|
-
string;
|
|
1722
|
-
/** Returns response with indentations and line breaks. */
|
|
1723
|
-
prettyPrint?:
|
|
1724
|
-
boolean;
|
|
1725
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1726
|
-
quotaUser?:
|
|
1727
|
-
string;
|
|
1728
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1729
|
-
upload_protocol?:
|
|
1730
|
-
string;
|
|
1731
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1732
|
-
uploadType?:
|
|
1733
|
-
string;
|
|
1734
|
-
/** Request body */
|
|
1735
|
-
resource:
|
|
1736
|
-
GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest;
|
|
1737
|
-
}): Request<GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse>;
|
|
1738
|
-
query(request: {
|
|
1739
|
-
/** V1 error format. */
|
|
1740
|
-
"$.xgafv"?:
|
|
1741
|
-
string;
|
|
1742
|
-
/** OAuth access token. */
|
|
1743
|
-
access_token?:
|
|
1744
|
-
string;
|
|
1745
|
-
/** Data format for response. */
|
|
1746
|
-
alt?:
|
|
1747
|
-
string;
|
|
1748
|
-
/** JSONP */
|
|
1749
|
-
callback?:
|
|
1750
|
-
string;
|
|
1751
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1752
|
-
fields?:
|
|
1753
|
-
string;
|
|
1754
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1755
|
-
key?:
|
|
1756
|
-
string;
|
|
1757
|
-
/** Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
|
|
1758
|
-
name:
|
|
1759
|
-
string;
|
|
1760
|
-
/** OAuth 2.0 token for the current user. */
|
|
1761
|
-
oauth_token?:
|
|
1762
|
-
string;
|
|
1763
|
-
/** Returns response with indentations and line breaks. */
|
|
1764
|
-
prettyPrint?:
|
|
1765
|
-
boolean;
|
|
1766
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1767
|
-
quotaUser?:
|
|
1768
|
-
string;
|
|
1769
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1770
|
-
upload_protocol?:
|
|
1771
|
-
string;
|
|
1772
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1773
|
-
uploadType?:
|
|
1774
|
-
string;
|
|
1775
|
-
},
|
|
1776
|
-
body: GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest): Request<GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse>;
|
|
1777
|
-
}
|
|
1778
|
-
interface SlowrenderingrateResource {
|
|
1779
|
-
/** Describes the properties of the metric set. */
|
|
1780
|
-
get(request?: {
|
|
1781
|
-
/** V1 error format. */
|
|
1782
|
-
"$.xgafv"?:
|
|
1783
|
-
string;
|
|
1784
|
-
/** OAuth access token. */
|
|
1785
|
-
access_token?:
|
|
1786
|
-
string;
|
|
1787
|
-
/** Data format for response. */
|
|
1788
|
-
alt?:
|
|
1789
|
-
string;
|
|
1790
|
-
/** JSONP */
|
|
1791
|
-
callback?:
|
|
1792
|
-
string;
|
|
1793
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1794
|
-
fields?:
|
|
1795
|
-
string;
|
|
1796
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1797
|
-
key?:
|
|
1798
|
-
string;
|
|
1799
|
-
/** Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
|
|
1800
|
-
name:
|
|
1801
|
-
string;
|
|
1802
|
-
/** OAuth 2.0 token for the current user. */
|
|
1803
|
-
oauth_token?:
|
|
1804
|
-
string;
|
|
1805
|
-
/** Returns response with indentations and line breaks. */
|
|
1806
|
-
prettyPrint?:
|
|
1807
|
-
boolean;
|
|
1808
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1809
|
-
quotaUser?:
|
|
1810
|
-
string;
|
|
1811
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1812
|
-
upload_protocol?:
|
|
1813
|
-
string;
|
|
1814
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1815
|
-
uploadType?:
|
|
1816
|
-
string;
|
|
1817
|
-
}): Request<GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet>;
|
|
1818
|
-
/** Queries the metrics in the metric set. */
|
|
1819
|
-
query(request: {
|
|
1820
|
-
/** V1 error format. */
|
|
1821
|
-
"$.xgafv"?:
|
|
1822
|
-
string;
|
|
1823
|
-
/** OAuth access token. */
|
|
1824
|
-
access_token?:
|
|
1825
|
-
string;
|
|
1826
|
-
/** Data format for response. */
|
|
1827
|
-
alt?:
|
|
1828
|
-
string;
|
|
1829
|
-
/** JSONP */
|
|
1830
|
-
callback?:
|
|
1831
|
-
string;
|
|
1832
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1833
|
-
fields?:
|
|
1834
|
-
string;
|
|
1835
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1836
|
-
key?:
|
|
1837
|
-
string;
|
|
1838
|
-
/** Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
|
|
1839
|
-
name:
|
|
1840
|
-
string;
|
|
1841
|
-
/** OAuth 2.0 token for the current user. */
|
|
1842
|
-
oauth_token?:
|
|
1843
|
-
string;
|
|
1844
|
-
/** Returns response with indentations and line breaks. */
|
|
1845
|
-
prettyPrint?:
|
|
1846
|
-
boolean;
|
|
1847
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1848
|
-
quotaUser?:
|
|
1849
|
-
string;
|
|
1850
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1851
|
-
upload_protocol?:
|
|
1852
|
-
string;
|
|
1853
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1854
|
-
uploadType?:
|
|
1855
|
-
string;
|
|
1856
|
-
/** Request body */
|
|
1857
|
-
resource:
|
|
1858
|
-
GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest;
|
|
1859
|
-
}): Request<GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse>;
|
|
1860
|
-
query(request: {
|
|
1861
|
-
/** V1 error format. */
|
|
1862
|
-
"$.xgafv"?:
|
|
1863
|
-
string;
|
|
1864
|
-
/** OAuth access token. */
|
|
1865
|
-
access_token?:
|
|
1866
|
-
string;
|
|
1867
|
-
/** Data format for response. */
|
|
1868
|
-
alt?:
|
|
1869
|
-
string;
|
|
1870
|
-
/** JSONP */
|
|
1871
|
-
callback?:
|
|
1872
|
-
string;
|
|
1873
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1874
|
-
fields?:
|
|
1875
|
-
string;
|
|
1876
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1877
|
-
key?:
|
|
1878
|
-
string;
|
|
1879
|
-
/** Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
|
|
1880
|
-
name:
|
|
1881
|
-
string;
|
|
1882
|
-
/** OAuth 2.0 token for the current user. */
|
|
1883
|
-
oauth_token?:
|
|
1884
|
-
string;
|
|
1885
|
-
/** Returns response with indentations and line breaks. */
|
|
1886
|
-
prettyPrint?:
|
|
1887
|
-
boolean;
|
|
1888
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1889
|
-
quotaUser?:
|
|
1890
|
-
string;
|
|
1891
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1892
|
-
upload_protocol?:
|
|
1893
|
-
string;
|
|
1894
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1895
|
-
uploadType?:
|
|
1896
|
-
string;
|
|
1897
|
-
},
|
|
1898
|
-
body: GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest): Request<GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse>;
|
|
1899
|
-
}
|
|
1900
|
-
interface SlowstartrateResource {
|
|
1901
|
-
/** Describes the properties of the metric set. */
|
|
1902
|
-
get(request?: {
|
|
1903
|
-
/** V1 error format. */
|
|
1904
|
-
"$.xgafv"?:
|
|
1905
|
-
string;
|
|
1906
|
-
/** OAuth access token. */
|
|
1907
|
-
access_token?:
|
|
1908
|
-
string;
|
|
1909
|
-
/** Data format for response. */
|
|
1910
|
-
alt?:
|
|
1911
|
-
string;
|
|
1912
|
-
/** JSONP */
|
|
1913
|
-
callback?:
|
|
1914
|
-
string;
|
|
1915
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1916
|
-
fields?:
|
|
1917
|
-
string;
|
|
1918
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1919
|
-
key?:
|
|
1920
|
-
string;
|
|
1921
|
-
/** Required. The resource name. Format: apps/{app}/slowStartRateMetricSet */
|
|
1922
|
-
name:
|
|
1923
|
-
string;
|
|
1924
|
-
/** OAuth 2.0 token for the current user. */
|
|
1925
|
-
oauth_token?:
|
|
1926
|
-
string;
|
|
1927
|
-
/** Returns response with indentations and line breaks. */
|
|
1928
|
-
prettyPrint?:
|
|
1929
|
-
boolean;
|
|
1930
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1931
|
-
quotaUser?:
|
|
1932
|
-
string;
|
|
1933
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1934
|
-
upload_protocol?:
|
|
1935
|
-
string;
|
|
1936
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1937
|
-
uploadType?:
|
|
1938
|
-
string;
|
|
1939
|
-
}): Request<GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet>;
|
|
1940
|
-
/** Queries the metrics in the metric set. */
|
|
1941
|
-
query(request: {
|
|
1942
|
-
/** V1 error format. */
|
|
1943
|
-
"$.xgafv"?:
|
|
1944
|
-
string;
|
|
1945
|
-
/** OAuth access token. */
|
|
1946
|
-
access_token?:
|
|
1947
|
-
string;
|
|
1948
|
-
/** Data format for response. */
|
|
1949
|
-
alt?:
|
|
1950
|
-
string;
|
|
1951
|
-
/** JSONP */
|
|
1952
|
-
callback?:
|
|
1953
|
-
string;
|
|
1954
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1955
|
-
fields?:
|
|
1956
|
-
string;
|
|
1957
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1958
|
-
key?:
|
|
1959
|
-
string;
|
|
1960
|
-
/** Required. The resource name. Format: apps/{app}/slowStartRateMetricSet */
|
|
1961
|
-
name:
|
|
1962
|
-
string;
|
|
1963
|
-
/** OAuth 2.0 token for the current user. */
|
|
1964
|
-
oauth_token?:
|
|
1965
|
-
string;
|
|
1966
|
-
/** Returns response with indentations and line breaks. */
|
|
1967
|
-
prettyPrint?:
|
|
1968
|
-
boolean;
|
|
1969
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1970
|
-
quotaUser?:
|
|
1971
|
-
string;
|
|
1972
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1973
|
-
upload_protocol?:
|
|
1974
|
-
string;
|
|
1975
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1976
|
-
uploadType?:
|
|
1977
|
-
string;
|
|
1978
|
-
/** Request body */
|
|
1979
|
-
resource:
|
|
1980
|
-
GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest;
|
|
1981
|
-
}): Request<GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse>;
|
|
1982
|
-
query(request: {
|
|
1983
|
-
/** V1 error format. */
|
|
1984
|
-
"$.xgafv"?:
|
|
1985
|
-
string;
|
|
1986
|
-
/** OAuth access token. */
|
|
1987
|
-
access_token?:
|
|
1988
|
-
string;
|
|
1989
|
-
/** Data format for response. */
|
|
1990
|
-
alt?:
|
|
1991
|
-
string;
|
|
1992
|
-
/** JSONP */
|
|
1993
|
-
callback?:
|
|
1994
|
-
string;
|
|
1995
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
1996
|
-
fields?:
|
|
1997
|
-
string;
|
|
1998
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1999
|
-
key?:
|
|
2000
|
-
string;
|
|
2001
|
-
/** Required. The resource name. Format: apps/{app}/slowStartRateMetricSet */
|
|
2002
|
-
name:
|
|
2003
|
-
string;
|
|
2004
|
-
/** OAuth 2.0 token for the current user. */
|
|
2005
|
-
oauth_token?:
|
|
2006
|
-
string;
|
|
2007
|
-
/** Returns response with indentations and line breaks. */
|
|
2008
|
-
prettyPrint?:
|
|
2009
|
-
boolean;
|
|
2010
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2011
|
-
quotaUser?:
|
|
2012
|
-
string;
|
|
2013
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2014
|
-
upload_protocol?:
|
|
2015
|
-
string;
|
|
2016
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2017
|
-
uploadType?:
|
|
2018
|
-
string;
|
|
2019
|
-
},
|
|
2020
|
-
body: GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest): Request<GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse>;
|
|
2021
|
-
}
|
|
2022
|
-
interface StuckbackgroundwakelockrateResource {
|
|
2023
|
-
/** Describes the properties of the metric set. */
|
|
2024
|
-
get(request?: {
|
|
2025
|
-
/** V1 error format. */
|
|
2026
|
-
"$.xgafv"?:
|
|
2027
|
-
string;
|
|
2028
|
-
/** OAuth access token. */
|
|
2029
|
-
access_token?:
|
|
2030
|
-
string;
|
|
2031
|
-
/** Data format for response. */
|
|
2032
|
-
alt?:
|
|
2033
|
-
string;
|
|
2034
|
-
/** JSONP */
|
|
2035
|
-
callback?:
|
|
2036
|
-
string;
|
|
2037
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2038
|
-
fields?:
|
|
2039
|
-
string;
|
|
2040
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2041
|
-
key?:
|
|
2042
|
-
string;
|
|
2043
|
-
/** Required. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
|
|
2044
|
-
name:
|
|
2045
|
-
string;
|
|
2046
|
-
/** OAuth 2.0 token for the current user. */
|
|
2047
|
-
oauth_token?:
|
|
2048
|
-
string;
|
|
2049
|
-
/** Returns response with indentations and line breaks. */
|
|
2050
|
-
prettyPrint?:
|
|
2051
|
-
boolean;
|
|
2052
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2053
|
-
quotaUser?:
|
|
2054
|
-
string;
|
|
2055
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2056
|
-
upload_protocol?:
|
|
2057
|
-
string;
|
|
2058
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2059
|
-
uploadType?:
|
|
2060
|
-
string;
|
|
2061
|
-
}): Request<GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet>;
|
|
2062
|
-
/** Queries the metrics in the metric set. */
|
|
2063
|
-
query(request: {
|
|
2064
|
-
/** V1 error format. */
|
|
2065
|
-
"$.xgafv"?:
|
|
2066
|
-
string;
|
|
2067
|
-
/** OAuth access token. */
|
|
2068
|
-
access_token?:
|
|
2069
|
-
string;
|
|
2070
|
-
/** Data format for response. */
|
|
2071
|
-
alt?:
|
|
2072
|
-
string;
|
|
2073
|
-
/** JSONP */
|
|
2074
|
-
callback?:
|
|
2075
|
-
string;
|
|
2076
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2077
|
-
fields?:
|
|
2078
|
-
string;
|
|
2079
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2080
|
-
key?:
|
|
2081
|
-
string;
|
|
2082
|
-
/** Required. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
|
|
2083
|
-
name:
|
|
2084
|
-
string;
|
|
2085
|
-
/** OAuth 2.0 token for the current user. */
|
|
2086
|
-
oauth_token?:
|
|
2087
|
-
string;
|
|
2088
|
-
/** Returns response with indentations and line breaks. */
|
|
2089
|
-
prettyPrint?:
|
|
2090
|
-
boolean;
|
|
2091
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2092
|
-
quotaUser?:
|
|
2093
|
-
string;
|
|
2094
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2095
|
-
upload_protocol?:
|
|
2096
|
-
string;
|
|
2097
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2098
|
-
uploadType?:
|
|
2099
|
-
string;
|
|
2100
|
-
/** Request body */
|
|
2101
|
-
resource:
|
|
2102
|
-
GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest;
|
|
2103
|
-
}): Request<GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse>;
|
|
2104
|
-
query(request: {
|
|
2105
|
-
/** V1 error format. */
|
|
2106
|
-
"$.xgafv"?:
|
|
2107
|
-
string;
|
|
2108
|
-
/** OAuth access token. */
|
|
2109
|
-
access_token?:
|
|
2110
|
-
string;
|
|
2111
|
-
/** Data format for response. */
|
|
2112
|
-
alt?:
|
|
2113
|
-
string;
|
|
2114
|
-
/** JSONP */
|
|
2115
|
-
callback?:
|
|
2116
|
-
string;
|
|
2117
|
-
/** Selector specifying which fields to include in a partial response. */
|
|
2118
|
-
fields?:
|
|
2119
|
-
string;
|
|
2120
|
-
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
2121
|
-
key?:
|
|
2122
|
-
string;
|
|
2123
|
-
/** Required. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
|
|
2124
|
-
name:
|
|
2125
|
-
string;
|
|
2126
|
-
/** OAuth 2.0 token for the current user. */
|
|
2127
|
-
oauth_token?:
|
|
2128
|
-
string;
|
|
2129
|
-
/** Returns response with indentations and line breaks. */
|
|
2130
|
-
prettyPrint?:
|
|
2131
|
-
boolean;
|
|
2132
|
-
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
2133
|
-
quotaUser?:
|
|
2134
|
-
string;
|
|
2135
|
-
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
2136
|
-
upload_protocol?:
|
|
2137
|
-
string;
|
|
2138
|
-
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
2139
|
-
uploadType?:
|
|
2140
|
-
string;
|
|
2141
|
-
},
|
|
2142
|
-
body: GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest): Request<GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse>;
|
|
2143
|
-
}
|
|
2144
|
-
interface VitalsResource {
|
|
2145
|
-
anrrate:
|
|
2146
|
-
AnrrateResource;
|
|
2147
|
-
crashrate:
|
|
2148
|
-
CrashrateResource;
|
|
2149
|
-
errors:
|
|
2150
|
-
ErrorsResource;
|
|
2151
|
-
excessivewakeuprate:
|
|
2152
|
-
ExcessivewakeuprateResource;
|
|
2153
|
-
slowrenderingrate:
|
|
2154
|
-
SlowrenderingrateResource;
|
|
2155
|
-
slowstartrate:
|
|
2156
|
-
SlowstartrateResource;
|
|
2157
|
-
stuckbackgroundwakelockrate:
|
|
2158
|
-
StuckbackgroundwakelockrateResource;
|
|
2159
|
-
}
|
|
33
|
+
namespace playdeveloperreporting {
|
|
34
|
+
interface GooglePlayDeveloperReportingV1beta1Anomaly {
|
|
35
|
+
/** Combination of dimensions in which the anomaly was detected. */
|
|
36
|
+
dimensions?: GooglePlayDeveloperReportingV1beta1DimensionValue[];
|
|
37
|
+
/** Metric where the anomaly was detected, together with the anomalous value. */
|
|
38
|
+
metric?: GooglePlayDeveloperReportingV1beta1MetricValue;
|
|
39
|
+
/** Metric set resource where the anomaly was detected. */
|
|
40
|
+
metricSet?: string;
|
|
41
|
+
/** Name of the anomaly. Format: apps/{app}/anomalies/{anomaly} */
|
|
42
|
+
name?: string;
|
|
43
|
+
/** Timeline specification that covers the anomaly period. */
|
|
44
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
45
|
+
}
|
|
46
|
+
interface GooglePlayDeveloperReportingV1beta1AnrRateMetricSet {
|
|
47
|
+
/** Summary about data freshness in this resource. */
|
|
48
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
49
|
+
/** The resource name. Format: apps/{app}/anrRateMetricSet */
|
|
50
|
+
name?: string;
|
|
51
|
+
}
|
|
52
|
+
interface GooglePlayDeveloperReportingV1beta1App {
|
|
53
|
+
/** Title of the app. This is the latest title as set in the Play Console and may not yet have been reviewed, so might not match the Play Store. Example: `Google Maps`. */
|
|
54
|
+
displayName?: string;
|
|
55
|
+
/** The resource name. Format: apps/{app} */
|
|
56
|
+
name?: string;
|
|
57
|
+
/** Package name of the app. Example: `com.example.app123`. */
|
|
58
|
+
packageName?: string;
|
|
59
|
+
}
|
|
60
|
+
interface GooglePlayDeveloperReportingV1beta1AppVersion {
|
|
61
|
+
/** Numeric version code of the app version (set by the app's developer). */
|
|
62
|
+
versionCode?: string;
|
|
63
|
+
}
|
|
64
|
+
interface GooglePlayDeveloperReportingV1beta1CrashRateMetricSet {
|
|
65
|
+
/** Summary about data freshness in this resource. */
|
|
66
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
67
|
+
/** The resource name. Format: apps/{app}/crashRateMetricSet */
|
|
68
|
+
name?: string;
|
|
69
|
+
}
|
|
70
|
+
interface GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval {
|
|
71
|
+
/** The confidence interval's lower bound. */
|
|
72
|
+
lowerBound?: GoogleTypeDecimal;
|
|
73
|
+
/** The confidence interval's upper bound. */
|
|
74
|
+
upperBound?: GoogleTypeDecimal;
|
|
75
|
+
}
|
|
76
|
+
interface GooglePlayDeveloperReportingV1beta1DeviceId {
|
|
77
|
+
/** Value of Build.BRAND. */
|
|
78
|
+
buildBrand?: string;
|
|
79
|
+
/** Value of Build.DEVICE. */
|
|
80
|
+
buildDevice?: string;
|
|
81
|
+
}
|
|
82
|
+
interface GooglePlayDeveloperReportingV1beta1DeviceModelSummary {
|
|
83
|
+
/** Identifier of the device. */
|
|
84
|
+
deviceId?: GooglePlayDeveloperReportingV1beta1DeviceId;
|
|
85
|
+
/** Link to the device in Play Device Catalog. */
|
|
86
|
+
deviceUri?: string;
|
|
87
|
+
/** Display name of the device. */
|
|
88
|
+
marketingName?: string;
|
|
89
|
+
}
|
|
90
|
+
interface GooglePlayDeveloperReportingV1beta1DimensionValue {
|
|
91
|
+
/** Name of the dimension. */
|
|
92
|
+
dimension?: string;
|
|
93
|
+
/** Actual value, represented as an int64. */
|
|
94
|
+
int64Value?: string;
|
|
95
|
+
/** Actual value, represented as a string. */
|
|
96
|
+
stringValue?: string;
|
|
97
|
+
/** Optional. Human-friendly label for the value, always in English. For example, 'Spain' for the 'ES' country code. Whereas the dimension value is stable, this value label is subject to change. Do not assume that the (value, value_label) relationship is stable. For example, the ISO country code 'MK' changed its name recently to 'North Macedonia'. */
|
|
98
|
+
valueLabel?: string;
|
|
99
|
+
}
|
|
100
|
+
interface GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet {
|
|
101
|
+
/** Summary about data freshness in this resource. */
|
|
102
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
103
|
+
/** The resource name. Format: apps/{app}/errorCountMetricSet */
|
|
104
|
+
name?: string;
|
|
105
|
+
}
|
|
106
|
+
interface GooglePlayDeveloperReportingV1beta1ErrorIssue {
|
|
107
|
+
/** Cause of the issue. Depending on the type this can be either: * APPLICATION_NOT_RESPONDING: the type of ANR that occurred, e.g., 'Input dispatching timed out'. * CRASH: for Java unhandled exception errors, the type of the innermost exception that was thrown, e.g., IllegalArgumentException. For signals in native code, the signal that was raised, e.g. SIGSEGV. */
|
|
108
|
+
cause?: string;
|
|
109
|
+
/** An estimate of the number of unique users who have experienced this issue (only considering occurrences matching the filters and within the requested time period). */
|
|
110
|
+
distinctUsers?: string;
|
|
111
|
+
/** An estimated percentage of users affected by any issue that are affected by this issue (only considering occurrences matching the filters and within the requested time period). */
|
|
112
|
+
distinctUsersPercent?: GoogleTypeDecimal;
|
|
113
|
+
/** The total number of error reports in this issue (only considering occurrences matching the filters and within the requested time period). */
|
|
114
|
+
errorReportCount?: string;
|
|
115
|
+
/** The earliest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters). */
|
|
116
|
+
firstAppVersion?: GooglePlayDeveloperReportingV1beta1AppVersion;
|
|
117
|
+
/** The smallest OS version in which this error cluster has occurred in the requested time period (only considering occurrences matching the filters and within the requested time period). */
|
|
118
|
+
firstOsVersion?: GooglePlayDeveloperReportingV1beta1OsVersion;
|
|
119
|
+
/** Link to the issue in Android vitals in the Play Console. */
|
|
120
|
+
issueUri?: string;
|
|
121
|
+
/** The latest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters). */
|
|
122
|
+
lastAppVersion?: GooglePlayDeveloperReportingV1beta1AppVersion;
|
|
123
|
+
/** Start of the hour during which the last error report in this issue occurred. */
|
|
124
|
+
lastErrorReportTime?: string;
|
|
125
|
+
/** The latest OS version in which this error cluster has occurred in the requested time period (only considering occurrences matching the filters and within the requested time period). */
|
|
126
|
+
lastOsVersion?: GooglePlayDeveloperReportingV1beta1OsVersion;
|
|
127
|
+
/** Location where the issue happened. Depending on the type this can be either: * APPLICATION_NOT_RESPONDING: the name of the activity or service that stopped responding. * CRASH: the likely method name that caused the error. */
|
|
128
|
+
location?: string;
|
|
129
|
+
/** The resource name of the issue. Format: apps/{app}/errorIssues/{issue} */
|
|
130
|
+
name?: string;
|
|
131
|
+
/** Type of the errors grouped in this issue. */
|
|
132
|
+
type?: string;
|
|
133
|
+
}
|
|
134
|
+
interface GooglePlayDeveloperReportingV1beta1ErrorReport {
|
|
135
|
+
/** A device model on which an event in this error report occurred on. */
|
|
136
|
+
deviceModel?: GooglePlayDeveloperReportingV1beta1DeviceModelSummary;
|
|
137
|
+
/** Start of the hour during which the latest event in this error report occurred. */
|
|
138
|
+
eventTime?: string;
|
|
139
|
+
/** The issue this report was associated with. **Please note:** this resource is currently in Alpha. There could be changes to the issue grouping that would result in similar but more recent error reports being assigned to a different issue. */
|
|
140
|
+
issue?: string;
|
|
141
|
+
/** The resource name of the report. Format: apps/{app}/errorReports/{report} */
|
|
142
|
+
name?: string;
|
|
143
|
+
/** The OS version on which an event in this error report occurred on. */
|
|
144
|
+
osVersion?: GooglePlayDeveloperReportingV1beta1OsVersion;
|
|
145
|
+
/** Textual representation of the error report. These textual reports are produced by the platform. The reports are then sanitized and filtered to remove any potentially sensitive information. Although their format is fairly stable, they are not entirely meant for machine consumption and we cannot guarantee that there won't be subtle changes to the formatting that may break systems trying to parse information out of the reports. */
|
|
146
|
+
reportText?: string;
|
|
147
|
+
/** Type of the error for which this report was generated. */
|
|
148
|
+
type?: string;
|
|
149
|
+
}
|
|
150
|
+
interface GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet {
|
|
151
|
+
/** Summary about data freshness in this resource. */
|
|
152
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
153
|
+
/** The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
|
|
154
|
+
name?: string;
|
|
155
|
+
}
|
|
156
|
+
interface GooglePlayDeveloperReportingV1beta1FreshnessInfo {
|
|
157
|
+
/** Information about data freshness for every supported aggregation period. This field has set semantics, keyed by the `aggregation_period` field. */
|
|
158
|
+
freshnesses?: GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness[];
|
|
159
|
+
}
|
|
160
|
+
interface GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness {
|
|
161
|
+
/** Aggregation period for which data is available. */
|
|
162
|
+
aggregationPeriod?: string;
|
|
163
|
+
/** Latest end time for which data is available, for the aggregation period. The time is specified in the metric set's default timezone. *Note:* time ranges in TimelineSpec are represented as `start_time, end_time)`. For example, if the latest available timeline data point for a `DAILY` aggregation period is `2021-06-23 00:00:00 America/Los_Angeles`, the value of this field would be `2021-06-24 00:00:00 America/Los_Angeles` so it can be easily reused in [TimelineSpec.end_time. */
|
|
164
|
+
latestEndTime?: GoogleTypeDateTime;
|
|
165
|
+
}
|
|
166
|
+
interface GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse {
|
|
167
|
+
/** Anomalies that were found. */
|
|
168
|
+
anomalies?: GooglePlayDeveloperReportingV1beta1Anomaly[];
|
|
169
|
+
/** Continuation token to fetch the next page of data. */
|
|
170
|
+
nextPageToken?: string;
|
|
171
|
+
}
|
|
172
|
+
interface GooglePlayDeveloperReportingV1beta1MetricsRow {
|
|
173
|
+
/** Granularity of the aggregation period of the row. */
|
|
174
|
+
aggregationPeriod?: string;
|
|
175
|
+
/** Dimension columns in the row. */
|
|
176
|
+
dimensions?: GooglePlayDeveloperReportingV1beta1DimensionValue[];
|
|
177
|
+
/** Metric columns in the row. */
|
|
178
|
+
metrics?: GooglePlayDeveloperReportingV1beta1MetricValue[];
|
|
179
|
+
/** Starting date (and time for hourly aggregation) of the period covered by this row. */
|
|
180
|
+
startTime?: GoogleTypeDateTime;
|
|
181
|
+
}
|
|
182
|
+
interface GooglePlayDeveloperReportingV1beta1MetricValue {
|
|
183
|
+
/** Actual value, represented as a decimal number. */
|
|
184
|
+
decimalValue?: GoogleTypeDecimal;
|
|
185
|
+
/** Confidence interval of a value that is of type `type.Decimal`. */
|
|
186
|
+
decimalValueConfidenceInterval?: GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval;
|
|
187
|
+
/** Name of the metric. */
|
|
188
|
+
metric?: string;
|
|
189
|
+
}
|
|
190
|
+
interface GooglePlayDeveloperReportingV1beta1OsVersion {
|
|
191
|
+
/** Numeric version code of the OS - API level */
|
|
192
|
+
apiLevel?: string;
|
|
193
|
+
}
|
|
194
|
+
interface GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest {
|
|
195
|
+
/** Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. */
|
|
196
|
+
dimensions?: string[];
|
|
197
|
+
/** Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions. */
|
|
198
|
+
filter?: string;
|
|
199
|
+
/** Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `anrRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one user-perceived ANR. User-perceived ANRs are currently those of 'Input dispatching' type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. Not . supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A user is counted in this metric if they used the app in the foreground during the aggregation period. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value. */
|
|
200
|
+
metrics?: string[];
|
|
201
|
+
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000. */
|
|
202
|
+
pageSize?: number;
|
|
203
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
204
|
+
pageToken?: string;
|
|
205
|
+
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`. */
|
|
206
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
207
|
+
/** User view to select. The output data will correspond to the selected view. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta android versions only, excluding data from released android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
|
|
208
|
+
userCohort?: string;
|
|
209
|
+
}
|
|
210
|
+
interface GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse {
|
|
211
|
+
/** Continuation token to fetch the next page of data. */
|
|
212
|
+
nextPageToken?: string;
|
|
213
|
+
/** Returned rows of data. */
|
|
214
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
215
|
+
}
|
|
216
|
+
interface GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest {
|
|
217
|
+
/** Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. */
|
|
218
|
+
dimensions?: string[];
|
|
219
|
+
/** Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions. */
|
|
220
|
+
filter?: string;
|
|
221
|
+
/** Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash. * `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `crashRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash while they were actively using your app (a user-perceived crash). An app is considered to be in active use if it is displaying any activity or executing any foreground service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `crashRate` and `userPerceivedCrashRate` metrics. A user is counted in this metric if they used the app actively during the aggregation period. An app is considered to be in active use if it is displaying any activity or executing any foreground service. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value. */
|
|
222
|
+
metrics?: string[];
|
|
223
|
+
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100,000; values above 100,000 will be coerced to 100,000. */
|
|
224
|
+
pageSize?: number;
|
|
225
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
226
|
+
pageToken?: string;
|
|
227
|
+
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the default and only supported timezone is `America/Los_Angeles`. * HOURLY: metrics are aggregated in hourly intervals. The default and only supported timezone is `UTC`. */
|
|
228
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
229
|
+
/** User view to select. The output data will correspond to the selected view. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta android versions only, excluding data from released android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
|
|
230
|
+
userCohort?: string;
|
|
231
|
+
}
|
|
232
|
+
interface GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse {
|
|
233
|
+
/** Continuation token to fetch the next page of data. */
|
|
234
|
+
nextPageToken?: string;
|
|
235
|
+
/** Returned rows of data. */
|
|
236
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
237
|
+
}
|
|
238
|
+
interface GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest {
|
|
239
|
+
/** Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceModel` (string): unique identifier of the user's device model. * `deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `reportType` (string): the type of error. The value should correspond to one of the possible values in ErrorType. * `isUserPerceived` (string): denotes whether error is user perceived or not, USER_PERCEIVED or NOT_USER_PERCEIVED. * `issueId` (string): the id an error was assigned to. The value should correspond to the `{issue}` component of the issue name. * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. */
|
|
240
|
+
dimensions?: string[];
|
|
241
|
+
/** Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions. */
|
|
242
|
+
filter?: string;
|
|
243
|
+
/** Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`): Absolute count of individual error reports that have been received for an app. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which reports have been received. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. This value is not rounded, however it may be an approximation. */
|
|
244
|
+
metrics?: string[];
|
|
245
|
+
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
|
|
246
|
+
pageSize?: number;
|
|
247
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
248
|
+
pageToken?: string;
|
|
249
|
+
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only supported timezone is `America/Los_Angeles`. */
|
|
250
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
251
|
+
}
|
|
252
|
+
interface GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse {
|
|
253
|
+
/** Continuation token to fetch the next page of data. */
|
|
254
|
+
nextPageToken?: string;
|
|
255
|
+
/** Returned rows. */
|
|
256
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
257
|
+
}
|
|
258
|
+
interface GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest {
|
|
259
|
+
/** Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. */
|
|
260
|
+
dimensions?: string[];
|
|
261
|
+
/** Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions. */
|
|
262
|
+
filter?: string;
|
|
263
|
+
/** Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `excessiveWakeupRate` metric. A user is counted in this metric if they app was doing any work on the device, i.e., not just active foreground usage but also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value. */
|
|
264
|
+
metrics?: string[];
|
|
265
|
+
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
|
|
266
|
+
pageSize?: number;
|
|
267
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
268
|
+
pageToken?: string;
|
|
269
|
+
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
270
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
271
|
+
/** User view to select. The output data will correspond to the selected view. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta android versions only, excluding data from released android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
|
|
272
|
+
userCohort?: string;
|
|
273
|
+
}
|
|
274
|
+
interface GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse {
|
|
275
|
+
/** Continuation token to fetch the next page of data. */
|
|
276
|
+
nextPageToken?: string;
|
|
277
|
+
/** Returned rows of data. */
|
|
278
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
279
|
+
}
|
|
280
|
+
interface GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest {
|
|
281
|
+
/** Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. */
|
|
282
|
+
dimensions?: string[];
|
|
283
|
+
/** Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions. */
|
|
284
|
+
filter?: string;
|
|
285
|
+
/** Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate20Fps` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `slowRenderingRate30Fps` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow rendering. * `slowRenderingRate30Fps7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate30Fps` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate30Fps` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in this metric if their app was launched in the device. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value. */
|
|
286
|
+
metrics?: string[];
|
|
287
|
+
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
|
|
288
|
+
pageSize?: number;
|
|
289
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
290
|
+
pageToken?: string;
|
|
291
|
+
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
292
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
293
|
+
/** User view to select. The output data will correspond to the selected view. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta Android versions only, excluding data from released Android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
|
|
294
|
+
userCohort?: string;
|
|
295
|
+
}
|
|
296
|
+
interface GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse {
|
|
297
|
+
/** Continuation token to fetch the next page of data. */
|
|
298
|
+
nextPageToken?: string;
|
|
299
|
+
/** Returned rows of data. */
|
|
300
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
301
|
+
}
|
|
302
|
+
interface GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest {
|
|
303
|
+
/** Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. */
|
|
304
|
+
dimensions?: string[];
|
|
305
|
+
/** Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions. */
|
|
306
|
+
filter?: string;
|
|
307
|
+
/** Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowStartRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `slowStartRate` metric. A user is counted in this metric if their app was launched in the device. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value. */
|
|
308
|
+
metrics?: string[];
|
|
309
|
+
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
|
|
310
|
+
pageSize?: number;
|
|
311
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
312
|
+
pageToken?: string;
|
|
313
|
+
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
314
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
315
|
+
/** User view to select. The output data will correspond to the selected view. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta Android versions only, excluding data from released Android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
|
|
316
|
+
userCohort?: string;
|
|
317
|
+
}
|
|
318
|
+
interface GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse {
|
|
319
|
+
/** Continuation token to fetch the next page of data. */
|
|
320
|
+
nextPageToken?: string;
|
|
321
|
+
/** Returned rows of data. */
|
|
322
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
323
|
+
}
|
|
324
|
+
interface GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest {
|
|
325
|
+
/** Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device, e.g., 26. * `versionCode` (int64): version of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. The form of the identifier is 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's device brand, e.g., google. * `deviceType` (string): the type (also known as form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the country or region of the user's device based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi. */
|
|
326
|
+
dimensions?: string[];
|
|
327
|
+
/** Filters to apply to data. The filtering expression follows [AIP-160](https://google.aip.dev/160) standard and supports filtering by equality of all breakdown dimensions. */
|
|
328
|
+
filter?: string;
|
|
329
|
+
/** Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a wakelock held in the background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The daily values are weighted by the count of distinct users for the day. * `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 28 days. The daily values are weighted by the count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the aggregation period that were used as normalization value for the `stuckBgWakelockRate` metric. A user is counted in this metric if they app was doing any work on the device, i.e., not just active foreground usage but also background work. Care must be taken not to aggregate this count further, as it may result in users being counted multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value. */
|
|
330
|
+
metrics?: string[];
|
|
331
|
+
/** Maximum size of the returned data. If unspecified, at most 1000 rows will be returned. The maximum value is 100000; values above 100000 will be coerced to 100000. */
|
|
332
|
+
pageSize?: number;
|
|
333
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
334
|
+
pageToken?: string;
|
|
335
|
+
/** Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the only supported timezone is `America/Los_Angeles`. */
|
|
336
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
337
|
+
/** User view to select. The output data will correspond to the selected view. **Supported values:** * `OS_PUBLIC` To select data from all publicly released Android versions. This is the default. Supports all the above dimensions. * `APP_TESTERS` To select data from users who have opted in to be testers. Supports all the above dimensions. * `OS_BETA` To select data from beta android versions only, excluding data from released android versions. Only the following dimensions are supported: * `versionCode` (int64): version of the app that was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004". */
|
|
338
|
+
userCohort?: string;
|
|
339
|
+
}
|
|
340
|
+
interface GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse {
|
|
341
|
+
/** Continuation token to fetch the next page of data. */
|
|
342
|
+
nextPageToken?: string;
|
|
343
|
+
/** Returned rows of data. */
|
|
344
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
345
|
+
}
|
|
346
|
+
interface GooglePlayDeveloperReportingV1beta1Release {
|
|
347
|
+
/** Readable identifier of the release. */
|
|
348
|
+
displayName?: string;
|
|
349
|
+
/** The version codes contained in this release. */
|
|
350
|
+
versionCodes?: string[];
|
|
351
|
+
}
|
|
352
|
+
interface GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions {
|
|
353
|
+
/** List of tracks to filter releases over. Provides the grouping of version codes under releases and tracks. */
|
|
354
|
+
tracks?: GooglePlayDeveloperReportingV1beta1Track[];
|
|
355
|
+
}
|
|
356
|
+
interface GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse {
|
|
357
|
+
/** The apps accessible to the user calling the endpoint. */
|
|
358
|
+
apps?: GooglePlayDeveloperReportingV1beta1App[];
|
|
359
|
+
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
360
|
+
nextPageToken?: string;
|
|
361
|
+
}
|
|
362
|
+
interface GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse {
|
|
363
|
+
/** ErrorIssues that were found. */
|
|
364
|
+
errorIssues?: GooglePlayDeveloperReportingV1beta1ErrorIssue[];
|
|
365
|
+
/** Continuation token to fetch the next page of data. */
|
|
366
|
+
nextPageToken?: string;
|
|
367
|
+
}
|
|
368
|
+
interface GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse {
|
|
369
|
+
/** Error reports that were found. */
|
|
370
|
+
errorReports?: GooglePlayDeveloperReportingV1beta1ErrorReport[];
|
|
371
|
+
/** Page token to fetch the next page of reports. */
|
|
372
|
+
nextPageToken?: string;
|
|
373
|
+
}
|
|
374
|
+
interface GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet {
|
|
375
|
+
/** Summary about data freshness in this resource. */
|
|
376
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
377
|
+
/** The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
|
|
378
|
+
name?: string;
|
|
379
|
+
}
|
|
380
|
+
interface GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet {
|
|
381
|
+
/** Summary about data freshness in this resource. */
|
|
382
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
383
|
+
/** The resource name. Format: apps/{app}/slowStartRateMetricSet */
|
|
384
|
+
name?: string;
|
|
385
|
+
}
|
|
386
|
+
interface GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet {
|
|
387
|
+
/** Summary about data freshness in this resource. */
|
|
388
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
389
|
+
/** The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
|
|
390
|
+
name?: string;
|
|
391
|
+
}
|
|
392
|
+
interface GooglePlayDeveloperReportingV1beta1TimelineSpec {
|
|
393
|
+
/** Type of the aggregation period of the datapoints in the timeline. Intervals are identified by the date and time at the start of the interval. */
|
|
394
|
+
aggregationPeriod?: string;
|
|
395
|
+
/** Ending datapoint of the timeline (exclusive). See start_time for restrictions. The timezone of the end point must match the timezone of the start point. */
|
|
396
|
+
endTime?: GoogleTypeDateTime;
|
|
397
|
+
/** Starting datapoint of the timeline (inclusive). Must be aligned to the aggregation period as follows: * HOURLY: the 'minutes', 'seconds' and 'nanos' fields must be unset. The time_zone can be left unset (defaults to UTC) or set explicitly to "UTC". Setting any other utc_offset or timezone id will result in a validation error. * DAILY: the 'hours', 'minutes', 'seconds' and 'nanos' fields must be unset. Different metric sets support different timezones. It can be left unset to use the default timezone specified by the metric set. The timezone of the end point must match the timezone of the start point. */
|
|
398
|
+
startTime?: GoogleTypeDateTime;
|
|
399
|
+
}
|
|
400
|
+
interface GooglePlayDeveloperReportingV1beta1Track {
|
|
401
|
+
/** Readable identifier of the track. */
|
|
402
|
+
displayName?: string;
|
|
403
|
+
/** Represents all active releases in the track. */
|
|
404
|
+
servingReleases?: GooglePlayDeveloperReportingV1beta1Release[];
|
|
405
|
+
/** The type of the track. */
|
|
406
|
+
type?: string;
|
|
407
|
+
}
|
|
408
|
+
interface GoogleTypeDateTime {
|
|
409
|
+
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
410
|
+
day?: number;
|
|
411
|
+
/** Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
|
|
412
|
+
hours?: number;
|
|
413
|
+
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
414
|
+
minutes?: number;
|
|
415
|
+
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
416
|
+
month?: number;
|
|
417
|
+
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
418
|
+
nanos?: number;
|
|
419
|
+
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
420
|
+
seconds?: number;
|
|
421
|
+
/** Time zone. */
|
|
422
|
+
timeZone?: GoogleTypeTimeZone;
|
|
423
|
+
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
424
|
+
utcOffset?: string;
|
|
425
|
+
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
426
|
+
year?: number;
|
|
427
|
+
}
|
|
428
|
+
interface GoogleTypeDecimal {
|
|
429
|
+
/** The decimal value, as a string. The string representation consists of an optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of zero or more decimal digits ("the integer"), optionally followed by a fraction, optionally followed by an exponent. An empty string **should** be interpreted as `0`. The fraction consists of a decimal point followed by zero or more decimal digits. The string must contain at least one digit in either the integer or the fraction. The number formed by the sign, the integer and the fraction is referred to as the significand. The exponent consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal digits. Services **should** normalize decimal values before storing them by: - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`). - Replacing a zero-length integer value with `0` (`.5` -> `0.5`). - Coercing the exponent character to upper-case, with explicit sign (`2.5e8` -> `2.5E+8`). - Removing an explicitly-provided zero exponent (`2.5E0` -> `2.5`). Services **may** perform additional normalization based on its own needs and the internal decimal implementation selected, such as shifting the decimal point and exponent value together (example: `2.5E-1` <-> `0.25`). Additionally, services **may** preserve trailing zeroes in the fraction to indicate increased precision, but are not required to do so. Note that only the `.` character is supported to divide the integer and the fraction; `,` **should not** be supported regardless of locale. Additionally, thousand separators **should not** be supported. If a service does support them, values **must** be normalized. The ENBF grammar is: DecimalString = '' | [Sign] Significand [Exponent]; Sign = '+' | '-'; Significand = Digits '.' | [Digits] '.' Digits; Exponent = ('e' | 'E') [Sign] Digits; Digits = { '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' }; Services **should** clearly document the range of supported values, the maximum supported precision (total number of digits), and, if applicable, the scale (number of digits after the decimal point), as well as how it behaves when receiving out-of-bounds values. Services **may** choose to accept values passed as input even when the value has a higher precision or scale than the service supports, and **should** round the value to fit the supported scale. Alternatively, the service **may** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should** error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service receives a value outside of the supported range. */
|
|
430
|
+
value?: string;
|
|
431
|
+
}
|
|
432
|
+
interface GoogleTypeTimeZone {
|
|
433
|
+
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
434
|
+
id?: string;
|
|
435
|
+
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
436
|
+
version?: string;
|
|
437
|
+
}
|
|
438
|
+
interface AnomaliesResource {
|
|
439
|
+
/** Lists anomalies in any of the datasets. */
|
|
440
|
+
list(request?: {
|
|
441
|
+
/** V1 error format. */
|
|
442
|
+
'$.xgafv'?: string;
|
|
443
|
+
/** OAuth access token. */
|
|
444
|
+
access_token?: string;
|
|
445
|
+
/** Data format for response. */
|
|
446
|
+
alt?: string;
|
|
447
|
+
/** JSONP */
|
|
448
|
+
callback?: string;
|
|
449
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
450
|
+
fields?: string;
|
|
451
|
+
/** Filtering criteria for anomalies. For basic filter guidance, please check: https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: If specified, only list anomalies that were active in between `startTime` (inclusive) and `endTime` (exclusive). Both parameters are expected to conform to an RFC-3339 formatted string (e.g. `2012-04-21T11:30:00-04:00`). UTC offsets are supported. Both `startTime` and `endTime` accept the special value `UNBOUNDED`, to signify intervals with no lower or upper bound, respectively. Examples: * `activeBetween("2021-04-21T11:30:00Z", "2021-07-21T00:00:00Z")` * `activeBetween(UNBOUNDED, "2021-11-21T00:00:00-04:00")` * `activeBetween("2021-07-21T00:00:00-04:00", UNBOUNDED)` */
|
|
452
|
+
filter?: string;
|
|
453
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
454
|
+
key?: string;
|
|
455
|
+
/** OAuth 2.0 token for the current user. */
|
|
456
|
+
oauth_token?: string;
|
|
457
|
+
/** Maximum size of the returned data. If unspecified, at most 10 anomalies will be returned. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
458
|
+
pageSize?: number;
|
|
459
|
+
/** A page token, received from a previous `ListErrorReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListErrorReports` must match the call that provided the page token. */
|
|
460
|
+
pageToken?: string;
|
|
461
|
+
/** Required. Parent app for which anomalies were detected. Format: apps/{app} */
|
|
462
|
+
parent: string;
|
|
463
|
+
/** Returns response with indentations and line breaks. */
|
|
464
|
+
prettyPrint?: boolean;
|
|
465
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
466
|
+
quotaUser?: string;
|
|
467
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
468
|
+
upload_protocol?: string;
|
|
469
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
470
|
+
uploadType?: string;
|
|
471
|
+
}): Request<GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse>;
|
|
472
|
+
}
|
|
473
|
+
interface AppsResource {
|
|
474
|
+
/** Describes filtering options for releases. */
|
|
475
|
+
fetchReleaseFilterOptions(request?: {
|
|
476
|
+
/** V1 error format. */
|
|
477
|
+
'$.xgafv'?: string;
|
|
478
|
+
/** OAuth access token. */
|
|
479
|
+
access_token?: string;
|
|
480
|
+
/** Data format for response. */
|
|
481
|
+
alt?: string;
|
|
482
|
+
/** JSONP */
|
|
483
|
+
callback?: string;
|
|
484
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
485
|
+
fields?: string;
|
|
486
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
487
|
+
key?: string;
|
|
488
|
+
/** Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app} */
|
|
489
|
+
name: string;
|
|
490
|
+
/** OAuth 2.0 token for the current user. */
|
|
491
|
+
oauth_token?: string;
|
|
492
|
+
/** Returns response with indentations and line breaks. */
|
|
493
|
+
prettyPrint?: boolean;
|
|
494
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
495
|
+
quotaUser?: string;
|
|
496
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
497
|
+
upload_protocol?: string;
|
|
498
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
499
|
+
uploadType?: string;
|
|
500
|
+
}): Request<GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions>;
|
|
501
|
+
/** Searches for Apps accessible by the user. */
|
|
502
|
+
search(request?: {
|
|
503
|
+
/** V1 error format. */
|
|
504
|
+
'$.xgafv'?: string;
|
|
505
|
+
/** OAuth access token. */
|
|
506
|
+
access_token?: string;
|
|
507
|
+
/** Data format for response. */
|
|
508
|
+
alt?: string;
|
|
509
|
+
/** JSONP */
|
|
510
|
+
callback?: string;
|
|
511
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
512
|
+
fields?: string;
|
|
513
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
514
|
+
key?: string;
|
|
515
|
+
/** OAuth 2.0 token for the current user. */
|
|
516
|
+
oauth_token?: string;
|
|
517
|
+
/** The maximum number of apps to return. The service may return fewer than this value. If unspecified, at most 50 apps will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
|
|
518
|
+
pageSize?: number;
|
|
519
|
+
/** A page token, received from a previous `SearchAccessibleApps` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchAccessibleApps` must match the call that provided the page token. */
|
|
520
|
+
pageToken?: string;
|
|
521
|
+
/** Returns response with indentations and line breaks. */
|
|
522
|
+
prettyPrint?: boolean;
|
|
523
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
524
|
+
quotaUser?: string;
|
|
525
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
526
|
+
upload_protocol?: string;
|
|
527
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
528
|
+
uploadType?: string;
|
|
529
|
+
}): Request<GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse>;
|
|
530
|
+
}
|
|
531
|
+
interface AnrrateResource {
|
|
532
|
+
/** Describes the properties of the metric set. */
|
|
533
|
+
get(request?: {
|
|
534
|
+
/** V1 error format. */
|
|
535
|
+
'$.xgafv'?: string;
|
|
536
|
+
/** OAuth access token. */
|
|
537
|
+
access_token?: string;
|
|
538
|
+
/** Data format for response. */
|
|
539
|
+
alt?: string;
|
|
540
|
+
/** JSONP */
|
|
541
|
+
callback?: string;
|
|
542
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
543
|
+
fields?: string;
|
|
544
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
545
|
+
key?: string;
|
|
546
|
+
/** Required. The resource name. Format: apps/{app}/anrRateMetricSet */
|
|
547
|
+
name: string;
|
|
548
|
+
/** OAuth 2.0 token for the current user. */
|
|
549
|
+
oauth_token?: string;
|
|
550
|
+
/** Returns response with indentations and line breaks. */
|
|
551
|
+
prettyPrint?: boolean;
|
|
552
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
553
|
+
quotaUser?: string;
|
|
554
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
555
|
+
upload_protocol?: string;
|
|
556
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
557
|
+
uploadType?: string;
|
|
558
|
+
}): Request<GooglePlayDeveloperReportingV1beta1AnrRateMetricSet>;
|
|
559
|
+
/** Queries the metrics in the metric set. */
|
|
560
|
+
query(request: {
|
|
561
|
+
/** V1 error format. */
|
|
562
|
+
'$.xgafv'?: string;
|
|
563
|
+
/** OAuth access token. */
|
|
564
|
+
access_token?: string;
|
|
565
|
+
/** Data format for response. */
|
|
566
|
+
alt?: string;
|
|
567
|
+
/** JSONP */
|
|
568
|
+
callback?: string;
|
|
569
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
570
|
+
fields?: string;
|
|
571
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
572
|
+
key?: string;
|
|
573
|
+
/** Required. The resource name. Format: apps/{app}/anrRateMetricSet */
|
|
574
|
+
name: string;
|
|
575
|
+
/** OAuth 2.0 token for the current user. */
|
|
576
|
+
oauth_token?: string;
|
|
577
|
+
/** Returns response with indentations and line breaks. */
|
|
578
|
+
prettyPrint?: boolean;
|
|
579
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
580
|
+
quotaUser?: string;
|
|
581
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
582
|
+
upload_protocol?: string;
|
|
583
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
584
|
+
uploadType?: string;
|
|
585
|
+
/** Request body */
|
|
586
|
+
resource: GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest;
|
|
587
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse>;
|
|
588
|
+
query(
|
|
589
|
+
request: {
|
|
590
|
+
/** V1 error format. */
|
|
591
|
+
'$.xgafv'?: string;
|
|
592
|
+
/** OAuth access token. */
|
|
593
|
+
access_token?: string;
|
|
594
|
+
/** Data format for response. */
|
|
595
|
+
alt?: string;
|
|
596
|
+
/** JSONP */
|
|
597
|
+
callback?: string;
|
|
598
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
599
|
+
fields?: string;
|
|
600
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
601
|
+
key?: string;
|
|
602
|
+
/** Required. The resource name. Format: apps/{app}/anrRateMetricSet */
|
|
603
|
+
name: string;
|
|
604
|
+
/** OAuth 2.0 token for the current user. */
|
|
605
|
+
oauth_token?: string;
|
|
606
|
+
/** Returns response with indentations and line breaks. */
|
|
607
|
+
prettyPrint?: boolean;
|
|
608
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
609
|
+
quotaUser?: string;
|
|
610
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
611
|
+
upload_protocol?: string;
|
|
612
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
613
|
+
uploadType?: string;
|
|
614
|
+
},
|
|
615
|
+
body: GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest
|
|
616
|
+
): Request<GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse>;
|
|
617
|
+
}
|
|
618
|
+
interface CrashrateResource {
|
|
619
|
+
/** Describes the properties of the metric set. */
|
|
620
|
+
get(request?: {
|
|
621
|
+
/** V1 error format. */
|
|
622
|
+
'$.xgafv'?: string;
|
|
623
|
+
/** OAuth access token. */
|
|
624
|
+
access_token?: string;
|
|
625
|
+
/** Data format for response. */
|
|
626
|
+
alt?: string;
|
|
627
|
+
/** JSONP */
|
|
628
|
+
callback?: string;
|
|
629
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
630
|
+
fields?: string;
|
|
631
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
632
|
+
key?: string;
|
|
633
|
+
/** Required. The resource name. Format: apps/{app}/crashRateMetricSet */
|
|
634
|
+
name: string;
|
|
635
|
+
/** OAuth 2.0 token for the current user. */
|
|
636
|
+
oauth_token?: string;
|
|
637
|
+
/** Returns response with indentations and line breaks. */
|
|
638
|
+
prettyPrint?: boolean;
|
|
639
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
640
|
+
quotaUser?: string;
|
|
641
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
642
|
+
upload_protocol?: string;
|
|
643
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
644
|
+
uploadType?: string;
|
|
645
|
+
}): Request<GooglePlayDeveloperReportingV1beta1CrashRateMetricSet>;
|
|
646
|
+
/** Queries the metrics in the metric set. */
|
|
647
|
+
query(request: {
|
|
648
|
+
/** V1 error format. */
|
|
649
|
+
'$.xgafv'?: string;
|
|
650
|
+
/** OAuth access token. */
|
|
651
|
+
access_token?: string;
|
|
652
|
+
/** Data format for response. */
|
|
653
|
+
alt?: string;
|
|
654
|
+
/** JSONP */
|
|
655
|
+
callback?: string;
|
|
656
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
657
|
+
fields?: string;
|
|
658
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
659
|
+
key?: string;
|
|
660
|
+
/** Required. The resource name. Format: apps/{app}/crashRateMetricSet */
|
|
661
|
+
name: string;
|
|
662
|
+
/** OAuth 2.0 token for the current user. */
|
|
663
|
+
oauth_token?: string;
|
|
664
|
+
/** Returns response with indentations and line breaks. */
|
|
665
|
+
prettyPrint?: boolean;
|
|
666
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
667
|
+
quotaUser?: string;
|
|
668
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
669
|
+
upload_protocol?: string;
|
|
670
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
671
|
+
uploadType?: string;
|
|
672
|
+
/** Request body */
|
|
673
|
+
resource: GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest;
|
|
674
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse>;
|
|
675
|
+
query(
|
|
676
|
+
request: {
|
|
677
|
+
/** V1 error format. */
|
|
678
|
+
'$.xgafv'?: string;
|
|
679
|
+
/** OAuth access token. */
|
|
680
|
+
access_token?: string;
|
|
681
|
+
/** Data format for response. */
|
|
682
|
+
alt?: string;
|
|
683
|
+
/** JSONP */
|
|
684
|
+
callback?: string;
|
|
685
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
686
|
+
fields?: string;
|
|
687
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
688
|
+
key?: string;
|
|
689
|
+
/** Required. The resource name. Format: apps/{app}/crashRateMetricSet */
|
|
690
|
+
name: string;
|
|
691
|
+
/** OAuth 2.0 token for the current user. */
|
|
692
|
+
oauth_token?: string;
|
|
693
|
+
/** Returns response with indentations and line breaks. */
|
|
694
|
+
prettyPrint?: boolean;
|
|
695
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
696
|
+
quotaUser?: string;
|
|
697
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
698
|
+
upload_protocol?: string;
|
|
699
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
700
|
+
uploadType?: string;
|
|
701
|
+
},
|
|
702
|
+
body: GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest
|
|
703
|
+
): Request<GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse>;
|
|
704
|
+
}
|
|
705
|
+
interface CountsResource {
|
|
706
|
+
/** Describes the properties of the metrics set. */
|
|
707
|
+
get(request?: {
|
|
708
|
+
/** V1 error format. */
|
|
709
|
+
'$.xgafv'?: string;
|
|
710
|
+
/** OAuth access token. */
|
|
711
|
+
access_token?: string;
|
|
712
|
+
/** Data format for response. */
|
|
713
|
+
alt?: string;
|
|
714
|
+
/** JSONP */
|
|
715
|
+
callback?: string;
|
|
716
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
717
|
+
fields?: string;
|
|
718
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
719
|
+
key?: string;
|
|
720
|
+
/** Required. Name of the errors metric set. Format: apps/{app}/errorCountMetricSet */
|
|
721
|
+
name: string;
|
|
722
|
+
/** OAuth 2.0 token for the current user. */
|
|
723
|
+
oauth_token?: string;
|
|
724
|
+
/** Returns response with indentations and line breaks. */
|
|
725
|
+
prettyPrint?: boolean;
|
|
726
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
727
|
+
quotaUser?: string;
|
|
728
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
729
|
+
upload_protocol?: string;
|
|
730
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
731
|
+
uploadType?: string;
|
|
732
|
+
}): Request<GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet>;
|
|
733
|
+
/** Queries the metrics in the metrics set. */
|
|
734
|
+
query(request: {
|
|
735
|
+
/** V1 error format. */
|
|
736
|
+
'$.xgafv'?: string;
|
|
737
|
+
/** OAuth access token. */
|
|
738
|
+
access_token?: string;
|
|
739
|
+
/** Data format for response. */
|
|
740
|
+
alt?: string;
|
|
741
|
+
/** JSONP */
|
|
742
|
+
callback?: string;
|
|
743
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
744
|
+
fields?: string;
|
|
745
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
746
|
+
key?: string;
|
|
747
|
+
/** Required. The resource name. Format: apps/{app}/errorCountMetricSet */
|
|
748
|
+
name: string;
|
|
749
|
+
/** OAuth 2.0 token for the current user. */
|
|
750
|
+
oauth_token?: string;
|
|
751
|
+
/** Returns response with indentations and line breaks. */
|
|
752
|
+
prettyPrint?: boolean;
|
|
753
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
754
|
+
quotaUser?: string;
|
|
755
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
756
|
+
upload_protocol?: string;
|
|
757
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
758
|
+
uploadType?: string;
|
|
759
|
+
/** Request body */
|
|
760
|
+
resource: GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest;
|
|
761
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>;
|
|
762
|
+
query(
|
|
763
|
+
request: {
|
|
764
|
+
/** V1 error format. */
|
|
765
|
+
'$.xgafv'?: string;
|
|
766
|
+
/** OAuth access token. */
|
|
767
|
+
access_token?: string;
|
|
768
|
+
/** Data format for response. */
|
|
769
|
+
alt?: string;
|
|
770
|
+
/** JSONP */
|
|
771
|
+
callback?: string;
|
|
772
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
773
|
+
fields?: string;
|
|
774
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
775
|
+
key?: string;
|
|
776
|
+
/** Required. The resource name. Format: apps/{app}/errorCountMetricSet */
|
|
777
|
+
name: string;
|
|
778
|
+
/** OAuth 2.0 token for the current user. */
|
|
779
|
+
oauth_token?: string;
|
|
780
|
+
/** Returns response with indentations and line breaks. */
|
|
781
|
+
prettyPrint?: boolean;
|
|
782
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
783
|
+
quotaUser?: string;
|
|
784
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
785
|
+
upload_protocol?: string;
|
|
786
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
787
|
+
uploadType?: string;
|
|
788
|
+
},
|
|
789
|
+
body: GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest
|
|
790
|
+
): Request<GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse>;
|
|
791
|
+
}
|
|
792
|
+
interface IssuesResource {
|
|
793
|
+
/** Searches all error issues in which reports have been grouped. */
|
|
794
|
+
search(request?: {
|
|
795
|
+
/** V1 error format. */
|
|
796
|
+
'$.xgafv'?: string;
|
|
797
|
+
/** OAuth access token. */
|
|
798
|
+
access_token?: string;
|
|
799
|
+
/** Data format for response. */
|
|
800
|
+
alt?: string;
|
|
801
|
+
/** JSONP */
|
|
802
|
+
callback?: string;
|
|
803
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
804
|
+
fields?: string;
|
|
805
|
+
/** A selection predicate to retrieve only a subset of the issues. Counts in the returned error issues will only reflect occurrences that matched the filter. For filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error issues that occurred in the requested Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error issues that occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches error issues that occurred in the requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid candidates: `CRASH`, `ANR`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `appProcessState`: Matches error issues on the process state of an app, indicating whether an app runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator is equality. The filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR errorIssueType = ANR` is not a valid filter. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)` */
|
|
806
|
+
filter?: string;
|
|
807
|
+
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
808
|
+
'interval.endTime.day'?: number;
|
|
809
|
+
/** Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
|
|
810
|
+
'interval.endTime.hours'?: number;
|
|
811
|
+
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
812
|
+
'interval.endTime.minutes'?: number;
|
|
813
|
+
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
814
|
+
'interval.endTime.month'?: number;
|
|
815
|
+
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
816
|
+
'interval.endTime.nanos'?: number;
|
|
817
|
+
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
818
|
+
'interval.endTime.seconds'?: number;
|
|
819
|
+
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
820
|
+
'interval.endTime.timeZone.id'?: string;
|
|
821
|
+
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
822
|
+
'interval.endTime.timeZone.version'?: string;
|
|
823
|
+
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
824
|
+
'interval.endTime.utcOffset'?: string;
|
|
825
|
+
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
826
|
+
'interval.endTime.year'?: number;
|
|
827
|
+
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
828
|
+
'interval.startTime.day'?: number;
|
|
829
|
+
/** Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
|
|
830
|
+
'interval.startTime.hours'?: number;
|
|
831
|
+
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
832
|
+
'interval.startTime.minutes'?: number;
|
|
833
|
+
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
834
|
+
'interval.startTime.month'?: number;
|
|
835
|
+
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
836
|
+
'interval.startTime.nanos'?: number;
|
|
837
|
+
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
838
|
+
'interval.startTime.seconds'?: number;
|
|
839
|
+
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
840
|
+
'interval.startTime.timeZone.id'?: string;
|
|
841
|
+
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
842
|
+
'interval.startTime.timeZone.version'?: string;
|
|
843
|
+
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
844
|
+
'interval.startTime.utcOffset'?: string;
|
|
845
|
+
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
846
|
+
'interval.startTime.year'?: number;
|
|
847
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
848
|
+
key?: string;
|
|
849
|
+
/** OAuth 2.0 token for the current user. */
|
|
850
|
+
oauth_token?: string;
|
|
851
|
+
/** Specifies a field that will be used to order the results. ** Supported dimensions:** * `errorReportCount`: Orders issues by number of error reports. * `distinctUsers`: Orders issues by number of unique affected users. ** Supported operations:** * `asc` for ascending order. * `desc` for descending order. Format: A field and an operation, e.g., `errorReportCount desc` *Note:* currently only one field is supported at a time. */
|
|
852
|
+
orderBy?: string;
|
|
853
|
+
/** The maximum number of error issues to return. The service may return fewer than this value. If unspecified, at most 50 error issues will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. */
|
|
854
|
+
pageSize?: number;
|
|
855
|
+
/** A page token, received from a previous call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to the request must match the call that provided the page token. */
|
|
856
|
+
pageToken?: string;
|
|
857
|
+
/** Required. Parent resource of the error issues, indicating the application for which they were received. Format: apps/{app} */
|
|
858
|
+
parent: string;
|
|
859
|
+
/** Returns response with indentations and line breaks. */
|
|
860
|
+
prettyPrint?: boolean;
|
|
861
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
862
|
+
quotaUser?: string;
|
|
863
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
864
|
+
upload_protocol?: string;
|
|
865
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
866
|
+
uploadType?: string;
|
|
867
|
+
}): Request<GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse>;
|
|
868
|
+
}
|
|
869
|
+
interface ReportsResource {
|
|
870
|
+
/** Searches all error reports received for an app. */
|
|
871
|
+
search(request?: {
|
|
872
|
+
/** V1 error format. */
|
|
873
|
+
'$.xgafv'?: string;
|
|
874
|
+
/** OAuth access token. */
|
|
875
|
+
access_token?: string;
|
|
876
|
+
/** Data format for response. */
|
|
877
|
+
alt?: string;
|
|
878
|
+
/** JSONP */
|
|
879
|
+
callback?: string;
|
|
880
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
881
|
+
fields?: string;
|
|
882
|
+
/** A selection predicate to retrieve only a subset of the reports. For filtering basics, please check [AIP-160](https://google.aip.dev/160). ** Supported field names:** * `apiLevel`: Matches error reports that occurred in the requested Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = "google/walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches error reports that occurred in the requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the requested types only. Valid candidates: `JAVA_CRASH`, `NATIVE_CRASH`, `ANR`. Example: `errorIssueType = JAVA_CRASH OR errorIssueType = NATIVE_CRASH`. * `errorIssueId`: Matches error reports belonging to the requested error issue ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `appProcessState`: Matches error reports on the process state of an app, indicating whether an app runs in the foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator is equality. The filtered field must appear on the left hand side of the comparison. * Logical Operators: Logical operators `AND` and `OR` can be used to build complex filters following a conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so the use of parenthesis is not necessary when building CNF. The `OR` operator is only supported to build disjunctions that apply to the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)` */
|
|
883
|
+
filter?: string;
|
|
884
|
+
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
885
|
+
'interval.endTime.day'?: number;
|
|
886
|
+
/** Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
|
|
887
|
+
'interval.endTime.hours'?: number;
|
|
888
|
+
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
889
|
+
'interval.endTime.minutes'?: number;
|
|
890
|
+
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
891
|
+
'interval.endTime.month'?: number;
|
|
892
|
+
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
893
|
+
'interval.endTime.nanos'?: number;
|
|
894
|
+
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
895
|
+
'interval.endTime.seconds'?: number;
|
|
896
|
+
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
897
|
+
'interval.endTime.timeZone.id'?: string;
|
|
898
|
+
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
899
|
+
'interval.endTime.timeZone.version'?: string;
|
|
900
|
+
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
901
|
+
'interval.endTime.utcOffset'?: string;
|
|
902
|
+
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
903
|
+
'interval.endTime.year'?: number;
|
|
904
|
+
/** Optional. Day of month. Must be from 1 to 31 and valid for the year and month, or 0 if specifying a datetime without a day. */
|
|
905
|
+
'interval.startTime.day'?: number;
|
|
906
|
+
/** Optional. Hours of day in 24 hour format. Should be from 0 to 23, defaults to 0 (midnight). An API may choose to allow the value "24:00:00" for scenarios like business closing time. */
|
|
907
|
+
'interval.startTime.hours'?: number;
|
|
908
|
+
/** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
|
|
909
|
+
'interval.startTime.minutes'?: number;
|
|
910
|
+
/** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
|
|
911
|
+
'interval.startTime.month'?: number;
|
|
912
|
+
/** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
|
|
913
|
+
'interval.startTime.nanos'?: number;
|
|
914
|
+
/** Optional. Seconds of minutes of the time. Must normally be from 0 to 59, defaults to 0. An API may allow the value 60 if it allows leap-seconds. */
|
|
915
|
+
'interval.startTime.seconds'?: number;
|
|
916
|
+
/** IANA Time Zone Database time zone, e.g. "America/New_York". */
|
|
917
|
+
'interval.startTime.timeZone.id'?: string;
|
|
918
|
+
/** Optional. IANA Time Zone Database version number, e.g. "2019a". */
|
|
919
|
+
'interval.startTime.timeZone.version'?: string;
|
|
920
|
+
/** UTC offset. Must be whole seconds, between -18 hours and +18 hours. For example, a UTC offset of -4:00 would be represented as { seconds: -14400 }. */
|
|
921
|
+
'interval.startTime.utcOffset'?: string;
|
|
922
|
+
/** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
|
|
923
|
+
'interval.startTime.year'?: number;
|
|
924
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
925
|
+
key?: string;
|
|
926
|
+
/** OAuth 2.0 token for the current user. */
|
|
927
|
+
oauth_token?: string;
|
|
928
|
+
/** The maximum number of reports to return. The service may return fewer than this value. If unspecified, at most 50 reports will be returned. The maximum value is 100; values above 100 will be coerced to 100. */
|
|
929
|
+
pageSize?: number;
|
|
930
|
+
/** A page token, received from a previous `SearchErrorReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `SearchErrorReports` must match the call that provided the page token. */
|
|
931
|
+
pageToken?: string;
|
|
932
|
+
/** Required. Parent resource of the reports, indicating the application for which they were received. Format: apps/{app} */
|
|
933
|
+
parent: string;
|
|
934
|
+
/** Returns response with indentations and line breaks. */
|
|
935
|
+
prettyPrint?: boolean;
|
|
936
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
937
|
+
quotaUser?: string;
|
|
938
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
939
|
+
upload_protocol?: string;
|
|
940
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
941
|
+
uploadType?: string;
|
|
942
|
+
}): Request<GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse>;
|
|
943
|
+
}
|
|
944
|
+
interface ErrorsResource {
|
|
945
|
+
counts: CountsResource;
|
|
946
|
+
issues: IssuesResource;
|
|
947
|
+
reports: ReportsResource;
|
|
948
|
+
}
|
|
949
|
+
interface ExcessivewakeuprateResource {
|
|
950
|
+
/** Describes the properties of the metric set. */
|
|
951
|
+
get(request?: {
|
|
952
|
+
/** V1 error format. */
|
|
953
|
+
'$.xgafv'?: string;
|
|
954
|
+
/** OAuth access token. */
|
|
955
|
+
access_token?: string;
|
|
956
|
+
/** Data format for response. */
|
|
957
|
+
alt?: string;
|
|
958
|
+
/** JSONP */
|
|
959
|
+
callback?: string;
|
|
960
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
961
|
+
fields?: string;
|
|
962
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
963
|
+
key?: string;
|
|
964
|
+
/** Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
|
|
965
|
+
name: string;
|
|
966
|
+
/** OAuth 2.0 token for the current user. */
|
|
967
|
+
oauth_token?: string;
|
|
968
|
+
/** Returns response with indentations and line breaks. */
|
|
969
|
+
prettyPrint?: boolean;
|
|
970
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
971
|
+
quotaUser?: string;
|
|
972
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
973
|
+
upload_protocol?: string;
|
|
974
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
975
|
+
uploadType?: string;
|
|
976
|
+
}): Request<GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet>;
|
|
977
|
+
/** Queries the metrics in the metric set. */
|
|
978
|
+
query(request: {
|
|
979
|
+
/** V1 error format. */
|
|
980
|
+
'$.xgafv'?: string;
|
|
981
|
+
/** OAuth access token. */
|
|
982
|
+
access_token?: string;
|
|
983
|
+
/** Data format for response. */
|
|
984
|
+
alt?: string;
|
|
985
|
+
/** JSONP */
|
|
986
|
+
callback?: string;
|
|
987
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
988
|
+
fields?: string;
|
|
989
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
990
|
+
key?: string;
|
|
991
|
+
/** Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
|
|
992
|
+
name: string;
|
|
993
|
+
/** OAuth 2.0 token for the current user. */
|
|
994
|
+
oauth_token?: string;
|
|
995
|
+
/** Returns response with indentations and line breaks. */
|
|
996
|
+
prettyPrint?: boolean;
|
|
997
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
998
|
+
quotaUser?: string;
|
|
999
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1000
|
+
upload_protocol?: string;
|
|
1001
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1002
|
+
uploadType?: string;
|
|
1003
|
+
/** Request body */
|
|
1004
|
+
resource: GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest;
|
|
1005
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse>;
|
|
1006
|
+
query(
|
|
1007
|
+
request: {
|
|
1008
|
+
/** V1 error format. */
|
|
1009
|
+
'$.xgafv'?: string;
|
|
1010
|
+
/** OAuth access token. */
|
|
1011
|
+
access_token?: string;
|
|
1012
|
+
/** Data format for response. */
|
|
1013
|
+
alt?: string;
|
|
1014
|
+
/** JSONP */
|
|
1015
|
+
callback?: string;
|
|
1016
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1017
|
+
fields?: string;
|
|
1018
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1019
|
+
key?: string;
|
|
1020
|
+
/** Required. The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
|
|
1021
|
+
name: string;
|
|
1022
|
+
/** OAuth 2.0 token for the current user. */
|
|
1023
|
+
oauth_token?: string;
|
|
1024
|
+
/** Returns response with indentations and line breaks. */
|
|
1025
|
+
prettyPrint?: boolean;
|
|
1026
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1027
|
+
quotaUser?: string;
|
|
1028
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1029
|
+
upload_protocol?: string;
|
|
1030
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1031
|
+
uploadType?: string;
|
|
1032
|
+
},
|
|
1033
|
+
body: GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest
|
|
1034
|
+
): Request<GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse>;
|
|
1035
|
+
}
|
|
1036
|
+
interface SlowrenderingrateResource {
|
|
1037
|
+
/** Describes the properties of the metric set. */
|
|
1038
|
+
get(request?: {
|
|
1039
|
+
/** V1 error format. */
|
|
1040
|
+
'$.xgafv'?: string;
|
|
1041
|
+
/** OAuth access token. */
|
|
1042
|
+
access_token?: string;
|
|
1043
|
+
/** Data format for response. */
|
|
1044
|
+
alt?: string;
|
|
1045
|
+
/** JSONP */
|
|
1046
|
+
callback?: string;
|
|
1047
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1048
|
+
fields?: string;
|
|
1049
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1050
|
+
key?: string;
|
|
1051
|
+
/** Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
|
|
1052
|
+
name: string;
|
|
1053
|
+
/** OAuth 2.0 token for the current user. */
|
|
1054
|
+
oauth_token?: string;
|
|
1055
|
+
/** Returns response with indentations and line breaks. */
|
|
1056
|
+
prettyPrint?: boolean;
|
|
1057
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1058
|
+
quotaUser?: string;
|
|
1059
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1060
|
+
upload_protocol?: string;
|
|
1061
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1062
|
+
uploadType?: string;
|
|
1063
|
+
}): Request<GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet>;
|
|
1064
|
+
/** Queries the metrics in the metric set. */
|
|
1065
|
+
query(request: {
|
|
1066
|
+
/** V1 error format. */
|
|
1067
|
+
'$.xgafv'?: string;
|
|
1068
|
+
/** OAuth access token. */
|
|
1069
|
+
access_token?: string;
|
|
1070
|
+
/** Data format for response. */
|
|
1071
|
+
alt?: string;
|
|
1072
|
+
/** JSONP */
|
|
1073
|
+
callback?: string;
|
|
1074
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1075
|
+
fields?: string;
|
|
1076
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1077
|
+
key?: string;
|
|
1078
|
+
/** Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
|
|
1079
|
+
name: string;
|
|
1080
|
+
/** OAuth 2.0 token for the current user. */
|
|
1081
|
+
oauth_token?: string;
|
|
1082
|
+
/** Returns response with indentations and line breaks. */
|
|
1083
|
+
prettyPrint?: boolean;
|
|
1084
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1085
|
+
quotaUser?: string;
|
|
1086
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1087
|
+
upload_protocol?: string;
|
|
1088
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1089
|
+
uploadType?: string;
|
|
1090
|
+
/** Request body */
|
|
1091
|
+
resource: GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest;
|
|
1092
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse>;
|
|
1093
|
+
query(
|
|
1094
|
+
request: {
|
|
1095
|
+
/** V1 error format. */
|
|
1096
|
+
'$.xgafv'?: string;
|
|
1097
|
+
/** OAuth access token. */
|
|
1098
|
+
access_token?: string;
|
|
1099
|
+
/** Data format for response. */
|
|
1100
|
+
alt?: string;
|
|
1101
|
+
/** JSONP */
|
|
1102
|
+
callback?: string;
|
|
1103
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1104
|
+
fields?: string;
|
|
1105
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1106
|
+
key?: string;
|
|
1107
|
+
/** Required. The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
|
|
1108
|
+
name: string;
|
|
1109
|
+
/** OAuth 2.0 token for the current user. */
|
|
1110
|
+
oauth_token?: string;
|
|
1111
|
+
/** Returns response with indentations and line breaks. */
|
|
1112
|
+
prettyPrint?: boolean;
|
|
1113
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1114
|
+
quotaUser?: string;
|
|
1115
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1116
|
+
upload_protocol?: string;
|
|
1117
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1118
|
+
uploadType?: string;
|
|
1119
|
+
},
|
|
1120
|
+
body: GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
|
|
1121
|
+
): Request<GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse>;
|
|
1122
|
+
}
|
|
1123
|
+
interface SlowstartrateResource {
|
|
1124
|
+
/** Describes the properties of the metric set. */
|
|
1125
|
+
get(request?: {
|
|
1126
|
+
/** V1 error format. */
|
|
1127
|
+
'$.xgafv'?: string;
|
|
1128
|
+
/** OAuth access token. */
|
|
1129
|
+
access_token?: string;
|
|
1130
|
+
/** Data format for response. */
|
|
1131
|
+
alt?: string;
|
|
1132
|
+
/** JSONP */
|
|
1133
|
+
callback?: string;
|
|
1134
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1135
|
+
fields?: string;
|
|
1136
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1137
|
+
key?: string;
|
|
1138
|
+
/** Required. The resource name. Format: apps/{app}/slowStartRateMetricSet */
|
|
1139
|
+
name: string;
|
|
1140
|
+
/** OAuth 2.0 token for the current user. */
|
|
1141
|
+
oauth_token?: string;
|
|
1142
|
+
/** Returns response with indentations and line breaks. */
|
|
1143
|
+
prettyPrint?: boolean;
|
|
1144
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1145
|
+
quotaUser?: string;
|
|
1146
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1147
|
+
upload_protocol?: string;
|
|
1148
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1149
|
+
uploadType?: string;
|
|
1150
|
+
}): Request<GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet>;
|
|
1151
|
+
/** Queries the metrics in the metric set. */
|
|
1152
|
+
query(request: {
|
|
1153
|
+
/** V1 error format. */
|
|
1154
|
+
'$.xgafv'?: string;
|
|
1155
|
+
/** OAuth access token. */
|
|
1156
|
+
access_token?: string;
|
|
1157
|
+
/** Data format for response. */
|
|
1158
|
+
alt?: string;
|
|
1159
|
+
/** JSONP */
|
|
1160
|
+
callback?: string;
|
|
1161
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1162
|
+
fields?: string;
|
|
1163
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1164
|
+
key?: string;
|
|
1165
|
+
/** Required. The resource name. Format: apps/{app}/slowStartRateMetricSet */
|
|
1166
|
+
name: string;
|
|
1167
|
+
/** OAuth 2.0 token for the current user. */
|
|
1168
|
+
oauth_token?: string;
|
|
1169
|
+
/** Returns response with indentations and line breaks. */
|
|
1170
|
+
prettyPrint?: boolean;
|
|
1171
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1172
|
+
quotaUser?: string;
|
|
1173
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1174
|
+
upload_protocol?: string;
|
|
1175
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1176
|
+
uploadType?: string;
|
|
1177
|
+
/** Request body */
|
|
1178
|
+
resource: GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest;
|
|
1179
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse>;
|
|
1180
|
+
query(
|
|
1181
|
+
request: {
|
|
1182
|
+
/** V1 error format. */
|
|
1183
|
+
'$.xgafv'?: string;
|
|
1184
|
+
/** OAuth access token. */
|
|
1185
|
+
access_token?: string;
|
|
1186
|
+
/** Data format for response. */
|
|
1187
|
+
alt?: string;
|
|
1188
|
+
/** JSONP */
|
|
1189
|
+
callback?: string;
|
|
1190
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1191
|
+
fields?: string;
|
|
1192
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1193
|
+
key?: string;
|
|
1194
|
+
/** Required. The resource name. Format: apps/{app}/slowStartRateMetricSet */
|
|
1195
|
+
name: string;
|
|
1196
|
+
/** OAuth 2.0 token for the current user. */
|
|
1197
|
+
oauth_token?: string;
|
|
1198
|
+
/** Returns response with indentations and line breaks. */
|
|
1199
|
+
prettyPrint?: boolean;
|
|
1200
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1201
|
+
quotaUser?: string;
|
|
1202
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1203
|
+
upload_protocol?: string;
|
|
1204
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1205
|
+
uploadType?: string;
|
|
1206
|
+
},
|
|
1207
|
+
body: GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest
|
|
1208
|
+
): Request<GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse>;
|
|
1209
|
+
}
|
|
1210
|
+
interface StuckbackgroundwakelockrateResource {
|
|
1211
|
+
/** Describes the properties of the metric set. */
|
|
1212
|
+
get(request?: {
|
|
1213
|
+
/** V1 error format. */
|
|
1214
|
+
'$.xgafv'?: string;
|
|
1215
|
+
/** OAuth access token. */
|
|
1216
|
+
access_token?: string;
|
|
1217
|
+
/** Data format for response. */
|
|
1218
|
+
alt?: string;
|
|
1219
|
+
/** JSONP */
|
|
1220
|
+
callback?: string;
|
|
1221
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1222
|
+
fields?: string;
|
|
1223
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1224
|
+
key?: string;
|
|
1225
|
+
/** Required. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
|
|
1226
|
+
name: string;
|
|
1227
|
+
/** OAuth 2.0 token for the current user. */
|
|
1228
|
+
oauth_token?: string;
|
|
1229
|
+
/** Returns response with indentations and line breaks. */
|
|
1230
|
+
prettyPrint?: boolean;
|
|
1231
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1232
|
+
quotaUser?: string;
|
|
1233
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1234
|
+
upload_protocol?: string;
|
|
1235
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1236
|
+
uploadType?: string;
|
|
1237
|
+
}): Request<GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet>;
|
|
1238
|
+
/** Queries the metrics in the metric set. */
|
|
1239
|
+
query(request: {
|
|
1240
|
+
/** V1 error format. */
|
|
1241
|
+
'$.xgafv'?: string;
|
|
1242
|
+
/** OAuth access token. */
|
|
1243
|
+
access_token?: string;
|
|
1244
|
+
/** Data format for response. */
|
|
1245
|
+
alt?: string;
|
|
1246
|
+
/** JSONP */
|
|
1247
|
+
callback?: string;
|
|
1248
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1249
|
+
fields?: string;
|
|
1250
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1251
|
+
key?: string;
|
|
1252
|
+
/** Required. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
|
|
1253
|
+
name: string;
|
|
1254
|
+
/** OAuth 2.0 token for the current user. */
|
|
1255
|
+
oauth_token?: string;
|
|
1256
|
+
/** Returns response with indentations and line breaks. */
|
|
1257
|
+
prettyPrint?: boolean;
|
|
1258
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1259
|
+
quotaUser?: string;
|
|
1260
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1261
|
+
upload_protocol?: string;
|
|
1262
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1263
|
+
uploadType?: string;
|
|
1264
|
+
/** Request body */
|
|
1265
|
+
resource: GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest;
|
|
1266
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse>;
|
|
1267
|
+
query(
|
|
1268
|
+
request: {
|
|
1269
|
+
/** V1 error format. */
|
|
1270
|
+
'$.xgafv'?: string;
|
|
1271
|
+
/** OAuth access token. */
|
|
1272
|
+
access_token?: string;
|
|
1273
|
+
/** Data format for response. */
|
|
1274
|
+
alt?: string;
|
|
1275
|
+
/** JSONP */
|
|
1276
|
+
callback?: string;
|
|
1277
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
1278
|
+
fields?: string;
|
|
1279
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
1280
|
+
key?: string;
|
|
1281
|
+
/** Required. The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
|
|
1282
|
+
name: string;
|
|
1283
|
+
/** OAuth 2.0 token for the current user. */
|
|
1284
|
+
oauth_token?: string;
|
|
1285
|
+
/** Returns response with indentations and line breaks. */
|
|
1286
|
+
prettyPrint?: boolean;
|
|
1287
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
1288
|
+
quotaUser?: string;
|
|
1289
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
1290
|
+
upload_protocol?: string;
|
|
1291
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1292
|
+
uploadType?: string;
|
|
1293
|
+
},
|
|
1294
|
+
body: GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest
|
|
1295
|
+
): Request<GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse>;
|
|
1296
|
+
}
|
|
1297
|
+
interface VitalsResource {
|
|
1298
|
+
anrrate: AnrrateResource;
|
|
1299
|
+
crashrate: CrashrateResource;
|
|
1300
|
+
errors: ErrorsResource;
|
|
1301
|
+
excessivewakeuprate: ExcessivewakeuprateResource;
|
|
1302
|
+
slowrenderingrate: SlowrenderingrateResource;
|
|
1303
|
+
slowstartrate: SlowstartrateResource;
|
|
1304
|
+
stuckbackgroundwakelockrate: StuckbackgroundwakelockrateResource;
|
|
1305
|
+
}
|
|
2160
1306
|
|
|
2161
|
-
|
|
1307
|
+
const anomalies: AnomaliesResource;
|
|
2162
1308
|
|
|
2163
|
-
|
|
1309
|
+
const apps: AppsResource;
|
|
2164
1310
|
|
|
2165
|
-
|
|
2166
|
-
|
|
1311
|
+
const vitals: VitalsResource;
|
|
1312
|
+
}
|
|
2167
1313
|
}
|