@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1 0.1.20260317 → 0.2.20260317
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 +118 -70
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -133,7 +133,11 @@ declare namespace gapi.client {
|
|
|
133
133
|
/** Output only. Sample error reports which belong to this ErrorIssue. *Note:* currently a maximum of 1 per ErrorIssue is supported. Format: "apps/{app}/{report}" */
|
|
134
134
|
sampleErrorReports?: string[];
|
|
135
135
|
/** Type of the errors grouped in this issue. */
|
|
136
|
-
type?:
|
|
136
|
+
type?:
|
|
137
|
+
| 'ERROR_TYPE_UNSPECIFIED'
|
|
138
|
+
| 'APPLICATION_NOT_RESPONDING'
|
|
139
|
+
| 'CRASH'
|
|
140
|
+
| 'NON_FATAL';
|
|
137
141
|
}
|
|
138
142
|
interface GooglePlayDeveloperReportingV1beta1ErrorReport {
|
|
139
143
|
/** The app version on which an event in this error report occurred on. */
|
|
@@ -151,7 +155,11 @@ declare namespace gapi.client {
|
|
|
151
155
|
/** 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. */
|
|
152
156
|
reportText?: string;
|
|
153
157
|
/** Type of the error for which this report was generated. */
|
|
154
|
-
type?:
|
|
158
|
+
type?:
|
|
159
|
+
| 'ERROR_TYPE_UNSPECIFIED'
|
|
160
|
+
| 'APPLICATION_NOT_RESPONDING'
|
|
161
|
+
| 'CRASH'
|
|
162
|
+
| 'NON_FATAL';
|
|
155
163
|
/** Version control system information from BUNDLE-METADATA/version-control-info.textproto or META-INF/version-control-info.textproto of the app bundle or APK, respectively. */
|
|
156
164
|
vcsInformation?: string;
|
|
157
165
|
}
|
|
@@ -167,7 +175,11 @@ declare namespace gapi.client {
|
|
|
167
175
|
}
|
|
168
176
|
interface GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness {
|
|
169
177
|
/** Aggregation period for which data is available. */
|
|
170
|
-
aggregationPeriod?:
|
|
178
|
+
aggregationPeriod?:
|
|
179
|
+
| 'AGGREGATION_PERIOD_UNSPECIFIED'
|
|
180
|
+
| 'HOURLY'
|
|
181
|
+
| 'DAILY'
|
|
182
|
+
| 'FULL_RANGE';
|
|
171
183
|
/** 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. */
|
|
172
184
|
latestEndTime?: GoogleTypeDateTime;
|
|
173
185
|
}
|
|
@@ -193,7 +205,11 @@ declare namespace gapi.client {
|
|
|
193
205
|
}
|
|
194
206
|
interface GooglePlayDeveloperReportingV1beta1MetricsRow {
|
|
195
207
|
/** Optional. Granularity of the aggregation period of the row. */
|
|
196
|
-
aggregationPeriod?:
|
|
208
|
+
aggregationPeriod?:
|
|
209
|
+
| 'AGGREGATION_PERIOD_UNSPECIFIED'
|
|
210
|
+
| 'HOURLY'
|
|
211
|
+
| 'DAILY'
|
|
212
|
+
| 'FULL_RANGE';
|
|
197
213
|
/** Optional. Dimension columns in the row. */
|
|
198
214
|
dimensions?: GooglePlayDeveloperReportingV1beta1DimensionValue[];
|
|
199
215
|
/** Optional. Metric columns in the row. */
|
|
@@ -227,7 +243,11 @@ declare namespace gapi.client {
|
|
|
227
243
|
/** Optional. 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
244
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
229
245
|
/** Optional. 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?:
|
|
246
|
+
userCohort?:
|
|
247
|
+
| 'USER_COHORT_UNSPECIFIED'
|
|
248
|
+
| 'OS_PUBLIC'
|
|
249
|
+
| 'OS_BETA'
|
|
250
|
+
| 'APP_TESTERS';
|
|
231
251
|
}
|
|
232
252
|
interface GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse {
|
|
233
253
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -249,7 +269,11 @@ declare namespace gapi.client {
|
|
|
249
269
|
/** Optional. 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`. */
|
|
250
270
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
251
271
|
/** Optional. 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". */
|
|
252
|
-
userCohort?:
|
|
272
|
+
userCohort?:
|
|
273
|
+
| 'USER_COHORT_UNSPECIFIED'
|
|
274
|
+
| 'OS_PUBLIC'
|
|
275
|
+
| 'OS_BETA'
|
|
276
|
+
| 'APP_TESTERS';
|
|
253
277
|
}
|
|
254
278
|
interface GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse {
|
|
255
279
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -291,7 +315,11 @@ declare namespace gapi.client {
|
|
|
291
315
|
/** Optional. 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
316
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
293
317
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
294
|
-
userCohort?:
|
|
318
|
+
userCohort?:
|
|
319
|
+
| 'USER_COHORT_UNSPECIFIED'
|
|
320
|
+
| 'OS_PUBLIC'
|
|
321
|
+
| 'OS_BETA'
|
|
322
|
+
| 'APP_TESTERS';
|
|
295
323
|
}
|
|
296
324
|
interface GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse {
|
|
297
325
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -313,7 +341,11 @@ declare namespace gapi.client {
|
|
|
313
341
|
/** Optional. 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`. */
|
|
314
342
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
315
343
|
/** Optional. 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?:
|
|
344
|
+
userCohort?:
|
|
345
|
+
| 'USER_COHORT_UNSPECIFIED'
|
|
346
|
+
| 'OS_PUBLIC'
|
|
347
|
+
| 'OS_BETA'
|
|
348
|
+
| 'APP_TESTERS';
|
|
317
349
|
}
|
|
318
350
|
interface GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetResponse {
|
|
319
351
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -335,7 +367,11 @@ declare namespace gapi.client {
|
|
|
335
367
|
/** Optional. 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
368
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
337
369
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
338
|
-
userCohort?:
|
|
370
|
+
userCohort?:
|
|
371
|
+
| 'USER_COHORT_UNSPECIFIED'
|
|
372
|
+
| 'OS_PUBLIC'
|
|
373
|
+
| 'OS_BETA'
|
|
374
|
+
| 'APP_TESTERS';
|
|
339
375
|
}
|
|
340
376
|
interface GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse {
|
|
341
377
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -357,7 +393,11 @@ declare namespace gapi.client {
|
|
|
357
393
|
/** Optional. 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`. */
|
|
358
394
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
359
395
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
360
|
-
userCohort?:
|
|
396
|
+
userCohort?:
|
|
397
|
+
| 'USER_COHORT_UNSPECIFIED'
|
|
398
|
+
| 'OS_PUBLIC'
|
|
399
|
+
| 'OS_BETA'
|
|
400
|
+
| 'APP_TESTERS';
|
|
361
401
|
}
|
|
362
402
|
interface GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse {
|
|
363
403
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -379,7 +419,11 @@ declare namespace gapi.client {
|
|
|
379
419
|
/** Optional. 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`. */
|
|
380
420
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
381
421
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
382
|
-
userCohort?:
|
|
422
|
+
userCohort?:
|
|
423
|
+
| 'USER_COHORT_UNSPECIFIED'
|
|
424
|
+
| 'OS_PUBLIC'
|
|
425
|
+
| 'OS_BETA'
|
|
426
|
+
| 'APP_TESTERS';
|
|
383
427
|
}
|
|
384
428
|
interface GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse {
|
|
385
429
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -435,7 +479,11 @@ declare namespace gapi.client {
|
|
|
435
479
|
}
|
|
436
480
|
interface GooglePlayDeveloperReportingV1beta1TimelineSpec {
|
|
437
481
|
/** Optional. 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. */
|
|
438
|
-
aggregationPeriod?:
|
|
482
|
+
aggregationPeriod?:
|
|
483
|
+
| 'AGGREGATION_PERIOD_UNSPECIFIED'
|
|
484
|
+
| 'HOURLY'
|
|
485
|
+
| 'DAILY'
|
|
486
|
+
| 'FULL_RANGE';
|
|
439
487
|
/** Optional. 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. */
|
|
440
488
|
endTime?: GoogleTypeDateTime;
|
|
441
489
|
/** Optional. 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. */
|
|
@@ -483,11 +531,11 @@ declare namespace gapi.client {
|
|
|
483
531
|
/** Lists anomalies in any of the datasets. */
|
|
484
532
|
list(request?: {
|
|
485
533
|
/** V1 error format. */
|
|
486
|
-
'$.xgafv'?:
|
|
534
|
+
'$.xgafv'?: '1' | '2';
|
|
487
535
|
/** OAuth access token. */
|
|
488
536
|
access_token?: string;
|
|
489
537
|
/** Data format for response. */
|
|
490
|
-
alt?:
|
|
538
|
+
alt?: 'json' | 'media' | 'proto';
|
|
491
539
|
/** JSONP */
|
|
492
540
|
callback?: string;
|
|
493
541
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -518,11 +566,11 @@ declare namespace gapi.client {
|
|
|
518
566
|
/** Describes filtering options for releases. */
|
|
519
567
|
fetchReleaseFilterOptions(request?: {
|
|
520
568
|
/** V1 error format. */
|
|
521
|
-
'$.xgafv'?:
|
|
569
|
+
'$.xgafv'?: '1' | '2';
|
|
522
570
|
/** OAuth access token. */
|
|
523
571
|
access_token?: string;
|
|
524
572
|
/** Data format for response. */
|
|
525
|
-
alt?:
|
|
573
|
+
alt?: 'json' | 'media' | 'proto';
|
|
526
574
|
/** JSONP */
|
|
527
575
|
callback?: string;
|
|
528
576
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -545,11 +593,11 @@ declare namespace gapi.client {
|
|
|
545
593
|
/** Searches for Apps accessible by the user. */
|
|
546
594
|
search(request?: {
|
|
547
595
|
/** V1 error format. */
|
|
548
|
-
'$.xgafv'?:
|
|
596
|
+
'$.xgafv'?: '1' | '2';
|
|
549
597
|
/** OAuth access token. */
|
|
550
598
|
access_token?: string;
|
|
551
599
|
/** Data format for response. */
|
|
552
|
-
alt?:
|
|
600
|
+
alt?: 'json' | 'media' | 'proto';
|
|
553
601
|
/** JSONP */
|
|
554
602
|
callback?: string;
|
|
555
603
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -576,11 +624,11 @@ declare namespace gapi.client {
|
|
|
576
624
|
/** Describes the properties of the metric set. */
|
|
577
625
|
get(request?: {
|
|
578
626
|
/** V1 error format. */
|
|
579
|
-
'$.xgafv'?:
|
|
627
|
+
'$.xgafv'?: '1' | '2';
|
|
580
628
|
/** OAuth access token. */
|
|
581
629
|
access_token?: string;
|
|
582
630
|
/** Data format for response. */
|
|
583
|
-
alt?:
|
|
631
|
+
alt?: 'json' | 'media' | 'proto';
|
|
584
632
|
/** JSONP */
|
|
585
633
|
callback?: string;
|
|
586
634
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -603,11 +651,11 @@ declare namespace gapi.client {
|
|
|
603
651
|
/** Queries the metrics in the metric set. */
|
|
604
652
|
query(request: {
|
|
605
653
|
/** V1 error format. */
|
|
606
|
-
'$.xgafv'?:
|
|
654
|
+
'$.xgafv'?: '1' | '2';
|
|
607
655
|
/** OAuth access token. */
|
|
608
656
|
access_token?: string;
|
|
609
657
|
/** Data format for response. */
|
|
610
|
-
alt?:
|
|
658
|
+
alt?: 'json' | 'media' | 'proto';
|
|
611
659
|
/** JSONP */
|
|
612
660
|
callback?: string;
|
|
613
661
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -632,11 +680,11 @@ declare namespace gapi.client {
|
|
|
632
680
|
query(
|
|
633
681
|
request: {
|
|
634
682
|
/** V1 error format. */
|
|
635
|
-
'$.xgafv'?:
|
|
683
|
+
'$.xgafv'?: '1' | '2';
|
|
636
684
|
/** OAuth access token. */
|
|
637
685
|
access_token?: string;
|
|
638
686
|
/** Data format for response. */
|
|
639
|
-
alt?:
|
|
687
|
+
alt?: 'json' | 'media' | 'proto';
|
|
640
688
|
/** JSONP */
|
|
641
689
|
callback?: string;
|
|
642
690
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -663,11 +711,11 @@ declare namespace gapi.client {
|
|
|
663
711
|
/** Describes the properties of the metric set. */
|
|
664
712
|
get(request?: {
|
|
665
713
|
/** V1 error format. */
|
|
666
|
-
'$.xgafv'?:
|
|
714
|
+
'$.xgafv'?: '1' | '2';
|
|
667
715
|
/** OAuth access token. */
|
|
668
716
|
access_token?: string;
|
|
669
717
|
/** Data format for response. */
|
|
670
|
-
alt?:
|
|
718
|
+
alt?: 'json' | 'media' | 'proto';
|
|
671
719
|
/** JSONP */
|
|
672
720
|
callback?: string;
|
|
673
721
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -690,11 +738,11 @@ declare namespace gapi.client {
|
|
|
690
738
|
/** Queries the metrics in the metric set. */
|
|
691
739
|
query(request: {
|
|
692
740
|
/** V1 error format. */
|
|
693
|
-
'$.xgafv'?:
|
|
741
|
+
'$.xgafv'?: '1' | '2';
|
|
694
742
|
/** OAuth access token. */
|
|
695
743
|
access_token?: string;
|
|
696
744
|
/** Data format for response. */
|
|
697
|
-
alt?:
|
|
745
|
+
alt?: 'json' | 'media' | 'proto';
|
|
698
746
|
/** JSONP */
|
|
699
747
|
callback?: string;
|
|
700
748
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -719,11 +767,11 @@ declare namespace gapi.client {
|
|
|
719
767
|
query(
|
|
720
768
|
request: {
|
|
721
769
|
/** V1 error format. */
|
|
722
|
-
'$.xgafv'?:
|
|
770
|
+
'$.xgafv'?: '1' | '2';
|
|
723
771
|
/** OAuth access token. */
|
|
724
772
|
access_token?: string;
|
|
725
773
|
/** Data format for response. */
|
|
726
|
-
alt?:
|
|
774
|
+
alt?: 'json' | 'media' | 'proto';
|
|
727
775
|
/** JSONP */
|
|
728
776
|
callback?: string;
|
|
729
777
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -750,11 +798,11 @@ declare namespace gapi.client {
|
|
|
750
798
|
/** Describes the properties of the metrics set. */
|
|
751
799
|
get(request?: {
|
|
752
800
|
/** V1 error format. */
|
|
753
|
-
'$.xgafv'?:
|
|
801
|
+
'$.xgafv'?: '1' | '2';
|
|
754
802
|
/** OAuth access token. */
|
|
755
803
|
access_token?: string;
|
|
756
804
|
/** Data format for response. */
|
|
757
|
-
alt?:
|
|
805
|
+
alt?: 'json' | 'media' | 'proto';
|
|
758
806
|
/** JSONP */
|
|
759
807
|
callback?: string;
|
|
760
808
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -777,11 +825,11 @@ declare namespace gapi.client {
|
|
|
777
825
|
/** Queries the metrics in the metrics set. */
|
|
778
826
|
query(request: {
|
|
779
827
|
/** V1 error format. */
|
|
780
|
-
'$.xgafv'?:
|
|
828
|
+
'$.xgafv'?: '1' | '2';
|
|
781
829
|
/** OAuth access token. */
|
|
782
830
|
access_token?: string;
|
|
783
831
|
/** Data format for response. */
|
|
784
|
-
alt?:
|
|
832
|
+
alt?: 'json' | 'media' | 'proto';
|
|
785
833
|
/** JSONP */
|
|
786
834
|
callback?: string;
|
|
787
835
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -806,11 +854,11 @@ declare namespace gapi.client {
|
|
|
806
854
|
query(
|
|
807
855
|
request: {
|
|
808
856
|
/** V1 error format. */
|
|
809
|
-
'$.xgafv'?:
|
|
857
|
+
'$.xgafv'?: '1' | '2';
|
|
810
858
|
/** OAuth access token. */
|
|
811
859
|
access_token?: string;
|
|
812
860
|
/** Data format for response. */
|
|
813
|
-
alt?:
|
|
861
|
+
alt?: 'json' | 'media' | 'proto';
|
|
814
862
|
/** JSONP */
|
|
815
863
|
callback?: string;
|
|
816
864
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -837,11 +885,11 @@ declare namespace gapi.client {
|
|
|
837
885
|
/** Searches all error issues in which reports have been grouped. */
|
|
838
886
|
search(request?: {
|
|
839
887
|
/** V1 error format. */
|
|
840
|
-
'$.xgafv'?:
|
|
888
|
+
'$.xgafv'?: '1' | '2';
|
|
841
889
|
/** OAuth access token. */
|
|
842
890
|
access_token?: string;
|
|
843
891
|
/** Data format for response. */
|
|
844
|
-
alt?:
|
|
892
|
+
alt?: 'json' | 'media' | 'proto';
|
|
845
893
|
/** JSONP */
|
|
846
894
|
callback?: string;
|
|
847
895
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -916,11 +964,11 @@ declare namespace gapi.client {
|
|
|
916
964
|
/** Searches all error reports received for an app. */
|
|
917
965
|
search(request?: {
|
|
918
966
|
/** V1 error format. */
|
|
919
|
-
'$.xgafv'?:
|
|
967
|
+
'$.xgafv'?: '1' | '2';
|
|
920
968
|
/** OAuth access token. */
|
|
921
969
|
access_token?: string;
|
|
922
970
|
/** Data format for response. */
|
|
923
|
-
alt?:
|
|
971
|
+
alt?: 'json' | 'media' | 'proto';
|
|
924
972
|
/** JSONP */
|
|
925
973
|
callback?: string;
|
|
926
974
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -996,11 +1044,11 @@ declare namespace gapi.client {
|
|
|
996
1044
|
/** Describes the properties of the metric set. */
|
|
997
1045
|
get(request?: {
|
|
998
1046
|
/** V1 error format. */
|
|
999
|
-
'$.xgafv'?:
|
|
1047
|
+
'$.xgafv'?: '1' | '2';
|
|
1000
1048
|
/** OAuth access token. */
|
|
1001
1049
|
access_token?: string;
|
|
1002
1050
|
/** Data format for response. */
|
|
1003
|
-
alt?:
|
|
1051
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1004
1052
|
/** JSONP */
|
|
1005
1053
|
callback?: string;
|
|
1006
1054
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1023,11 +1071,11 @@ declare namespace gapi.client {
|
|
|
1023
1071
|
/** Queries the metrics in the metric set. */
|
|
1024
1072
|
query(request: {
|
|
1025
1073
|
/** V1 error format. */
|
|
1026
|
-
'$.xgafv'?:
|
|
1074
|
+
'$.xgafv'?: '1' | '2';
|
|
1027
1075
|
/** OAuth access token. */
|
|
1028
1076
|
access_token?: string;
|
|
1029
1077
|
/** Data format for response. */
|
|
1030
|
-
alt?:
|
|
1078
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1031
1079
|
/** JSONP */
|
|
1032
1080
|
callback?: string;
|
|
1033
1081
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1052,11 +1100,11 @@ declare namespace gapi.client {
|
|
|
1052
1100
|
query(
|
|
1053
1101
|
request: {
|
|
1054
1102
|
/** V1 error format. */
|
|
1055
|
-
'$.xgafv'?:
|
|
1103
|
+
'$.xgafv'?: '1' | '2';
|
|
1056
1104
|
/** OAuth access token. */
|
|
1057
1105
|
access_token?: string;
|
|
1058
1106
|
/** Data format for response. */
|
|
1059
|
-
alt?:
|
|
1107
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1060
1108
|
/** JSONP */
|
|
1061
1109
|
callback?: string;
|
|
1062
1110
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1083,11 +1131,11 @@ declare namespace gapi.client {
|
|
|
1083
1131
|
/** Describes the properties of the metric set. */
|
|
1084
1132
|
get(request?: {
|
|
1085
1133
|
/** V1 error format. */
|
|
1086
|
-
'$.xgafv'?:
|
|
1134
|
+
'$.xgafv'?: '1' | '2';
|
|
1087
1135
|
/** OAuth access token. */
|
|
1088
1136
|
access_token?: string;
|
|
1089
1137
|
/** Data format for response. */
|
|
1090
|
-
alt?:
|
|
1138
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1091
1139
|
/** JSONP */
|
|
1092
1140
|
callback?: string;
|
|
1093
1141
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1110,11 +1158,11 @@ declare namespace gapi.client {
|
|
|
1110
1158
|
/** Queries the metrics in the metric set. */
|
|
1111
1159
|
query(request: {
|
|
1112
1160
|
/** V1 error format. */
|
|
1113
|
-
'$.xgafv'?:
|
|
1161
|
+
'$.xgafv'?: '1' | '2';
|
|
1114
1162
|
/** OAuth access token. */
|
|
1115
1163
|
access_token?: string;
|
|
1116
1164
|
/** Data format for response. */
|
|
1117
|
-
alt?:
|
|
1165
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1118
1166
|
/** JSONP */
|
|
1119
1167
|
callback?: string;
|
|
1120
1168
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1139,11 +1187,11 @@ declare namespace gapi.client {
|
|
|
1139
1187
|
query(
|
|
1140
1188
|
request: {
|
|
1141
1189
|
/** V1 error format. */
|
|
1142
|
-
'$.xgafv'?:
|
|
1190
|
+
'$.xgafv'?: '1' | '2';
|
|
1143
1191
|
/** OAuth access token. */
|
|
1144
1192
|
access_token?: string;
|
|
1145
1193
|
/** Data format for response. */
|
|
1146
|
-
alt?:
|
|
1194
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1147
1195
|
/** JSONP */
|
|
1148
1196
|
callback?: string;
|
|
1149
1197
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1170,11 +1218,11 @@ declare namespace gapi.client {
|
|
|
1170
1218
|
/** Describes the properties of the metric set. */
|
|
1171
1219
|
get(request?: {
|
|
1172
1220
|
/** V1 error format. */
|
|
1173
|
-
'$.xgafv'?:
|
|
1221
|
+
'$.xgafv'?: '1' | '2';
|
|
1174
1222
|
/** OAuth access token. */
|
|
1175
1223
|
access_token?: string;
|
|
1176
1224
|
/** Data format for response. */
|
|
1177
|
-
alt?:
|
|
1225
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1178
1226
|
/** JSONP */
|
|
1179
1227
|
callback?: string;
|
|
1180
1228
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1197,11 +1245,11 @@ declare namespace gapi.client {
|
|
|
1197
1245
|
/** Queries the metrics in the metric set. */
|
|
1198
1246
|
query(request: {
|
|
1199
1247
|
/** V1 error format. */
|
|
1200
|
-
'$.xgafv'?:
|
|
1248
|
+
'$.xgafv'?: '1' | '2';
|
|
1201
1249
|
/** OAuth access token. */
|
|
1202
1250
|
access_token?: string;
|
|
1203
1251
|
/** Data format for response. */
|
|
1204
|
-
alt?:
|
|
1252
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1205
1253
|
/** JSONP */
|
|
1206
1254
|
callback?: string;
|
|
1207
1255
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1226,11 +1274,11 @@ declare namespace gapi.client {
|
|
|
1226
1274
|
query(
|
|
1227
1275
|
request: {
|
|
1228
1276
|
/** V1 error format. */
|
|
1229
|
-
'$.xgafv'?:
|
|
1277
|
+
'$.xgafv'?: '1' | '2';
|
|
1230
1278
|
/** OAuth access token. */
|
|
1231
1279
|
access_token?: string;
|
|
1232
1280
|
/** Data format for response. */
|
|
1233
|
-
alt?:
|
|
1281
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1234
1282
|
/** JSONP */
|
|
1235
1283
|
callback?: string;
|
|
1236
1284
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1257,11 +1305,11 @@ declare namespace gapi.client {
|
|
|
1257
1305
|
/** Describes the properties of the metric set. */
|
|
1258
1306
|
get(request?: {
|
|
1259
1307
|
/** V1 error format. */
|
|
1260
|
-
'$.xgafv'?:
|
|
1308
|
+
'$.xgafv'?: '1' | '2';
|
|
1261
1309
|
/** OAuth access token. */
|
|
1262
1310
|
access_token?: string;
|
|
1263
1311
|
/** Data format for response. */
|
|
1264
|
-
alt?:
|
|
1312
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1265
1313
|
/** JSONP */
|
|
1266
1314
|
callback?: string;
|
|
1267
1315
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1284,11 +1332,11 @@ declare namespace gapi.client {
|
|
|
1284
1332
|
/** Queries the metrics in the metric set. */
|
|
1285
1333
|
query(request: {
|
|
1286
1334
|
/** V1 error format. */
|
|
1287
|
-
'$.xgafv'?:
|
|
1335
|
+
'$.xgafv'?: '1' | '2';
|
|
1288
1336
|
/** OAuth access token. */
|
|
1289
1337
|
access_token?: string;
|
|
1290
1338
|
/** Data format for response. */
|
|
1291
|
-
alt?:
|
|
1339
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1292
1340
|
/** JSONP */
|
|
1293
1341
|
callback?: string;
|
|
1294
1342
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1313,11 +1361,11 @@ declare namespace gapi.client {
|
|
|
1313
1361
|
query(
|
|
1314
1362
|
request: {
|
|
1315
1363
|
/** V1 error format. */
|
|
1316
|
-
'$.xgafv'?:
|
|
1364
|
+
'$.xgafv'?: '1' | '2';
|
|
1317
1365
|
/** OAuth access token. */
|
|
1318
1366
|
access_token?: string;
|
|
1319
1367
|
/** Data format for response. */
|
|
1320
|
-
alt?:
|
|
1368
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1321
1369
|
/** JSONP */
|
|
1322
1370
|
callback?: string;
|
|
1323
1371
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1344,11 +1392,11 @@ declare namespace gapi.client {
|
|
|
1344
1392
|
/** Describes the properties of the metric set. */
|
|
1345
1393
|
get(request?: {
|
|
1346
1394
|
/** V1 error format. */
|
|
1347
|
-
'$.xgafv'?:
|
|
1395
|
+
'$.xgafv'?: '1' | '2';
|
|
1348
1396
|
/** OAuth access token. */
|
|
1349
1397
|
access_token?: string;
|
|
1350
1398
|
/** Data format for response. */
|
|
1351
|
-
alt?:
|
|
1399
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1352
1400
|
/** JSONP */
|
|
1353
1401
|
callback?: string;
|
|
1354
1402
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1371,11 +1419,11 @@ declare namespace gapi.client {
|
|
|
1371
1419
|
/** Queries the metrics in the metric set. */
|
|
1372
1420
|
query(request: {
|
|
1373
1421
|
/** V1 error format. */
|
|
1374
|
-
'$.xgafv'?:
|
|
1422
|
+
'$.xgafv'?: '1' | '2';
|
|
1375
1423
|
/** OAuth access token. */
|
|
1376
1424
|
access_token?: string;
|
|
1377
1425
|
/** Data format for response. */
|
|
1378
|
-
alt?:
|
|
1426
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1379
1427
|
/** JSONP */
|
|
1380
1428
|
callback?: string;
|
|
1381
1429
|
/** Selector specifying which fields to include in a partial response. */
|
|
@@ -1400,11 +1448,11 @@ declare namespace gapi.client {
|
|
|
1400
1448
|
query(
|
|
1401
1449
|
request: {
|
|
1402
1450
|
/** V1 error format. */
|
|
1403
|
-
'$.xgafv'?:
|
|
1451
|
+
'$.xgafv'?: '1' | '2';
|
|
1404
1452
|
/** OAuth access token. */
|
|
1405
1453
|
access_token?: string;
|
|
1406
1454
|
/** Data format for response. */
|
|
1407
|
-
alt?:
|
|
1455
|
+
alt?: 'json' | 'media' | 'proto';
|
|
1408
1456
|
/** JSONP */
|
|
1409
1457
|
callback?: string;
|
|
1410
1458
|
/** Selector specifying which fields to include in a partial response. */
|
package/package.json
CHANGED