@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 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: 20231128
12
+ // Revision: 20231204
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
16
16
  declare namespace gapi.client {
17
- /** Load Google Play Developer Reporting API v1beta1 */
18
- function load(urlOrObject: "https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1beta1"): Promise<void>;
19
- /** @deprecated Please load APIs with discovery documents. */
20
- function load(name: "playdeveloperreporting", version: "v1beta1"): Promise<void>;
21
- /** @deprecated Please load APIs with discovery documents. */
22
- function load(name: "playdeveloperreporting", version: "v1beta1", callback: () => any): void;
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
- namespace playdeveloperreporting {
25
- interface GooglePlayDeveloperReportingV1beta1Anomaly {
26
- /** Combination of dimensions in which the anomaly was detected. */
27
- dimensions?:
28
- GooglePlayDeveloperReportingV1beta1DimensionValue[];
29
- /** Metric where the anomaly was detected, together with the anomalous value. */
30
- metric?:
31
- GooglePlayDeveloperReportingV1beta1MetricValue;
32
- /** Metric set resource where the anomaly was detected. */
33
- metricSet?:
34
- string;
35
- /** Name of the anomaly. Format: apps/{app}/anomalies/{anomaly} */
36
- name?:
37
- string;
38
- /** Timeline specification that covers the anomaly period. */
39
- timelineSpec?:
40
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
41
- }
42
- interface GooglePlayDeveloperReportingV1beta1AnrRateMetricSet {
43
- /** Summary about data freshness in this resource. */
44
- freshnessInfo?:
45
- GooglePlayDeveloperReportingV1beta1FreshnessInfo;
46
- /** The resource name. Format: apps/{app}/anrRateMetricSet */
47
- name?:
48
- string;
49
- }
50
- interface GooglePlayDeveloperReportingV1beta1App {
51
- /** 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`. */
52
- displayName?:
53
- string;
54
- /** The resource name. Format: apps/{app} */
55
- name?:
56
- string;
57
- /** Package name of the app. Example: `com.example.app123`. */
58
- packageName?:
59
- string;
60
- }
61
- interface GooglePlayDeveloperReportingV1beta1AppVersion {
62
- /** Numeric version code of the app version (set by the app's developer). */
63
- versionCode?:
64
- string;
65
- }
66
- interface GooglePlayDeveloperReportingV1beta1CrashRateMetricSet {
67
- /** Summary about data freshness in this resource. */
68
- freshnessInfo?:
69
- GooglePlayDeveloperReportingV1beta1FreshnessInfo;
70
- /** The resource name. Format: apps/{app}/crashRateMetricSet */
71
- name?:
72
- string;
73
- }
74
- interface GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval {
75
- /** The confidence interval's lower bound. */
76
- lowerBound?:
77
- GoogleTypeDecimal;
78
- /** The confidence interval's upper bound. */
79
- upperBound?:
80
- GoogleTypeDecimal;
81
- }
82
- interface GooglePlayDeveloperReportingV1beta1DeviceId {
83
- /** Value of Build.BRAND. */
84
- buildBrand?:
85
- string;
86
- /** Value of Build.DEVICE. */
87
- buildDevice?:
88
- string;
89
- }
90
- interface GooglePlayDeveloperReportingV1beta1DeviceModelSummary {
91
- /** Identifier of the device. */
92
- deviceId?:
93
- GooglePlayDeveloperReportingV1beta1DeviceId;
94
- /** Link to the device in Play Device Catalog. */
95
- deviceUri?:
96
- string;
97
- /** Display name of the device. */
98
- marketingName?:
99
- string;
100
- }
101
- interface GooglePlayDeveloperReportingV1beta1DimensionValue {
102
- /** Name of the dimension. */
103
- dimension?:
104
- string;
105
- /** Actual value, represented as an int64. */
106
- int64Value?:
107
- string;
108
- /** Actual value, represented as a string. */
109
- stringValue?:
110
- string;
111
- /**
112
- * 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
113
- * 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'.
114
- */
115
- valueLabel?:
116
- string;
117
- }
118
- interface GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet {
119
- /** Summary about data freshness in this resource. */
120
- freshnessInfo?:
121
- GooglePlayDeveloperReportingV1beta1FreshnessInfo;
122
- /** The resource name. Format: apps/{app}/errorCountMetricSet */
123
- name?:
124
- string;
125
- }
126
- interface GooglePlayDeveloperReportingV1beta1ErrorIssue {
127
- /**
128
- * 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
129
- * 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.
130
- * SIGSEGV.
131
- */
132
- cause?:
133
- string;
134
- /** 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). */
135
- distinctUsers?:
136
- string;
137
- /** 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). */
138
- distinctUsersPercent?:
139
- GoogleTypeDecimal;
140
- /** The total number of error reports in this issue (only considering occurrences matching the filters and within the requested time period). */
141
- errorReportCount?:
142
- string;
143
- /** The earliest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters). */
144
- firstAppVersion?:
145
- GooglePlayDeveloperReportingV1beta1AppVersion;
146
- /**
147
- * 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
148
- * period).
149
- */
150
- firstOsVersion?:
151
- GooglePlayDeveloperReportingV1beta1OsVersion;
152
- /** Link to the issue in Android vitals in the Play Console. */
153
- issueUri?:
154
- string;
155
- /** The latest (inclusive) app version appearing in this ErrorIssue in the requested time period (only considering occurrences matching the filters). */
156
- lastAppVersion?:
157
- GooglePlayDeveloperReportingV1beta1AppVersion;
158
- /** Start of the hour during which the last error report in this issue occurred. */
159
- lastErrorReportTime?:
160
- string;
161
- /** 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). */
162
- lastOsVersion?:
163
- GooglePlayDeveloperReportingV1beta1OsVersion;
164
- /**
165
- * 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
166
- * likely method name that caused the error.
167
- */
168
- location?:
169
- string;
170
- /** The resource name of the issue. Format: apps/{app}/errorIssues/{issue} */
171
- name?:
172
- string;
173
- /** Type of the errors grouped in this issue. */
174
- type?:
175
- string;
176
- }
177
- interface GooglePlayDeveloperReportingV1beta1ErrorReport {
178
- /** A device model on which an event in this error report occurred on. */
179
- deviceModel?:
180
- GooglePlayDeveloperReportingV1beta1DeviceModelSummary;
181
- /** Start of the hour during which the latest event in this error report occurred. */
182
- eventTime?:
183
- string;
184
- /**
185
- * 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
186
- * recent error reports being assigned to a different issue.
187
- */
188
- issue?:
189
- string;
190
- /** The resource name of the report. Format: apps/{app}/errorReports/{report} */
191
- name?:
192
- string;
193
- /** The OS version on which an event in this error report occurred on. */
194
- osVersion?:
195
- GooglePlayDeveloperReportingV1beta1OsVersion;
196
- /**
197
- * 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
198
- * 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
199
- * that may break systems trying to parse information out of the reports.
200
- */
201
- reportText?:
202
- string;
203
- /** Type of the error for which this report was generated. */
204
- type?:
205
- string;
206
- }
207
- interface GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet {
208
- /** Summary about data freshness in this resource. */
209
- freshnessInfo?:
210
- GooglePlayDeveloperReportingV1beta1FreshnessInfo;
211
- /** The resource name. Format: apps/{app}/excessiveWakeupRateMetricSet */
212
- name?:
213
- string;
214
- }
215
- interface GooglePlayDeveloperReportingV1beta1FreshnessInfo {
216
- /** Information about data freshness for every supported aggregation period. This field has set semantics, keyed by the `aggregation_period` field. */
217
- freshnesses?:
218
- GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness[];
219
- }
220
- interface GooglePlayDeveloperReportingV1beta1FreshnessInfoFreshness {
221
- /** Aggregation period for which data is available. */
222
- aggregationPeriod?:
223
- string;
224
- /**
225
- * 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
226
- * 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
227
- * 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.
228
- */
229
- latestEndTime?:
230
- GoogleTypeDateTime;
231
- }
232
- interface GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse {
233
- /** Anomalies that were found. */
234
- anomalies?:
235
- GooglePlayDeveloperReportingV1beta1Anomaly[];
236
- /** Continuation token to fetch the next page of data. */
237
- nextPageToken?:
238
- string;
239
- }
240
- interface GooglePlayDeveloperReportingV1beta1MetricsRow {
241
- /** Granularity of the aggregation period of the row. */
242
- aggregationPeriod?:
243
- string;
244
- /** Dimension columns in the row. */
245
- dimensions?:
246
- GooglePlayDeveloperReportingV1beta1DimensionValue[];
247
- /** Metric columns in the row. */
248
- metrics?:
249
- GooglePlayDeveloperReportingV1beta1MetricValue[];
250
- /** Starting date (and time for hourly aggregation) of the period covered by this row. */
251
- startTime?:
252
- GoogleTypeDateTime;
253
- }
254
- interface GooglePlayDeveloperReportingV1beta1MetricValue {
255
- /** Actual value, represented as a decimal number. */
256
- decimalValue?:
257
- GoogleTypeDecimal;
258
- /** Confidence interval of a value that is of type `type.Decimal`. */
259
- decimalValueConfidenceInterval?:
260
- GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval;
261
- /** Name of the metric. */
262
- metric?:
263
- string;
264
- }
265
- interface GooglePlayDeveloperReportingV1beta1OsVersion {
266
- /** Numeric version code of the OS - API level */
267
- apiLevel?:
268
- string;
269
- }
270
- interface GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest {
271
- /**
272
- * 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`
273
- * (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
274
- * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the
275
- * 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
276
- * 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
277
- * buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
278
- * [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
279
- * 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel`
280
- * (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.,
281
- * Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion`
282
- * (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen
283
- * density of the device, e.g., mdpi, hdpi.
284
- */
285
- dimensions?:
286
- string[];
287
- /** 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. */
288
- filter?:
289
- string;
290
- /**
291
- * Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one ANR. *
292
- * `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
293
- * 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
294
- * count of distinct users for the day. Not supported in HOURLY granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period
295
- * that experienced at least one user-perceived ANR. User-perceived ANRs are currently those of 'Input dispatching' type. * `userPerceivedAnrRate7dUserWeighted`
296
- * (`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
297
- * in HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days. The daily values are
298
- * 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
299
- * 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
300
- * 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
301
- * 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
302
- */
303
- metrics?:
304
- string[];
305
- /** 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. */
306
- pageSize?:
307
- number;
308
- /**
309
- * 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
310
- * provided the page token.
311
- */
312
- pageToken?:
313
- string;
314
- /**
315
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints,
316
- * 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`.
317
- */
318
- timelineSpec?:
319
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
320
- /**
321
- * 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
322
- * 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
323
- * 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
324
- * was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
325
- */
326
- userCohort?:
327
- string;
328
- }
329
- interface GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse {
330
- /** Continuation token to fetch the next page of data. */
331
- nextPageToken?:
332
- string;
333
- /** Returned rows of data. */
334
- rows?:
335
- GooglePlayDeveloperReportingV1beta1MetricsRow[];
336
- }
337
- interface GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest {
338
- /**
339
- * 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`
340
- * (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
341
- * 'deviceBrand/device', where deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the
342
- * 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
343
- * 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
344
- * buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g., Samsung.
345
- * [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
346
- * 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel`
347
- * (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.,
348
- * Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion`
349
- * (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen
350
- * density of the device, e.g., mdpi, hdpi.
351
- */
352
- dimensions?:
353
- string[];
354
- /** 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. */
355
- filter?:
356
- string;
357
- /**
358
- * Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one crash. *
359
- * `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.
360
- * * `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
361
- * day. Not supported in HOURLY granularity. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that experienced at least one
362
- * 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
363
- * service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7 days. The daily values are weighted by the
364
- * count of distinct users for the day. Not supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of
365
- * `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`
366
- * (`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
367
- * 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
368
- * 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
369
- * 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
370
- */
371
- metrics?:
372
- string[];
373
- /** 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. */
374
- pageSize?:
375
- number;
376
- /**
377
- * 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
378
- * provided the page token.
379
- */
380
- pageToken?:
381
- string;
382
- /**
383
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints,
384
- * 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`.
385
- */
386
- timelineSpec?:
387
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
388
- /**
389
- * 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
390
- * 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
391
- * 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
392
- * was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
393
- */
394
- userCohort?:
395
- string;
396
- }
397
- interface GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse {
398
- /** Continuation token to fetch the next page of data. */
399
- nextPageToken?:
400
- string;
401
- /** Returned rows of data. */
402
- rows?:
403
- GooglePlayDeveloperReportingV1beta1MetricsRow[];
404
- }
405
- interface GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest {
406
- /**
407
- * 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):
408
- * 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
409
- * 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.,
410
- * 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
411
- * 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
412
- * 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.,
413
- * 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.,
414
- * "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. *
415
- * `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
416
- * 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". *
417
- * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi`
418
- * (string): Screen density of the device, e.g., mdpi, hdpi.
419
- */
420
- dimensions?:
421
- string[];
422
- /** 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. */
423
- filter?:
424
- string;
425
- /**
426
- * Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.type.Decimal`): Absolute count of individual error reports that have been received for an app. *
427
- * `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
428
- * users being counted multiple times. This value is not rounded, however it may be an approximation.
429
- */
430
- metrics?:
431
- string[];
432
- /** 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. */
433
- pageSize?:
434
- number;
435
- /**
436
- * 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
437
- * provided the page token.
438
- */
439
- pageToken?:
440
- string;
441
- /**
442
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. The default and only supported
443
- * timezone is `America/Los_Angeles`.
444
- */
445
- timelineSpec?:
446
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
447
- }
448
- interface GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse {
449
- /** Continuation token to fetch the next page of data. */
450
- nextPageToken?:
451
- string;
452
- /** Returned rows. */
453
- rows?:
454
- GooglePlayDeveloperReportingV1beta1MetricsRow[];
455
- }
456
- interface GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest {
457
- /**
458
- * 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):
459
- * 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',
460
- * 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,
461
- * 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
462
- * 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,
463
- * 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)
464
- * * `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) *
465
- * `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
466
- * 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. *
467
- * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
468
- * (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
469
- */
470
- dimensions?:
471
- string[];
472
- /** 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. */
473
- filter?:
474
- string;
475
- /**
476
- * Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had more than 10 wakeups
477
- * per hour. * `excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 7 days. The daily values are weighted by the
478
- * count of distinct users for the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
479
- * 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
480
- * 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
481
- * 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
482
- * 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
483
- */
484
- metrics?:
485
- string[];
486
- /** 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. */
487
- pageSize?:
488
- number;
489
- /**
490
- * 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
491
- * provided the page token.
492
- */
493
- pageToken?:
494
- string;
495
- /**
496
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints,
497
- * the only supported timezone is `America/Los_Angeles`.
498
- */
499
- timelineSpec?:
500
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
501
- /**
502
- * 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
503
- * 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
504
- * 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
505
- * was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
506
- */
507
- userCohort?:
508
- string;
509
- }
510
- interface GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse {
511
- /** Continuation token to fetch the next page of data. */
512
- nextPageToken?:
513
- string;
514
- /** Returned rows of data. */
515
- rows?:
516
- GooglePlayDeveloperReportingV1beta1MetricsRow[];
517
- }
518
- interface GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest {
519
- /**
520
- * 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):
521
- * 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',
522
- * 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,
523
- * 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
524
- * 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,
525
- * 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)
526
- * * `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) *
527
- * `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
528
- * 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. *
529
- * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
530
- * (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
531
- */
532
- dimensions?:
533
- string[];
534
- /** 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. */
535
- filter?:
536
- string;
537
- /**
538
- * Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow rendering. *
539
- * `slowRenderingRate20Fps7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate20Fps` in the last 7 days. The daily values are weighted by the count of
540
- * distinct users for the day. * `slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate20Fps` in the last 28 days. The daily
541
- * 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
542
- * slow rendering. * `slowRenderingRate30Fps7dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate30Fps` in the last 7 days. The daily values are weighted
543
- * by the count of distinct users for the day. * `slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rolling average value of `slowRenderingRate30Fps` in the last 28 days.
544
- * 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
545
- * 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
546
- * 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
547
- * on the magnitude of the value.
548
- */
549
- metrics?:
550
- string[];
551
- /** 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. */
552
- pageSize?:
553
- number;
554
- /**
555
- * 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
556
- * provided the page token.
557
- */
558
- pageToken?:
559
- string;
560
- /**
561
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints,
562
- * the only supported timezone is `America/Los_Angeles`.
563
- */
564
- timelineSpec?:
565
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
566
- /**
567
- * 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
568
- * 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
569
- * 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
570
- * was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
571
- */
572
- userCohort?:
573
- string;
574
- }
575
- interface GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse {
576
- /** Continuation token to fetch the next page of data. */
577
- nextPageToken?:
578
- string;
579
- /** Returned rows of data. */
580
- rows?:
581
- GooglePlayDeveloperReportingV1beta1MetricsRow[];
582
- }
583
- interface GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest {
584
- /**
585
- * 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):
586
- * 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',
587
- * 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,
588
- * 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
589
- * 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,
590
- * 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)
591
- * * `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) *
592
- * `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
593
- * 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. *
594
- * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
595
- * (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
596
- */
597
- dimensions?:
598
- string[];
599
- /** 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. */
600
- filter?:
601
- string;
602
- /**
603
- * Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a slow start. *
604
- * `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
605
- * 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
606
- * 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
607
- * `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
608
- * 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.
609
- */
610
- metrics?:
611
- string[];
612
- /** 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. */
613
- pageSize?:
614
- number;
615
- /**
616
- * 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
617
- * provided the page token.
618
- */
619
- pageToken?:
620
- string;
621
- /**
622
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints,
623
- * the only supported timezone is `America/Los_Angeles`.
624
- */
625
- timelineSpec?:
626
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
627
- /**
628
- * 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
629
- * 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
630
- * 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
631
- * was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
632
- */
633
- userCohort?:
634
- string;
635
- }
636
- interface GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse {
637
- /** Continuation token to fetch the next page of data. */
638
- nextPageToken?:
639
- string;
640
- /** Returned rows of data. */
641
- rows?:
642
- GooglePlayDeveloperReportingV1beta1MetricsRow[];
643
- }
644
- interface GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest {
645
- /**
646
- * 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):
647
- * 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',
648
- * 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,
649
- * 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
650
- * 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,
651
- * 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)
652
- * * `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) *
653
- * `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
654
- * 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. *
655
- * `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
656
- * (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
657
- */
658
- dimensions?:
659
- string[];
660
- /** 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. */
661
- filter?:
662
- string;
663
- /**
664
- * Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.type.Decimal`): Percentage of distinct users in the aggregation period that had a wakelock held in the
665
- * background for longer than 1 hour. * `stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days. The daily values
666
- * are weighted by the count of distinct users for the day. * `stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `stuckBgWakelockRate` in the last
667
- * 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
668
- * 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
669
- * 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
670
- * the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of the value.
671
- */
672
- metrics?:
673
- string[];
674
- /** 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. */
675
- pageSize?:
676
- number;
677
- /**
678
- * 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
679
- * provided the page token.
680
- */
681
- pageToken?:
682
- string;
683
- /**
684
- * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints,
685
- * the only supported timezone is `America/Los_Angeles`.
686
- */
687
- timelineSpec?:
688
- GooglePlayDeveloperReportingV1beta1TimelineSpec;
689
- /**
690
- * 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
691
- * 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
692
- * 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
693
- * was running on the user's device. * `osBuild` (string): OS build of the user's device, e.g., "T1B2.220916.004".
694
- */
695
- userCohort?:
696
- string;
697
- }
698
- interface GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse {
699
- /** Continuation token to fetch the next page of data. */
700
- nextPageToken?:
701
- string;
702
- /** Returned rows of data. */
703
- rows?:
704
- GooglePlayDeveloperReportingV1beta1MetricsRow[];
705
- }
706
- interface GooglePlayDeveloperReportingV1beta1Release {
707
- /** Readable identifier of the release. */
708
- displayName?:
709
- string;
710
- /** The version codes contained in this release. */
711
- versionCodes?:
712
- string[];
713
- }
714
- interface GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions {
715
- /** List of tracks to filter releases over. Provides the grouping of version codes under releases and tracks. */
716
- tracks?:
717
- GooglePlayDeveloperReportingV1beta1Track[];
718
- }
719
- interface GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse {
720
- /** The apps accessible to the user calling the endpoint. */
721
- apps?:
722
- GooglePlayDeveloperReportingV1beta1App[];
723
- /** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
724
- nextPageToken?:
725
- string;
726
- }
727
- interface GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse {
728
- /** ErrorIssues that were found. */
729
- errorIssues?:
730
- GooglePlayDeveloperReportingV1beta1ErrorIssue[];
731
- /** Continuation token to fetch the next page of data. */
732
- nextPageToken?:
733
- string;
734
- }
735
- interface GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse {
736
- /** Error reports that were found. */
737
- errorReports?:
738
- GooglePlayDeveloperReportingV1beta1ErrorReport[];
739
- /** Page token to fetch the next page of reports. */
740
- nextPageToken?:
741
- string;
742
- }
743
- interface GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet {
744
- /** Summary about data freshness in this resource. */
745
- freshnessInfo?:
746
- GooglePlayDeveloperReportingV1beta1FreshnessInfo;
747
- /** The resource name. Format: apps/{app}/slowRenderingRateMetricSet */
748
- name?:
749
- string;
750
- }
751
- interface GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet {
752
- /** Summary about data freshness in this resource. */
753
- freshnessInfo?:
754
- GooglePlayDeveloperReportingV1beta1FreshnessInfo;
755
- /** The resource name. Format: apps/{app}/slowStartRateMetricSet */
756
- name?:
757
- string;
758
- }
759
- interface GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet {
760
- /** Summary about data freshness in this resource. */
761
- freshnessInfo?:
762
- GooglePlayDeveloperReportingV1beta1FreshnessInfo;
763
- /** The resource name. Format: apps/{app}/stuckBackgroundWakelockRateMetricSet */
764
- name?:
765
- string;
766
- }
767
- interface GooglePlayDeveloperReportingV1beta1TimelineSpec {
768
- /** 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. */
769
- aggregationPeriod?:
770
- string;
771
- /** 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. */
772
- endTime?:
773
- GoogleTypeDateTime;
774
- /**
775
- * 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
776
- * 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',
777
- * '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
778
- * set. The timezone of the end point must match the timezone of the start point.
779
- */
780
- startTime?:
781
- GoogleTypeDateTime;
782
- }
783
- interface GooglePlayDeveloperReportingV1beta1Track {
784
- /** Readable identifier of the track. */
785
- displayName?:
786
- string;
787
- /** Represents all active releases in the track. */
788
- servingReleases?:
789
- GooglePlayDeveloperReportingV1beta1Release[];
790
- /** The type of the track. */
791
- type?:
792
- string;
793
- }
794
- interface GoogleTypeDateTime {
795
- /** 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. */
796
- day?:
797
- number;
798
- /** 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. */
799
- hours?:
800
- number;
801
- /** Optional. Minutes of hour of day. Must be from 0 to 59, defaults to 0. */
802
- minutes?:
803
- number;
804
- /** Optional. Month of year. Must be from 1 to 12, or 0 if specifying a datetime without a month. */
805
- month?:
806
- number;
807
- /** Optional. Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999, defaults to 0. */
808
- nanos?:
809
- number;
810
- /** 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. */
811
- seconds?:
812
- number;
813
- /** Time zone. */
814
- timeZone?:
815
- GoogleTypeTimeZone;
816
- /** 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 }. */
817
- utcOffset?:
818
- string;
819
- /** Optional. Year of date. Must be from 1 to 9999, or 0 if specifying a datetime without a year. */
820
- year?:
821
- number;
822
- }
823
- interface GoogleTypeDecimal {
824
- /**
825
- * 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
826
- * 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
827
- * 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
828
- * 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
829
- * 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
830
- * 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
831
- * 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`).
832
- * 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
833
- * 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
834
- * support them, values **must** be normalized. The ENBF grammar is: DecimalString = '' | [Sign] Significand [Exponent]; Sign = '+' | '-'; Significand = Digits '.' | [Digits] '.'
835
- * 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
836
- * 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
837
- * 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
838
- * 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**
839
- * error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service receives a value outside of the supported range.
840
- */
841
- value?:
842
- string;
843
- }
844
- interface GoogleTypeTimeZone {
845
- /** IANA Time Zone Database time zone, e.g. "America/New_York". */
846
- id?:
847
- string;
848
- /** Optional. IANA Time Zone Database version number, e.g. "2019a". */
849
- version?:
850
- string;
851
- }
852
- interface AnomaliesResource {
853
- /** Lists anomalies in any of the datasets. */
854
- list(request?: {
855
- /** V1 error format. */
856
- "$.xgafv"?:
857
- string;
858
- /** OAuth access token. */
859
- access_token?:
860
- string;
861
- /** Data format for response. */
862
- alt?:
863
- string;
864
- /** JSONP */
865
- callback?:
866
- string;
867
- /** Selector specifying which fields to include in a partial response. */
868
- fields?:
869
- string;
870
- /**
871
- * Filtering criteria for anomalies. For basic filter guidance, please check: https://google.aip.dev/160. **Supported functions:** * `activeBetween(startTime, endTime)`: If
872
- * 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
873
- * 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
874
- * upper bound, respectively. Examples: * `activeBetween("2021-04-21T11:30:00Z", "2021-07-21T00:00:00Z")` * `activeBetween(UNBOUNDED, "2021-11-21T00:00:00-04:00")` *
875
- * `activeBetween("2021-07-21T00:00:00-04:00", UNBOUNDED)`
876
- */
877
- filter?:
878
- string;
879
- /** 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. */
880
- key?:
881
- string;
882
- /** OAuth 2.0 token for the current user. */
883
- oauth_token?:
884
- string;
885
- /** 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. */
886
- pageSize?:
887
- number;
888
- /**
889
- * A page token, received from a previous `ListErrorReports` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to
890
- * `ListErrorReports` must match the call that provided the page token.
891
- */
892
- pageToken?:
893
- string;
894
- /** Required. Parent app for which anomalies were detected. Format: apps/{app} */
895
- parent:
896
- string;
897
- /** Returns response with indentations and line breaks. */
898
- prettyPrint?:
899
- boolean;
900
- /** 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. */
901
- quotaUser?:
902
- string;
903
- /** Upload protocol for media (e.g. "raw", "multipart"). */
904
- upload_protocol?:
905
- string;
906
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
907
- uploadType?:
908
- string;
909
- }): Request<GooglePlayDeveloperReportingV1beta1ListAnomaliesResponse>;
910
- }
911
- interface AppsResource {
912
- /** Describes filtering options for releases. */
913
- fetchReleaseFilterOptions(request?: {
914
- /** V1 error format. */
915
- "$.xgafv"?:
916
- string;
917
- /** OAuth access token. */
918
- access_token?:
919
- string;
920
- /** Data format for response. */
921
- alt?:
922
- string;
923
- /** JSONP */
924
- callback?:
925
- string;
926
- /** Selector specifying which fields to include in a partial response. */
927
- fields?:
928
- string;
929
- /** 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. */
930
- key?:
931
- string;
932
- /** Required. Name of the resource, i.e. app the filtering options are for. Format: apps/{app} */
933
- name:
934
- string;
935
- /** OAuth 2.0 token for the current user. */
936
- oauth_token?:
937
- string;
938
- /** Returns response with indentations and line breaks. */
939
- prettyPrint?:
940
- boolean;
941
- /** 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. */
942
- quotaUser?:
943
- string;
944
- /** Upload protocol for media (e.g. "raw", "multipart"). */
945
- upload_protocol?:
946
- string;
947
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
948
- uploadType?:
949
- string;
950
- }): Request<GooglePlayDeveloperReportingV1beta1ReleaseFilterOptions>;
951
- /** Searches for Apps accessible by the user. */
952
- search(request?: {
953
- /** V1 error format. */
954
- "$.xgafv"?:
955
- string;
956
- /** OAuth access token. */
957
- access_token?:
958
- string;
959
- /** Data format for response. */
960
- alt?:
961
- string;
962
- /** JSONP */
963
- callback?:
964
- string;
965
- /** Selector specifying which fields to include in a partial response. */
966
- fields?:
967
- string;
968
- /** 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. */
969
- key?:
970
- string;
971
- /** OAuth 2.0 token for the current user. */
972
- oauth_token?:
973
- string;
974
- /**
975
- * 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
976
- * 1000 will be coerced to 1000.
977
- */
978
- pageSize?:
979
- number;
980
- /**
981
- * A page token, received from a previous `SearchAccessibleApps` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to
982
- * `SearchAccessibleApps` must match the call that provided the page token.
983
- */
984
- pageToken?:
985
- string;
986
- /** Returns response with indentations and line breaks. */
987
- prettyPrint?:
988
- boolean;
989
- /** 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. */
990
- quotaUser?:
991
- string;
992
- /** Upload protocol for media (e.g. "raw", "multipart"). */
993
- upload_protocol?:
994
- string;
995
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
996
- uploadType?:
997
- string;
998
- }): Request<GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse>;
999
- }
1000
- interface AnrrateResource {
1001
- /** Describes the properties of the metric set. */
1002
- get(request?: {
1003
- /** V1 error format. */
1004
- "$.xgafv"?:
1005
- string;
1006
- /** OAuth access token. */
1007
- access_token?:
1008
- string;
1009
- /** Data format for response. */
1010
- alt?:
1011
- string;
1012
- /** JSONP */
1013
- callback?:
1014
- string;
1015
- /** Selector specifying which fields to include in a partial response. */
1016
- fields?:
1017
- 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?:
1020
- string;
1021
- /** Required. The resource name. Format: apps/{app}/anrRateMetricSet */
1022
- name:
1023
- string;
1024
- /** OAuth 2.0 token for the current user. */
1025
- oauth_token?:
1026
- string;
1027
- /** Returns response with indentations and line breaks. */
1028
- prettyPrint?:
1029
- boolean;
1030
- /** 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. */
1031
- quotaUser?:
1032
- string;
1033
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1034
- upload_protocol?:
1035
- string;
1036
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1037
- uploadType?:
1038
- string;
1039
- }): Request<GooglePlayDeveloperReportingV1beta1AnrRateMetricSet>;
1040
- /** Queries the metrics in the metric set. */
1041
- query(request: {
1042
- /** V1 error format. */
1043
- "$.xgafv"?:
1044
- string;
1045
- /** OAuth access token. */
1046
- access_token?:
1047
- string;
1048
- /** Data format for response. */
1049
- alt?:
1050
- string;
1051
- /** JSONP */
1052
- callback?:
1053
- string;
1054
- /** Selector specifying which fields to include in a partial response. */
1055
- fields?:
1056
- string;
1057
- /** 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. */
1058
- key?:
1059
- string;
1060
- /** Required. The resource name. Format: apps/{app}/anrRateMetricSet */
1061
- name:
1062
- string;
1063
- /** OAuth 2.0 token for the current user. */
1064
- oauth_token?:
1065
- string;
1066
- /** Returns response with indentations and line breaks. */
1067
- prettyPrint?:
1068
- boolean;
1069
- /** 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. */
1070
- quotaUser?:
1071
- string;
1072
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1073
- upload_protocol?:
1074
- string;
1075
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1076
- uploadType?:
1077
- string;
1078
- /** Request body */
1079
- resource:
1080
- GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest;
1081
- }): Request<GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse>;
1082
- query(request: {
1083
- /** V1 error format. */
1084
- "$.xgafv"?:
1085
- string;
1086
- /** OAuth access token. */
1087
- access_token?:
1088
- string;
1089
- /** Data format for response. */
1090
- alt?:
1091
- string;
1092
- /** JSONP */
1093
- callback?:
1094
- string;
1095
- /** Selector specifying which fields to include in a partial response. */
1096
- fields?:
1097
- string;
1098
- /** 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. */
1099
- key?:
1100
- string;
1101
- /** Required. The resource name. Format: apps/{app}/anrRateMetricSet */
1102
- name:
1103
- string;
1104
- /** OAuth 2.0 token for the current user. */
1105
- oauth_token?:
1106
- string;
1107
- /** Returns response with indentations and line breaks. */
1108
- prettyPrint?:
1109
- boolean;
1110
- /** 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. */
1111
- quotaUser?:
1112
- string;
1113
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1114
- upload_protocol?:
1115
- string;
1116
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1117
- uploadType?:
1118
- string;
1119
- },
1120
- body: GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest): Request<GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse>;
1121
- }
1122
- interface CrashrateResource {
1123
- /** Describes the properties of the metric set. */
1124
- get(request?: {
1125
- /** V1 error format. */
1126
- "$.xgafv"?:
1127
- string;
1128
- /** OAuth access token. */
1129
- access_token?:
1130
- string;
1131
- /** Data format for response. */
1132
- alt?:
1133
- string;
1134
- /** JSONP */
1135
- callback?:
1136
- string;
1137
- /** Selector specifying which fields to include in a partial response. */
1138
- fields?:
1139
- string;
1140
- /** 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. */
1141
- key?:
1142
- string;
1143
- /** Required. The resource name. Format: apps/{app}/crashRateMetricSet */
1144
- name:
1145
- string;
1146
- /** OAuth 2.0 token for the current user. */
1147
- oauth_token?:
1148
- string;
1149
- /** Returns response with indentations and line breaks. */
1150
- prettyPrint?:
1151
- boolean;
1152
- /** 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. */
1153
- quotaUser?:
1154
- string;
1155
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1156
- upload_protocol?:
1157
- string;
1158
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1159
- uploadType?:
1160
- string;
1161
- }): Request<GooglePlayDeveloperReportingV1beta1CrashRateMetricSet>;
1162
- /** Queries the metrics in the metric set. */
1163
- query(request: {
1164
- /** V1 error format. */
1165
- "$.xgafv"?:
1166
- string;
1167
- /** OAuth access token. */
1168
- access_token?:
1169
- string;
1170
- /** Data format for response. */
1171
- alt?:
1172
- string;
1173
- /** JSONP */
1174
- callback?:
1175
- string;
1176
- /** Selector specifying which fields to include in a partial response. */
1177
- fields?:
1178
- string;
1179
- /** 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. */
1180
- key?:
1181
- string;
1182
- /** Required. The resource name. Format: apps/{app}/crashRateMetricSet */
1183
- name:
1184
- string;
1185
- /** OAuth 2.0 token for the current user. */
1186
- oauth_token?:
1187
- string;
1188
- /** Returns response with indentations and line breaks. */
1189
- prettyPrint?:
1190
- boolean;
1191
- /** 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. */
1192
- quotaUser?:
1193
- string;
1194
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1195
- upload_protocol?:
1196
- string;
1197
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1198
- uploadType?:
1199
- string;
1200
- /** Request body */
1201
- resource:
1202
- GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest;
1203
- }): Request<GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse>;
1204
- query(request: {
1205
- /** V1 error format. */
1206
- "$.xgafv"?:
1207
- string;
1208
- /** OAuth access token. */
1209
- access_token?:
1210
- string;
1211
- /** Data format for response. */
1212
- alt?:
1213
- string;
1214
- /** JSONP */
1215
- callback?:
1216
- string;
1217
- /** Selector specifying which fields to include in a partial response. */
1218
- fields?:
1219
- string;
1220
- /** 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. */
1221
- key?:
1222
- string;
1223
- /** Required. The resource name. Format: apps/{app}/crashRateMetricSet */
1224
- name:
1225
- string;
1226
- /** OAuth 2.0 token for the current user. */
1227
- oauth_token?:
1228
- string;
1229
- /** Returns response with indentations and line breaks. */
1230
- prettyPrint?:
1231
- boolean;
1232
- /** 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. */
1233
- quotaUser?:
1234
- string;
1235
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1236
- upload_protocol?:
1237
- string;
1238
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1239
- uploadType?:
1240
- string;
1241
- },
1242
- body: GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest): Request<GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetResponse>;
1243
- }
1244
- interface CountsResource {
1245
- /** Describes the properties of the metrics set. */
1246
- get(request?: {
1247
- /** V1 error format. */
1248
- "$.xgafv"?:
1249
- string;
1250
- /** OAuth access token. */
1251
- access_token?:
1252
- string;
1253
- /** Data format for response. */
1254
- alt?:
1255
- string;
1256
- /** JSONP */
1257
- callback?:
1258
- string;
1259
- /** Selector specifying which fields to include in a partial response. */
1260
- fields?:
1261
- string;
1262
- /** 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. */
1263
- key?:
1264
- string;
1265
- /** Required. Name of the errors metric set. Format: apps/{app}/errorCountMetricSet */
1266
- name:
1267
- string;
1268
- /** OAuth 2.0 token for the current user. */
1269
- oauth_token?:
1270
- string;
1271
- /** Returns response with indentations and line breaks. */
1272
- prettyPrint?:
1273
- boolean;
1274
- /** 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. */
1275
- quotaUser?:
1276
- string;
1277
- /** Upload protocol for media (e.g. "raw", "multipart"). */
1278
- upload_protocol?:
1279
- string;
1280
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
1281
- uploadType?:
1282
- string;
1283
- }): Request<GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet>;
1284
- /** Queries the metrics in the metrics set. */
1285
- query(request: {
1286
- /** V1 error format. */
1287
- "$.xgafv"?:
1288
- string;
1289
- /** OAuth access token. */
1290
- access_token?:
1291
- string;
1292
- /** Data format for response. */
1293
- alt?:
1294
- string;
1295
- /** JSONP */
1296
- callback?:
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
- const anomalies: AnomaliesResource;
1307
+ const anomalies: AnomaliesResource;
2162
1308
 
2163
- const apps: AppsResource;
1309
+ const apps: AppsResource;
2164
1310
 
2165
- const vitals: VitalsResource;
2166
- }
1311
+ const vitals: VitalsResource;
1312
+ }
2167
1313
  }