@maxim_mazurok/gapi.client.playdeveloperreporting-v1beta1 0.3.20260811 → 0.3.20260813
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 +242 -8
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://playdeveloperreporting.googleapis.com/$discovery/rest?version=v1beta1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20260813
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -58,6 +58,12 @@ declare namespace gapi.client {
|
|
|
58
58
|
/** Timeline specification that covers the anomaly period. */
|
|
59
59
|
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
60
60
|
}
|
|
61
|
+
interface GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet {
|
|
62
|
+
/** Output only. * Summary about data freshness in this resource. */
|
|
63
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
64
|
+
/** Identifier. * The resource name. Format: apps/{app}/anonRssAndSwapMemoryUsageMetricSet */
|
|
65
|
+
name?: string;
|
|
66
|
+
}
|
|
61
67
|
interface GooglePlayDeveloperReportingV1beta1AnrRateMetricSet {
|
|
62
68
|
/** Summary about data freshness in this resource. */
|
|
63
69
|
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
@@ -76,6 +82,12 @@ declare namespace gapi.client {
|
|
|
76
82
|
/** Optional. Numeric version code of the app version (set by the app's developer). */
|
|
77
83
|
versionCode?: string;
|
|
78
84
|
}
|
|
85
|
+
interface GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet {
|
|
86
|
+
/** Output only. Summary about data freshness in this resource. */
|
|
87
|
+
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
88
|
+
/** Identifier. The resource name. Format: apps/{app}/bitmapMemoryUsageMetricSet */
|
|
89
|
+
name?: string;
|
|
90
|
+
}
|
|
79
91
|
interface GooglePlayDeveloperReportingV1beta1CrashRateMetricSet {
|
|
80
92
|
/** Summary about data freshness in this resource. */
|
|
81
93
|
freshnessInfo?: GooglePlayDeveloperReportingV1beta1FreshnessInfo;
|
|
@@ -238,8 +250,31 @@ declare namespace gapi.client {
|
|
|
238
250
|
/** Optional. Numeric version code of the OS - API level */
|
|
239
251
|
apiLevel?: string;
|
|
240
252
|
}
|
|
253
|
+
interface GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetRequest {
|
|
254
|
+
/** Optional. * 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. * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". * `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. * `processName` (string): the name of the process that was running, e.g., com.example.app. * `appState` (string): the state of the app when memory was collected, e.g., FOREGROUND. */
|
|
255
|
+
dimensions?: string[];
|
|
256
|
+
/** Optional. * 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. */
|
|
257
|
+
filter?: string;
|
|
258
|
+
/** Optional. * Metrics to aggregate. **Supported metrics:** * `anonRssAndSwapMemoryUsageP50` (`google.type.Decimal`): 50th percentile of anon RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP75` (`google.type.Decimal`): 75th percentile of anon RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP90` (`google.type.Decimal`): 90th percentile of anon RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP95` (`google.type.Decimal`): 95th percentile of anon RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP99` (`google.type.Decimal`): 99th percentile of anon RSS and swap memory usage. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which memory metrics were reported 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. */
|
|
259
|
+
metrics?: string[];
|
|
260
|
+
/** Optional. * 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. */
|
|
261
|
+
pageSize?: number;
|
|
262
|
+
/** Optional. * 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. */
|
|
263
|
+
pageToken?: string;
|
|
264
|
+
/** Optional. * Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the default and only supported timezone is `America/Los_Angeles`. */
|
|
265
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
266
|
+
/** Optional. * User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
267
|
+
userCohort?:
|
|
268
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
269
|
+
}
|
|
270
|
+
interface GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse {
|
|
271
|
+
/** * Continuation token to fetch the next page of data. */
|
|
272
|
+
nextPageToken?: string;
|
|
273
|
+
/** * Returned rows of data. */
|
|
274
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
275
|
+
}
|
|
241
276
|
interface GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest {
|
|
242
|
-
/** Optional. 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 (
|
|
277
|
+
/** Optional. 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 (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `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. */
|
|
243
278
|
dimensions?: string[];
|
|
244
279
|
/** Optional. 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. */
|
|
245
280
|
filter?: string;
|
|
@@ -261,8 +296,31 @@ declare namespace gapi.client {
|
|
|
261
296
|
/** Returned rows of data. */
|
|
262
297
|
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
263
298
|
}
|
|
299
|
+
interface GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetRequest {
|
|
300
|
+
/** Optional. 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. * `deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". * `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. * `processName` (string): the name of the process that was running, e.g., com.example.app. * `appState` (string): the state of the app when memory was collected, e.g., FOREGROUND. */
|
|
301
|
+
dimensions?: string[];
|
|
302
|
+
/** Optional. 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. */
|
|
303
|
+
filter?: string;
|
|
304
|
+
/** Optional. Metrics to aggregate. **Supported metrics:** * `bitmapMemoryUsageP50` (`google.type.Decimal`): 50th percentile of bitmap memory usage. * `bitmapMemoryUsageP75` (`google.type.Decimal`): 75th percentile of bitmap memory usage. * `bitmapMemoryUsageP90` (`google.type.Decimal`): 90th percentile of bitmap memory usage. * `bitmapMemoryUsageP95` (`google.type.Decimal`): 95th percentile of bitmap memory usage. * `bitmapMemoryUsageP99` (`google.type.Decimal`): 99th percentile of bitmap memory usage. * `distinctUsers` (`google.type.Decimal`): Count of distinct users for which memory metrics were reported 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. */
|
|
305
|
+
metrics?: string[];
|
|
306
|
+
/** Optional. 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. */
|
|
307
|
+
pageSize?: number;
|
|
308
|
+
/** Optional. 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. */
|
|
309
|
+
pageToken?: string;
|
|
310
|
+
/** Optional. Specification of the timeline aggregation parameters. **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar date intervals. Due to historical constraints, the default and only supported timezone is `America/Los_Angeles`. */
|
|
311
|
+
timelineSpec?: GooglePlayDeveloperReportingV1beta1TimelineSpec;
|
|
312
|
+
/** Optional. User view to select. The output data will correspond to the selected view. The only supported value is `OS_PUBLIC`. */
|
|
313
|
+
userCohort?:
|
|
314
|
+
'USER_COHORT_UNSPECIFIED' | 'OS_PUBLIC' | 'OS_BETA' | 'APP_TESTERS';
|
|
315
|
+
}
|
|
316
|
+
interface GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse {
|
|
317
|
+
/** Continuation token to fetch the next page of data. */
|
|
318
|
+
nextPageToken?: string;
|
|
319
|
+
/** Returned rows of data. */
|
|
320
|
+
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
321
|
+
}
|
|
264
322
|
interface GooglePlayDeveloperReportingV1beta1QueryCrashRateMetricSetRequest {
|
|
265
|
-
/** Optional. 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 (
|
|
323
|
+
/** Optional. 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 (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `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. */
|
|
266
324
|
dimensions?: string[];
|
|
267
325
|
/** Optional. 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. */
|
|
268
326
|
filter?: string;
|
|
@@ -285,7 +343,7 @@ declare namespace gapi.client {
|
|
|
285
343
|
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
286
344
|
}
|
|
287
345
|
interface GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest {
|
|
288
|
-
/** Optional. 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. * `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 (
|
|
346
|
+
/** Optional. 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. * `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 (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `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. */
|
|
289
347
|
dimensions?: string[];
|
|
290
348
|
/** Optional. 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 and: * `isUserPerceived` (string): denotes whether error is user perceived or not, USER_PERCEIVED or NOT_USER_PERCEIVED. */
|
|
291
349
|
filter?: string;
|
|
@@ -305,7 +363,7 @@ declare namespace gapi.client {
|
|
|
305
363
|
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
306
364
|
}
|
|
307
365
|
interface GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest {
|
|
308
|
-
/** Optional. 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 (
|
|
366
|
+
/** Optional. 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 (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `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. */
|
|
309
367
|
dimensions?: string[];
|
|
310
368
|
/** Optional. 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. */
|
|
311
369
|
filter?: string;
|
|
@@ -328,7 +386,7 @@ declare namespace gapi.client {
|
|
|
328
386
|
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
329
387
|
}
|
|
330
388
|
interface GooglePlayDeveloperReportingV1beta1QueryLmkRateMetricSetRequest {
|
|
331
|
-
/** Optional. 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 (
|
|
389
|
+
/** Optional. 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 (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `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. */
|
|
332
390
|
dimensions?: string[];
|
|
333
391
|
/** Optional. 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. */
|
|
334
392
|
filter?: string;
|
|
@@ -374,7 +432,7 @@ declare namespace gapi.client {
|
|
|
374
432
|
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
375
433
|
}
|
|
376
434
|
interface GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest {
|
|
377
|
-
/** Optional. 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 (
|
|
435
|
+
/** Optional. 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 (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `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. */
|
|
378
436
|
dimensions?: string[];
|
|
379
437
|
/** Optional. 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. */
|
|
380
438
|
filter?: string;
|
|
@@ -397,7 +455,7 @@ declare namespace gapi.client {
|
|
|
397
455
|
rows?: GooglePlayDeveloperReportingV1beta1MetricsRow[];
|
|
398
456
|
}
|
|
399
457
|
interface GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetRequest {
|
|
400
|
-
/** Optional. 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 (
|
|
458
|
+
/** Optional. 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 (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `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. */
|
|
401
459
|
dimensions?: string[];
|
|
402
460
|
/** Optional. 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. */
|
|
403
461
|
filter?: string;
|
|
@@ -605,6 +663,93 @@ declare namespace gapi.client {
|
|
|
605
663
|
uploadType?: string;
|
|
606
664
|
}): Request<GooglePlayDeveloperReportingV1beta1SearchAccessibleAppsResponse>;
|
|
607
665
|
}
|
|
666
|
+
interface AnonrssandswapmemoryusageResource {
|
|
667
|
+
/** Describes the properties of the metric set. */
|
|
668
|
+
get(request?: {
|
|
669
|
+
/** V1 error format. */
|
|
670
|
+
'$.xgafv'?: '1' | '2';
|
|
671
|
+
/** OAuth access token. */
|
|
672
|
+
access_token?: string;
|
|
673
|
+
/** Data format for response. */
|
|
674
|
+
alt?: 'json' | 'media' | 'proto';
|
|
675
|
+
/** JSONP */
|
|
676
|
+
callback?: string;
|
|
677
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
678
|
+
fields?: string;
|
|
679
|
+
/** 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. */
|
|
680
|
+
key?: string;
|
|
681
|
+
/** Required. * The resource name. Format: apps/{app}/anonRssAndSwapMemoryUsageMetricSet */
|
|
682
|
+
name: string;
|
|
683
|
+
/** OAuth 2.0 token for the current user. */
|
|
684
|
+
oauth_token?: string;
|
|
685
|
+
/** Returns response with indentations and line breaks. */
|
|
686
|
+
prettyPrint?: boolean;
|
|
687
|
+
/** 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. */
|
|
688
|
+
quotaUser?: string;
|
|
689
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
690
|
+
upload_protocol?: string;
|
|
691
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
692
|
+
uploadType?: string;
|
|
693
|
+
}): Request<GooglePlayDeveloperReportingV1beta1AnonRssAndSwapMemoryUsageMetricSet>;
|
|
694
|
+
/** Queries the metrics in the metric set. */
|
|
695
|
+
query(request: {
|
|
696
|
+
/** V1 error format. */
|
|
697
|
+
'$.xgafv'?: '1' | '2';
|
|
698
|
+
/** OAuth access token. */
|
|
699
|
+
access_token?: string;
|
|
700
|
+
/** Data format for response. */
|
|
701
|
+
alt?: 'json' | 'media' | 'proto';
|
|
702
|
+
/** JSONP */
|
|
703
|
+
callback?: string;
|
|
704
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
705
|
+
fields?: string;
|
|
706
|
+
/** 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. */
|
|
707
|
+
key?: string;
|
|
708
|
+
/** Required. * The resource name. Format: apps/{app}/anonRssAndSwapMemoryUsageMetricSet */
|
|
709
|
+
name: string;
|
|
710
|
+
/** OAuth 2.0 token for the current user. */
|
|
711
|
+
oauth_token?: string;
|
|
712
|
+
/** Returns response with indentations and line breaks. */
|
|
713
|
+
prettyPrint?: boolean;
|
|
714
|
+
/** 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. */
|
|
715
|
+
quotaUser?: string;
|
|
716
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
717
|
+
upload_protocol?: string;
|
|
718
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
719
|
+
uploadType?: string;
|
|
720
|
+
/** Request body */
|
|
721
|
+
resource: GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetRequest;
|
|
722
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse>;
|
|
723
|
+
query(
|
|
724
|
+
request: {
|
|
725
|
+
/** V1 error format. */
|
|
726
|
+
'$.xgafv'?: '1' | '2';
|
|
727
|
+
/** OAuth access token. */
|
|
728
|
+
access_token?: string;
|
|
729
|
+
/** Data format for response. */
|
|
730
|
+
alt?: 'json' | 'media' | 'proto';
|
|
731
|
+
/** JSONP */
|
|
732
|
+
callback?: string;
|
|
733
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
734
|
+
fields?: string;
|
|
735
|
+
/** 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. */
|
|
736
|
+
key?: string;
|
|
737
|
+
/** Required. * The resource name. Format: apps/{app}/anonRssAndSwapMemoryUsageMetricSet */
|
|
738
|
+
name: string;
|
|
739
|
+
/** OAuth 2.0 token for the current user. */
|
|
740
|
+
oauth_token?: string;
|
|
741
|
+
/** Returns response with indentations and line breaks. */
|
|
742
|
+
prettyPrint?: boolean;
|
|
743
|
+
/** 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. */
|
|
744
|
+
quotaUser?: string;
|
|
745
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
746
|
+
upload_protocol?: string;
|
|
747
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
748
|
+
uploadType?: string;
|
|
749
|
+
},
|
|
750
|
+
body: GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetRequest,
|
|
751
|
+
): Request<GooglePlayDeveloperReportingV1beta1QueryAnonRssAndSwapMemoryUsageMetricSetResponse>;
|
|
752
|
+
}
|
|
608
753
|
interface AnrrateResource {
|
|
609
754
|
/** Describes the properties of the metric set. */
|
|
610
755
|
get(request?: {
|
|
@@ -692,6 +837,93 @@ declare namespace gapi.client {
|
|
|
692
837
|
body: GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetRequest,
|
|
693
838
|
): Request<GooglePlayDeveloperReportingV1beta1QueryAnrRateMetricSetResponse>;
|
|
694
839
|
}
|
|
840
|
+
interface BitmapmemoryusageResource {
|
|
841
|
+
/** Describes the properties of the metric set. */
|
|
842
|
+
get(request?: {
|
|
843
|
+
/** V1 error format. */
|
|
844
|
+
'$.xgafv'?: '1' | '2';
|
|
845
|
+
/** OAuth access token. */
|
|
846
|
+
access_token?: string;
|
|
847
|
+
/** Data format for response. */
|
|
848
|
+
alt?: 'json' | 'media' | 'proto';
|
|
849
|
+
/** JSONP */
|
|
850
|
+
callback?: string;
|
|
851
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
852
|
+
fields?: string;
|
|
853
|
+
/** 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. */
|
|
854
|
+
key?: string;
|
|
855
|
+
/** Required. The resource name. Format: apps/{app}/bitmapMemoryUsageMetricSet */
|
|
856
|
+
name: string;
|
|
857
|
+
/** OAuth 2.0 token for the current user. */
|
|
858
|
+
oauth_token?: 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<GooglePlayDeveloperReportingV1beta1BitmapMemoryUsageMetricSet>;
|
|
868
|
+
/** Queries the metrics in the metric set. */
|
|
869
|
+
query(request: {
|
|
870
|
+
/** V1 error format. */
|
|
871
|
+
'$.xgafv'?: '1' | '2';
|
|
872
|
+
/** OAuth access token. */
|
|
873
|
+
access_token?: string;
|
|
874
|
+
/** Data format for response. */
|
|
875
|
+
alt?: 'json' | 'media' | 'proto';
|
|
876
|
+
/** JSONP */
|
|
877
|
+
callback?: string;
|
|
878
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
879
|
+
fields?: string;
|
|
880
|
+
/** 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. */
|
|
881
|
+
key?: string;
|
|
882
|
+
/** Required. The resource name. Format: apps/{app}/bitmapMemoryUsageMetricSet */
|
|
883
|
+
name: string;
|
|
884
|
+
/** OAuth 2.0 token for the current user. */
|
|
885
|
+
oauth_token?: string;
|
|
886
|
+
/** Returns response with indentations and line breaks. */
|
|
887
|
+
prettyPrint?: boolean;
|
|
888
|
+
/** 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. */
|
|
889
|
+
quotaUser?: string;
|
|
890
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
891
|
+
upload_protocol?: string;
|
|
892
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
893
|
+
uploadType?: string;
|
|
894
|
+
/** Request body */
|
|
895
|
+
resource: GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetRequest;
|
|
896
|
+
}): Request<GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse>;
|
|
897
|
+
query(
|
|
898
|
+
request: {
|
|
899
|
+
/** V1 error format. */
|
|
900
|
+
'$.xgafv'?: '1' | '2';
|
|
901
|
+
/** OAuth access token. */
|
|
902
|
+
access_token?: string;
|
|
903
|
+
/** Data format for response. */
|
|
904
|
+
alt?: 'json' | 'media' | 'proto';
|
|
905
|
+
/** JSONP */
|
|
906
|
+
callback?: string;
|
|
907
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
908
|
+
fields?: string;
|
|
909
|
+
/** 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. */
|
|
910
|
+
key?: string;
|
|
911
|
+
/** Required. The resource name. Format: apps/{app}/bitmapMemoryUsageMetricSet */
|
|
912
|
+
name: string;
|
|
913
|
+
/** OAuth 2.0 token for the current user. */
|
|
914
|
+
oauth_token?: string;
|
|
915
|
+
/** Returns response with indentations and line breaks. */
|
|
916
|
+
prettyPrint?: boolean;
|
|
917
|
+
/** 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. */
|
|
918
|
+
quotaUser?: string;
|
|
919
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
920
|
+
upload_protocol?: string;
|
|
921
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
922
|
+
uploadType?: string;
|
|
923
|
+
},
|
|
924
|
+
body: GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetRequest,
|
|
925
|
+
): Request<GooglePlayDeveloperReportingV1beta1QueryBitmapMemoryUsageMetricSetResponse>;
|
|
926
|
+
}
|
|
695
927
|
interface CrashrateResource {
|
|
696
928
|
/** Describes the properties of the metric set. */
|
|
697
929
|
get(request?: {
|
|
@@ -1461,7 +1693,9 @@ declare namespace gapi.client {
|
|
|
1461
1693
|
): Request<GooglePlayDeveloperReportingV1beta1QueryStuckBackgroundWakelockRateMetricSetResponse>;
|
|
1462
1694
|
}
|
|
1463
1695
|
interface VitalsResource {
|
|
1696
|
+
anonrssandswapmemoryusage: AnonrssandswapmemoryusageResource;
|
|
1464
1697
|
anrrate: AnrrateResource;
|
|
1698
|
+
bitmapmemoryusage: BitmapmemoryusageResource;
|
|
1465
1699
|
crashrate: CrashrateResource;
|
|
1466
1700
|
errors: ErrorsResource;
|
|
1467
1701
|
excessivewakeuprate: ExcessivewakeuprateResource;
|
package/package.json
CHANGED