@maxim_mazurok/gapi.client.playdeveloperreporting-v1alpha1 0.0.20230501 → 0.0.20230502
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 +77 -75
- package/package.json +1 -1
- package/tests.ts +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1alpha1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230502
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -191,15 +191,15 @@ declare namespace gapi.client {
|
|
|
191
191
|
interface GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest {
|
|
192
192
|
/**
|
|
193
193
|
* Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device. * `versionCode` (int64): version
|
|
194
|
-
* of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `
|
|
195
|
-
* factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
196
|
-
* the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
|
|
197
|
-
* e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
|
|
198
|
-
* e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
|
|
199
|
-
* `
|
|
200
|
-
* device's GPU, e.g.,
|
|
201
|
-
* `
|
|
202
|
-
* (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
194
|
+
* of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `deviceBrand` (string): unique identifier of the user's
|
|
195
|
+
* device brand. * `deviceType` (string): the type (also known as form factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
196
|
+
* 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.). *
|
|
197
|
+
* `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) *
|
|
198
|
+
* `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) *
|
|
199
|
+
* `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
|
|
200
|
+
* 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. *
|
|
201
|
+
* `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
|
|
202
|
+
* (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
203
203
|
*/
|
|
204
204
|
dimensions?:
|
|
205
205
|
string[];
|
|
@@ -256,15 +256,15 @@ declare namespace gapi.client {
|
|
|
256
256
|
interface GooglePlayDeveloperReportingV1alpha1QueryCrashRateMetricSetRequest {
|
|
257
257
|
/**
|
|
258
258
|
* Dimensions to slice the metrics by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device. * `versionCode` (int64): version
|
|
259
|
-
* of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `
|
|
260
|
-
* factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
261
|
-
* the United States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
|
|
262
|
-
* e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) *
|
|
263
|
-
* e.g., "Exynos 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
|
|
264
|
-
* `
|
|
265
|
-
* device's GPU, e.g.,
|
|
266
|
-
* `
|
|
267
|
-
* (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
259
|
+
* of the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `deviceBrand` (string): unique identifier of the user's
|
|
260
|
+
* device brand. * `deviceType` (string): the type (also known as form factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
261
|
+
* 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.). *
|
|
262
|
+
* `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) *
|
|
263
|
+
* `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) *
|
|
264
|
+
* `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
|
|
265
|
+
* 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. *
|
|
266
|
+
* `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
|
|
267
|
+
* (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
268
268
|
*/
|
|
269
269
|
dimensions?:
|
|
270
270
|
string[];
|
|
@@ -371,15 +371,15 @@ declare namespace gapi.client {
|
|
|
371
371
|
interface GooglePlayDeveloperReportingV1alpha1QueryExcessiveWakeupRateMetricSetRequest {
|
|
372
372
|
/**
|
|
373
373
|
* Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device. * `versionCode` (int64): version of
|
|
374
|
-
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `
|
|
375
|
-
* of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
376
|
-
* States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
|
|
377
|
-
*
|
|
378
|
-
* 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
|
|
379
|
-
* (string):
|
|
380
|
-
*
|
|
381
|
-
* (string):
|
|
382
|
-
* density of the device, e.g., mdpi, hdpi.
|
|
374
|
+
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `deviceBrand` (string): unique identifier of the user's
|
|
375
|
+
* device brand. * `deviceType` (string): the type (also known as form factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
376
|
+
* 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.). *
|
|
377
|
+
* `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) *
|
|
378
|
+
* `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) *
|
|
379
|
+
* `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
|
|
380
|
+
* 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. *
|
|
381
|
+
* `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
|
|
382
|
+
* (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
383
383
|
*/
|
|
384
384
|
dimensions?:
|
|
385
385
|
string[];
|
|
@@ -432,15 +432,15 @@ declare namespace gapi.client {
|
|
|
432
432
|
interface GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest {
|
|
433
433
|
/**
|
|
434
434
|
* Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device. * `versionCode` (int64): version of
|
|
435
|
-
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `
|
|
436
|
-
* of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
437
|
-
* States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
|
|
438
|
-
*
|
|
439
|
-
* 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
|
|
440
|
-
* (string):
|
|
441
|
-
*
|
|
442
|
-
* (string):
|
|
443
|
-
* density of the device, e.g., mdpi, hdpi.
|
|
435
|
+
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `deviceBrand` (string): unique identifier of the user's
|
|
436
|
+
* device brand. * `deviceType` (string): the type (also known as form factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
437
|
+
* 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.). *
|
|
438
|
+
* `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) *
|
|
439
|
+
* `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) *
|
|
440
|
+
* `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
|
|
441
|
+
* 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. *
|
|
442
|
+
* `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
|
|
443
|
+
* (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
444
444
|
*/
|
|
445
445
|
dimensions?:
|
|
446
446
|
string[];
|
|
@@ -496,15 +496,15 @@ declare namespace gapi.client {
|
|
|
496
496
|
interface GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest {
|
|
497
497
|
/**
|
|
498
498
|
* Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device. * `versionCode` (int64): version of
|
|
499
|
-
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `
|
|
500
|
-
* of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
501
|
-
* States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
|
|
502
|
-
*
|
|
503
|
-
* 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
|
|
504
|
-
* (string):
|
|
505
|
-
*
|
|
506
|
-
* (string):
|
|
507
|
-
* density of the device, e.g., mdpi, hdpi.
|
|
499
|
+
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `deviceBrand` (string): unique identifier of the user's
|
|
500
|
+
* device brand. * `deviceType` (string): the type (also known as form factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
501
|
+
* 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.). *
|
|
502
|
+
* `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) *
|
|
503
|
+
* `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) *
|
|
504
|
+
* `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
|
|
505
|
+
* 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. *
|
|
506
|
+
* `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
|
|
507
|
+
* (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
508
508
|
*/
|
|
509
509
|
dimensions?:
|
|
510
510
|
string[];
|
|
@@ -556,15 +556,15 @@ declare namespace gapi.client {
|
|
|
556
556
|
interface GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest {
|
|
557
557
|
/**
|
|
558
558
|
* Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (string): the API level of Android that was running on the user's device. * `versionCode` (int64): version of
|
|
559
|
-
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `
|
|
560
|
-
* of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
561
|
-
* States). * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). *
|
|
562
|
-
*
|
|
563
|
-
* 2100". [Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL) *
|
|
564
|
-
* (string):
|
|
565
|
-
*
|
|
566
|
-
* (string):
|
|
567
|
-
* density of the device, e.g., mdpi, hdpi.
|
|
559
|
+
* the app that was running on the user's device. * `deviceModel` (string): unique identifier of the user's device model. * `deviceBrand` (string): unique identifier of the user's
|
|
560
|
+
* device brand. * `deviceType` (string): the type (also known as form factor) of the user's device. * `countryCode` (string): the country or region of the user's device based on their
|
|
561
|
+
* 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.). *
|
|
562
|
+
* `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) *
|
|
563
|
+
* `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) *
|
|
564
|
+
* `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
|
|
565
|
+
* 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. *
|
|
566
|
+
* `deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610". * `deviceScreenSize`
|
|
567
|
+
* (string): Screen size of the device, e.g., NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
568
568
|
*/
|
|
569
569
|
dimensions?:
|
|
570
570
|
string[];
|
|
@@ -1176,15 +1176,16 @@ declare namespace gapi.client {
|
|
|
1176
1176
|
* 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
|
|
1177
1177
|
* 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:
|
|
1178
1178
|
* `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the requested devices. Example: `deviceModel = "walleye" OR deviceModel =
|
|
1179
|
-
* "marlin"`. * `
|
|
1180
|
-
*
|
|
1181
|
-
*
|
|
1182
|
-
*
|
|
1183
|
-
*
|
|
1184
|
-
*
|
|
1185
|
-
*
|
|
1186
|
-
*
|
|
1187
|
-
*
|
|
1179
|
+
* "marlin"`. * `deviceBrand`: Matches error issues that occurred in the requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches error issues that
|
|
1180
|
+
* occurred in the requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches error issues of the requested types only. Valid candidates: `CRASH`, `ANR`.
|
|
1181
|
+
* Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `appProcessState`: Matches error issues on the process state of an app, indicating whether an app runs in the
|
|
1182
|
+
* foreground (user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error issues that
|
|
1183
|
+
* are user-perceived. It is not accompanied by any operators. Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator
|
|
1184
|
+
* 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
|
|
1185
|
+
* 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
|
|
1186
|
+
* 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. **
|
|
1187
|
+
* Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode
|
|
1188
|
+
* = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
|
|
1188
1189
|
*/
|
|
1189
1190
|
filter?:
|
|
1190
1191
|
string;
|
|
@@ -1311,17 +1312,18 @@ declare namespace gapi.client {
|
|
|
1311
1312
|
* 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:** *
|
|
1312
1313
|
* `apiLevel`: Matches error reports that occurred in the requested Android versions (specified as the numeric API level) only. Example: `apiLevel = 28 OR apiLevel = 29`. *
|
|
1313
1314
|
* `versionCode`: Matches error reports that occurred in the requested app version codes only. Example: `versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error
|
|
1314
|
-
* reports that occurred in the requested devices. Example: `deviceModel = "walleye" OR deviceModel = "marlin"`. * `
|
|
1315
|
-
* requested device
|
|
1316
|
-
* `
|
|
1317
|
-
*
|
|
1318
|
-
*
|
|
1319
|
-
*
|
|
1320
|
-
*
|
|
1321
|
-
*
|
|
1322
|
-
*
|
|
1323
|
-
*
|
|
1324
|
-
*
|
|
1315
|
+
* reports that occurred in the requested devices. Example: `deviceModel = "walleye" OR deviceModel = "marlin"`. * `deviceBrand`: Matches error issues that occurred in the
|
|
1316
|
+
* requested device brands. Example: `deviceBrand = "Google". * `deviceType`: Matches error reports that occurred in the requested device types. Example: `deviceType = "PHONE"`. *
|
|
1317
|
+
* `errorIssueType`: Matches error reports of the requested types only. Valid candidates: `JAVA_CRASH`, `NATIVE_CRASH`, `ANR`. Example: `errorIssueType = JAVA_CRASH OR
|
|
1318
|
+
* errorIssueType = NATIVE_CRASH`. * `errorIssueId`: Matches error reports belonging to the requested error issue ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. *
|
|
1319
|
+
* `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:
|
|
1320
|
+
* `FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-perceived. It is not accompanied by any operators.
|
|
1321
|
+
* Example: `isUserPerceived`. ** Supported operators:** * Comparison operators: The only supported comparison operator is equality. The filtered field must appear on the left hand
|
|
1322
|
+
* 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
|
|
1323
|
+
* 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
|
|
1324
|
+
* 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. **
|
|
1325
|
+
* Examples ** Some valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode
|
|
1326
|
+
* = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
|
|
1325
1327
|
*/
|
|
1326
1328
|
filter?:
|
|
1327
1329
|
string;
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230502
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|