@maxim_mazurok/gapi.client.playdeveloperreporting-v1alpha1 0.2.20260623 → 0.3.20260625
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 +11 -41
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
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=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260625
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -176,10 +176,7 @@ declare namespace gapi.client {
|
|
|
176
176
|
interface GooglePlayDeveloperReportingV1alpha1FreshnessInfoFreshness {
|
|
177
177
|
/** Aggregation period for which data is available. */
|
|
178
178
|
aggregationPeriod?:
|
|
179
|
-
| '
|
|
180
|
-
| 'HOURLY'
|
|
181
|
-
| 'DAILY'
|
|
182
|
-
| 'FULL_RANGE';
|
|
179
|
+
'AGGREGATION_PERIOD_UNSPECIFIED' | 'HOURLY' | 'DAILY' | 'FULL_RANGE';
|
|
183
180
|
/** 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. */
|
|
184
181
|
latestEndTime?: GoogleTypeDateTime;
|
|
185
182
|
}
|
|
@@ -206,10 +203,7 @@ declare namespace gapi.client {
|
|
|
206
203
|
interface GooglePlayDeveloperReportingV1alpha1MetricsRow {
|
|
207
204
|
/** Optional. Granularity of the aggregation period of the row. */
|
|
208
205
|
aggregationPeriod?:
|
|
209
|
-
| '
|
|
210
|
-
| 'HOURLY'
|
|
211
|
-
| 'DAILY'
|
|
212
|
-
| 'FULL_RANGE';
|
|
206
|
+
'AGGREGATION_PERIOD_UNSPECIFIED' | 'HOURLY' | 'DAILY' | 'FULL_RANGE';
|
|
213
207
|
/** Optional. Dimension columns in the row. */
|
|
214
208
|
dimensions?: GooglePlayDeveloperReportingV1alpha1DimensionValue[];
|
|
215
209
|
/** Optional. Metric columns in the row. */
|
|
@@ -244,10 +238,7 @@ declare namespace gapi.client {
|
|
|
244
238
|
timelineSpec?: GooglePlayDeveloperReportingV1alpha1TimelineSpec;
|
|
245
239
|
/** 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". */
|
|
246
240
|
userCohort?:
|
|
247
|
-
| '
|
|
248
|
-
| 'OS_PUBLIC'
|
|
249
|
-
| 'OS_BETA'
|
|
250
|
-
| 'APP_TESTERS';
|
|
241
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
251
242
|
}
|
|
252
243
|
interface GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse {
|
|
253
244
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -270,10 +261,7 @@ declare namespace gapi.client {
|
|
|
270
261
|
timelineSpec?: GooglePlayDeveloperReportingV1alpha1TimelineSpec;
|
|
271
262
|
/** 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". */
|
|
272
263
|
userCohort?:
|
|
273
|
-
| '
|
|
274
|
-
| 'OS_PUBLIC'
|
|
275
|
-
| 'OS_BETA'
|
|
276
|
-
| 'APP_TESTERS';
|
|
264
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
277
265
|
}
|
|
278
266
|
interface GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetResponse {
|
|
279
267
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -316,10 +304,7 @@ declare namespace gapi.client {
|
|
|
316
304
|
timelineSpec?: GooglePlayDeveloperReportingV1alpha1TimelineSpec;
|
|
317
305
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
318
306
|
userCohort?:
|
|
319
|
-
| '
|
|
320
|
-
| 'OS_PUBLIC'
|
|
321
|
-
| 'OS_BETA'
|
|
322
|
-
| 'APP_TESTERS';
|
|
307
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
323
308
|
}
|
|
324
309
|
interface GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetResponse {
|
|
325
310
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -342,10 +327,7 @@ declare namespace gapi.client {
|
|
|
342
327
|
timelineSpec?: GooglePlayDeveloperReportingV1alpha1TimelineSpec;
|
|
343
328
|
/** 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". */
|
|
344
329
|
userCohort?:
|
|
345
|
-
| '
|
|
346
|
-
| 'OS_PUBLIC'
|
|
347
|
-
| 'OS_BETA'
|
|
348
|
-
| 'APP_TESTERS';
|
|
330
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
349
331
|
}
|
|
350
332
|
interface GooglePlayDeveloperReportingV1alpha1QueryLmkRateMetricSetResponse {
|
|
351
333
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -368,10 +350,7 @@ declare namespace gapi.client {
|
|
|
368
350
|
timelineSpec?: GooglePlayDeveloperReportingV1alpha1TimelineSpec;
|
|
369
351
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
370
352
|
userCohort?:
|
|
371
|
-
| '
|
|
372
|
-
| 'OS_PUBLIC'
|
|
373
|
-
| 'OS_BETA'
|
|
374
|
-
| 'APP_TESTERS';
|
|
353
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
375
354
|
}
|
|
376
355
|
interface GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse {
|
|
377
356
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -394,10 +373,7 @@ declare namespace gapi.client {
|
|
|
394
373
|
timelineSpec?: GooglePlayDeveloperReportingV1alpha1TimelineSpec;
|
|
395
374
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
396
375
|
userCohort?:
|
|
397
|
-
| '
|
|
398
|
-
| 'OS_PUBLIC'
|
|
399
|
-
| 'OS_BETA'
|
|
400
|
-
| 'APP_TESTERS';
|
|
376
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
401
377
|
}
|
|
402
378
|
interface GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse {
|
|
403
379
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -420,10 +396,7 @@ declare namespace gapi.client {
|
|
|
420
396
|
timelineSpec?: GooglePlayDeveloperReportingV1alpha1TimelineSpec;
|
|
421
397
|
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
422
398
|
userCohort?:
|
|
423
|
-
| '
|
|
424
|
-
| 'OS_PUBLIC'
|
|
425
|
-
| 'OS_BETA'
|
|
426
|
-
| 'APP_TESTERS';
|
|
399
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
427
400
|
}
|
|
428
401
|
interface GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse {
|
|
429
402
|
/** Continuation token to fetch the next page of data. */
|
|
@@ -480,10 +453,7 @@ declare namespace gapi.client {
|
|
|
480
453
|
interface GooglePlayDeveloperReportingV1alpha1TimelineSpec {
|
|
481
454
|
/** 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. */
|
|
482
455
|
aggregationPeriod?:
|
|
483
|
-
| '
|
|
484
|
-
| 'HOURLY'
|
|
485
|
-
| 'DAILY'
|
|
486
|
-
| 'FULL_RANGE';
|
|
456
|
+
'AGGREGATION_PERIOD_UNSPECIFIED' | 'HOURLY' | 'DAILY' | 'FULL_RANGE';
|
|
487
457
|
/** 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. */
|
|
488
458
|
endTime?: GoogleTypeDateTime;
|
|
489
459
|
/** 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. */
|
package/package.json
CHANGED