google-apis-playdeveloperreporting_v1alpha1 0.40.0 → 0.41.0

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.
@@ -149,6 +149,76 @@ module Google
149
149
  end
150
150
  end
151
151
 
152
+ # Singleton resource representing the set of Anon RSS and Swap Memory Usage
153
+ # metrics. This metric set contains anon RSS and swap memory usage data combined
154
+ # with usage data. **Supported aggregation periods:** * DAILY: metrics are
155
+ # aggregated in calendar date intervals. Due to historical constraints, the only
156
+ # supported timezone is `America/Los_Angeles`. **Supported metrics:** * `
157
+ # anonRssAndSwapMemoryUsageP50` (`google.type.Decimal`): 50th percentile of anon
158
+ # RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP75` (`google.type.
159
+ # Decimal`): 75th percentile of anon RSS and swap memory usage. * `
160
+ # anonRssAndSwapMemoryUsageP90` (`google.type.Decimal`): 90th percentile of anon
161
+ # RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP95` (`google.type.
162
+ # Decimal`): 95th percentile of anon RSS and swap memory usage. * `
163
+ # anonRssAndSwapMemoryUsageP99` (`google.type.Decimal`): 99th percentile of anon
164
+ # RSS and swap memory usage. * `distinctUsers` (`google.type.Decimal`): Count of
165
+ # distinct users for which memory metrics were reported during the aggregation
166
+ # period. **Supported dimensions:** * `apiLevel` (string): the API level of
167
+ # Android that was running on the user's device, e.g., 26. * `versionCode` (
168
+ # int64): version of the app that was running on the user's device. * `
169
+ # deviceModel` (string): unique identifier of the user's device model. The form
170
+ # of the identifier is 'deviceBrand/device', where deviceBrand corresponds to
171
+ # Build.BRAND and device corresponds to Build.DEVICE, e.g., google/coral. * `
172
+ # deviceBrand` (string): unique identifier of the user's device brand, e.g.,
173
+ # google. * `deviceType` (string): the type (also known as form factor) of the
174
+ # user's device, e.g., PHONE. * `countryCode` (string): the country or region of
175
+ # the user's device based on their IP address, represented as a 2-letter ISO-
176
+ # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
177
+ # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
178
+ # Make of the device's primary system-on-chip, e.g., Samsung. * `deviceSocModel`
179
+ # (string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". *
180
+ # `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
181
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
182
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
183
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
184
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
185
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
186
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
187
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
188
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
189
+ # * `processName` (string): the name of the process that was running, e.g., com.
190
+ # example.app. * `appState` (string): the state of the app when memory was
191
+ # collected, e.g., FOREGROUND. **Required permissions**: to access this resource,
192
+ # the calling user needs the _View app information (read-only)_ permission for
193
+ # the app.
194
+ class GooglePlayDeveloperReportingV1alpha1AnonRssAndSwapMemoryUsageMetricSet
195
+ include Google::Apis::Core::Hashable
196
+
197
+ # Represents the latest available time that can be requested in a TimelineSpec.
198
+ # Different aggregation periods have different freshness. For example, `DAILY`
199
+ # aggregation may lag behind `HOURLY` in cases where such aggregation is
200
+ # computed only once at the end of the day.
201
+ # Corresponds to the JSON property `freshnessInfo`
202
+ # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
203
+ attr_accessor :freshness_info
204
+
205
+ # Identifier. * The resource name. Format: apps/`app`/
206
+ # anonRssAndSwapMemoryUsageMetricSet
207
+ # Corresponds to the JSON property `name`
208
+ # @return [String]
209
+ attr_accessor :name
210
+
211
+ def initialize(**args)
212
+ update!(**args)
213
+ end
214
+
215
+ # Update properties of this object
216
+ def update!(**args)
217
+ @freshness_info = args[:freshness_info] if args.key?(:freshness_info)
218
+ @name = args[:name] if args.key?(:name)
219
+ end
220
+ end
221
+
152
222
  # Singleton resource representing the set of ANR (Application not responding)
153
223
  # metrics. This metric set contains ANRs data combined with usage data to
154
224
  # produce a normalized metric independent of user counts. **Supported
@@ -190,14 +260,14 @@ module Google
190
260
  # PHONE. * `countryCode` (string): the country or region of the user's device
191
261
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
192
262
  # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
193
- # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
194
- # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
195
- # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
196
- # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
197
- # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
198
- # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
199
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
200
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
263
+ # in buckets (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string)
264
+ # : Make of the device's primary system-on-chip, e.g., Samsung. [Reference](
265
+ # https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
266
+ # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
267
+ # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
268
+ # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
269
+ # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
270
+ # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
201
271
  # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
202
272
  # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
203
273
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
@@ -288,6 +358,76 @@ module Google
288
358
  end
289
359
  end
290
360
 
361
+ # Singleton resource representing the set of Bitmap Memory Usage metrics. This
362
+ # metric set contains bitmap memory usage data combined with usage data. **
363
+ # Supported aggregation periods:** * DAILY: metrics are aggregated in calendar
364
+ # date intervals. Due to historical constraints, the only supported timezone is `
365
+ # America/Los_Angeles`. **Supported metrics:** * `bitmapMemoryUsageP50` (`google.
366
+ # type.Decimal`): 50th percentile of bitmap memory usage. * `
367
+ # bitmapMemoryUsageP75` (`google.type.Decimal`): 75th percentile of bitmap
368
+ # memory usage. * `bitmapMemoryUsageP90` (`google.type.Decimal`): 90th
369
+ # percentile of bitmap memory usage. * `bitmapMemoryUsageP95` (`google.type.
370
+ # Decimal`): 95th percentile of bitmap memory usage. * `bitmapMemoryUsageP99` (`
371
+ # google.type.Decimal`): 99th percentile of bitmap memory usage. * `
372
+ # distinctUsers` (`google.type.Decimal`): Count of distinct users for which
373
+ # memory metrics were reported during the aggregation period. Care must be taken
374
+ # not to aggregate this count further, as it may result in users being counted
375
+ # multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
376
+ # or 1,000,000, depending on the magnitude of the value. **Supported dimensions:*
377
+ # * * `apiLevel` (string): the API level of Android that was running on the user'
378
+ # s device, e.g., 26. * `versionCode` (int64): version of the app that was
379
+ # running on the user's device. * `deviceModel` (string): unique identifier of
380
+ # the user's device model. The form of the identifier is 'deviceBrand/device',
381
+ # where deviceBrand corresponds to Build.BRAND and device corresponds to Build.
382
+ # DEVICE, e.g., google/coral. * `deviceBrand` (string): unique identifier of the
383
+ # user's device brand, e.g., google. * `deviceType` (string): the type (also
384
+ # known as form factor) of the user's device, e.g., PHONE. * `countryCode` (
385
+ # string): the country or region of the user's device based on their IP address,
386
+ # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
387
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
388
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
389
+ # , Samsung. * `deviceSocModel` (string): Model of the device's primary system-
390
+ # on-chip, e.g., "Exynos 2100". * `deviceCpuMake` (string): Make of the device's
391
+ # CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.
392
+ # g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g.,
393
+ # ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
394
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
395
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
396
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
397
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
398
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
399
+ # * `processName` (string): the name of the process that was running, e.g., com.
400
+ # example.app. * `appState` (string): the state of the app when memory was
401
+ # collected, e.g., FOREGROUND. **Required permissions**: to access this resource,
402
+ # the calling user needs the _View app information (read-only)_ permission for
403
+ # the app.
404
+ class GooglePlayDeveloperReportingV1alpha1BitmapMemoryUsageMetricSet
405
+ include Google::Apis::Core::Hashable
406
+
407
+ # Represents the latest available time that can be requested in a TimelineSpec.
408
+ # Different aggregation periods have different freshness. For example, `DAILY`
409
+ # aggregation may lag behind `HOURLY` in cases where such aggregation is
410
+ # computed only once at the end of the day.
411
+ # Corresponds to the JSON property `freshnessInfo`
412
+ # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
413
+ attr_accessor :freshness_info
414
+
415
+ # Identifier. The resource name. Format: apps/`app`/bitmapMemoryUsageMetricSet
416
+ # Corresponds to the JSON property `name`
417
+ # @return [String]
418
+ attr_accessor :name
419
+
420
+ def initialize(**args)
421
+ update!(**args)
422
+ end
423
+
424
+ # Update properties of this object
425
+ def update!(**args)
426
+ @freshness_info = args[:freshness_info] if args.key?(:freshness_info)
427
+ @name = args[:name] if args.key?(:name)
428
+ end
429
+ end
430
+
291
431
  # Singleton resource representing the set of crashrate metrics. This metric set
292
432
  # contains crashes data combined with usage data to produce a normalized metric
293
433
  # independent of user counts. **Supported aggregation periods:** * DAILY:
@@ -332,14 +472,14 @@ module Google
332
472
  # PHONE. * `countryCode` (string): the country or region of the user's device
333
473
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
334
474
  # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
335
- # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
336
- # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
337
- # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
338
- # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
339
- # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
340
- # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
341
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
342
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
475
+ # in buckets (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string)
476
+ # : Make of the device's primary system-on-chip, e.g., Samsung. [Reference](
477
+ # https://developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
478
+ # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
479
+ # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
480
+ # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
481
+ # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
482
+ # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
343
483
  # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
344
484
  # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
345
485
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
@@ -529,16 +669,16 @@ module Google
529
669
  # identifier of the device's form factor, e.g., PHONE. * `issueId` (string): the
530
670
  # id an error was assigned to. The value should correspond to the ``issue``
531
671
  # component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
532
- # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
533
- # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
534
- # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
535
- # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
536
- # Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
537
- # * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
538
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
539
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
540
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
541
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
672
+ # in MB, in buckets (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (
673
+ # string): Make of the device's primary system-on-chip, e.g., Samsung. [
674
+ # Reference](https://developer.android.com/reference/android/os/Build#
675
+ # SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary
676
+ # system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/
677
+ # reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the
678
+ # device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device'
679
+ # s CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU,
680
+ # e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali.
681
+ # * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
542
682
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
543
683
  # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
544
684
  # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
@@ -813,16 +953,16 @@ module Google
813
953
  # user's device, e.g., PHONE. * `countryCode` (string): the country or region of
814
954
  # the user's device based on their IP address, represented as a 2-letter ISO-
815
955
  # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
816
- # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
817
- # Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
818
- # /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
819
- # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
820
- # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
821
- # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
822
- # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
823
- # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
824
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
825
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
956
+ # the device, in MB, in buckets (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `
957
+ # deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.,
958
+ # Samsung. [Reference](https://developer.android.com/reference/android/os/Build#
959
+ # SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary
960
+ # system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/
961
+ # reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the
962
+ # device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device'
963
+ # s CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU,
964
+ # e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali.
965
+ # * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
826
966
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
827
967
  # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
828
968
  # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
@@ -1006,16 +1146,16 @@ module Google
1006
1146
  # user's device, e.g., PHONE. * `countryCode` (string): the country or region of
1007
1147
  # the user's device based on their IP address, represented as a 2-letter ISO-
1008
1148
  # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
1009
- # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
1010
- # Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
1011
- # /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
1012
- # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
1013
- # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
1014
- # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
1015
- # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
1016
- # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1017
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1018
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1149
+ # the device, in MB, in buckets (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `
1150
+ # deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.,
1151
+ # Samsung. [Reference](https://developer.android.com/reference/android/os/Build#
1152
+ # SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary
1153
+ # system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/
1154
+ # reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the
1155
+ # device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device'
1156
+ # s CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU,
1157
+ # e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali.
1158
+ # * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1019
1159
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1020
1160
  # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1021
1161
  # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
@@ -1129,21 +1269,312 @@ module Google
1129
1269
 
1130
1270
  # Update properties of this object
1131
1271
  def update!(**args)
1132
- @aggregation_period = args[:aggregation_period] if args.key?(:aggregation_period)
1272
+ @aggregation_period = args[:aggregation_period] if args.key?(:aggregation_period)
1273
+ @dimensions = args[:dimensions] if args.key?(:dimensions)
1274
+ @metrics = args[:metrics] if args.key?(:metrics)
1275
+ @start_time = args[:start_time] if args.key?(:start_time)
1276
+ end
1277
+ end
1278
+
1279
+ # Representation of an OS version.
1280
+ class GooglePlayDeveloperReportingV1alpha1OsVersion
1281
+ include Google::Apis::Core::Hashable
1282
+
1283
+ # Optional. Numeric version code of the OS - API level
1284
+ # Corresponds to the JSON property `apiLevel`
1285
+ # @return [Fixnum]
1286
+ attr_accessor :api_level
1287
+
1288
+ def initialize(**args)
1289
+ update!(**args)
1290
+ end
1291
+
1292
+ # Update properties of this object
1293
+ def update!(**args)
1294
+ @api_level = args[:api_level] if args.key?(:api_level)
1295
+ end
1296
+ end
1297
+
1298
+ # Request message for QueryAnonRssAndSwapMemoryUsageMetricSet.
1299
+ class GooglePlayDeveloperReportingV1alpha1QueryAnonRssAndSwapMemoryUsageMetricSetRequest
1300
+ include Google::Apis::Core::Hashable
1301
+
1302
+ # Optional. * Dimensions to slice the data by. **Supported dimensions:** * `
1303
+ # apiLevel` (string): the API level of Android that was running on the user's
1304
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1305
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
1306
+ # s device model. The form of the identifier is 'deviceBrand/device', where
1307
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1308
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
1309
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
1310
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1311
+ # country or region of the user's device based on their IP address, represented
1312
+ # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1313
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1314
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1315
+ # , Samsung. * `deviceSocModel` (string): Model of the device's primary system-
1316
+ # on-chip, e.g., "Exynos 2100". * `deviceCpuMake` (string): Make of the device's
1317
+ # CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.
1318
+ # g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g.,
1319
+ # ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1320
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1321
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1322
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1323
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
1324
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1325
+ # * `processName` (string): the name of the process that was running, e.g., com.
1326
+ # example.app. * `appState` (string): the state of the app when memory was
1327
+ # collected, e.g., FOREGROUND.
1328
+ # Corresponds to the JSON property `dimensions`
1329
+ # @return [Array<String>]
1330
+ attr_accessor :dimensions
1331
+
1332
+ # Optional. * Filters to apply to data. The filtering expression follows [AIP-
1333
+ # 160](https://google.aip.dev/160) standard and supports filtering by equality
1334
+ # of all breakdown dimensions.
1335
+ # Corresponds to the JSON property `filter`
1336
+ # @return [String]
1337
+ attr_accessor :filter
1338
+
1339
+ # Optional. * Metrics to aggregate. **Supported metrics:** * `
1340
+ # anonRssAndSwapMemoryUsageP50` (`google.type.Decimal`): 50th percentile of anon
1341
+ # RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP75` (`google.type.
1342
+ # Decimal`): 75th percentile of anon RSS and swap memory usage. * `
1343
+ # anonRssAndSwapMemoryUsageP90` (`google.type.Decimal`): 90th percentile of anon
1344
+ # RSS and swap memory usage. * `anonRssAndSwapMemoryUsageP95` (`google.type.
1345
+ # Decimal`): 95th percentile of anon RSS and swap memory usage. * `
1346
+ # anonRssAndSwapMemoryUsageP99` (`google.type.Decimal`): 99th percentile of anon
1347
+ # RSS and swap memory usage. * `distinctUsers` (`google.type.Decimal`): Count of
1348
+ # distinct users for which memory metrics were reported during the aggregation
1349
+ # period. Care must be taken not to aggregate this count further, as it may
1350
+ # result in users being counted multiple times. The value is rounded to the
1351
+ # nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
1352
+ # the value.
1353
+ # Corresponds to the JSON property `metrics`
1354
+ # @return [Array<String>]
1355
+ attr_accessor :metrics
1356
+
1357
+ # Optional. * Maximum size of the returned data. If unspecified, at most 1000
1358
+ # rows will be returned. The maximum value is 100000; values above 100000 will
1359
+ # be coerced to 100000.
1360
+ # Corresponds to the JSON property `pageSize`
1361
+ # @return [Fixnum]
1362
+ attr_accessor :page_size
1363
+
1364
+ # Optional. * A page token, received from a previous call. Provide this to
1365
+ # retrieve the subsequent page. When paginating, all other parameters provided
1366
+ # to the request must match the call that provided the page token.
1367
+ # Corresponds to the JSON property `pageToken`
1368
+ # @return [String]
1369
+ attr_accessor :page_token
1370
+
1371
+ # Specification of the time-related aggregation parameters of a timeline.
1372
+ # Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
1373
+ # how events are aggregated in metrics. The points in a timeline are defined by
1374
+ # the starting DateTime of the aggregation period. The duration is implicit in
1375
+ # the AggregationPeriod. Hourly aggregation periods, when supported by a metric
1376
+ # set, are always specified in UTC to avoid ambiguities around daylight saving
1377
+ # time transitions, where an hour is skipped when adopting DST, and repeated
1378
+ # when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
1379
+ # Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
1380
+ # or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
1381
+ # timezone which will determine the precise instants of the start and the end of
1382
+ # the day. Not all metric sets support all timezones, so make sure to check
1383
+ # which timezones are supported by the metric set you want to query.
1384
+ # Corresponds to the JSON property `timelineSpec`
1385
+ # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
1386
+ attr_accessor :timeline_spec
1387
+
1388
+ # Optional. * User view to select. The output data will correspond to the
1389
+ # selected view. The only supported value is `OS_PUBLIC`.
1390
+ # Corresponds to the JSON property `userCohort`
1391
+ # @return [String]
1392
+ attr_accessor :user_cohort
1393
+
1394
+ def initialize(**args)
1395
+ update!(**args)
1396
+ end
1397
+
1398
+ # Update properties of this object
1399
+ def update!(**args)
1400
+ @dimensions = args[:dimensions] if args.key?(:dimensions)
1401
+ @filter = args[:filter] if args.key?(:filter)
1402
+ @metrics = args[:metrics] if args.key?(:metrics)
1403
+ @page_size = args[:page_size] if args.key?(:page_size)
1404
+ @page_token = args[:page_token] if args.key?(:page_token)
1405
+ @timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
1406
+ @user_cohort = args[:user_cohort] if args.key?(:user_cohort)
1407
+ end
1408
+ end
1409
+
1410
+ # Response message for QueryAnonRssAndSwapMemoryUsageMetricSet.
1411
+ class GooglePlayDeveloperReportingV1alpha1QueryAnonRssAndSwapMemoryUsageMetricSetResponse
1412
+ include Google::Apis::Core::Hashable
1413
+
1414
+ # * Continuation token to fetch the next page of data.
1415
+ # Corresponds to the JSON property `nextPageToken`
1416
+ # @return [String]
1417
+ attr_accessor :next_page_token
1418
+
1419
+ # * Returned rows of data.
1420
+ # Corresponds to the JSON property `rows`
1421
+ # @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow>]
1422
+ attr_accessor :rows
1423
+
1424
+ def initialize(**args)
1425
+ update!(**args)
1426
+ end
1427
+
1428
+ # Update properties of this object
1429
+ def update!(**args)
1430
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1431
+ @rows = args[:rows] if args.key?(:rows)
1432
+ end
1433
+ end
1434
+
1435
+ # Request message for QueryAnrRateMetricSet.
1436
+ class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest
1437
+ include Google::Apis::Core::Hashable
1438
+
1439
+ # Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `
1440
+ # apiLevel` (string): the API level of Android that was running on the user's
1441
+ # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1442
+ # on the user's device. * `deviceModel` (string): unique identifier of the user'
1443
+ # s device model. The form of the identifier is 'deviceBrand/device', where
1444
+ # deviceBrand corresponds to Build.BRAND and device corresponds to Build.DEVICE,
1445
+ # e.g., google/coral. * `deviceBrand` (string): unique identifier of the user's
1446
+ # device brand, e.g., google. * `deviceType` (string): the type (also known as
1447
+ # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1448
+ # country or region of the user's device based on their IP address, represented
1449
+ # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1450
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (e.g., 1024 for
1451
+ # 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string): Make of the device's
1452
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
1453
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
1454
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
1455
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
1456
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1457
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1458
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1459
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1460
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1461
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1462
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1463
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
1464
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1465
+ # Corresponds to the JSON property `dimensions`
1466
+ # @return [Array<String>]
1467
+ attr_accessor :dimensions
1468
+
1469
+ # Optional. Filters to apply to data. The filtering expression follows [AIP-160](
1470
+ # https://google.aip.dev/160) standard and supports filtering by equality of all
1471
+ # breakdown dimensions.
1472
+ # Corresponds to the JSON property `filter`
1473
+ # @return [String]
1474
+ attr_accessor :filter
1475
+
1476
+ # Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.
1477
+ # type.Decimal`): Percentage of distinct users in the aggregation period that
1478
+ # experienced at least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`)
1479
+ # : Rolling average value of `anrRate` in the last 7 days. The daily values are
1480
+ # weighted by the count of distinct users for the day. Not supported in HOURLY
1481
+ # granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling
1482
+ # average value of `anrRate` in the last 28 days. The daily values are weighted
1483
+ # by the count of distinct users for the day. Not supported in HOURLY
1484
+ # granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of
1485
+ # distinct users in the aggregation period that experienced at least one user-
1486
+ # perceived ANR. User-perceived ANRs are currently those of 'Input dispatching'
1487
+ # type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling
1488
+ # average value of `userPerceivedAnrRate` in the last 7 days. The daily values
1489
+ # are weighted by the count of distinct users for the day. Not supported in
1490
+ # HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.
1491
+ # Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days.
1492
+ # The daily values are weighted by the count of distinct users for the day. Not
1493
+ # . supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`):
1494
+ # Count of distinct users in the aggregation period that were used as
1495
+ # normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A
1496
+ # user is counted in this metric if they used the app in the foreground during
1497
+ # the aggregation period. Care must be taken not to aggregate this count further,
1498
+ # as it may result in users being counted multiple times. The value is rounded
1499
+ # to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
1500
+ # magnitude of the value.
1501
+ # Corresponds to the JSON property `metrics`
1502
+ # @return [Array<String>]
1503
+ attr_accessor :metrics
1504
+
1505
+ # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
1506
+ # will be returned. The maximum value is 100,000; values above 100,000 will be
1507
+ # coerced to 100,000.
1508
+ # Corresponds to the JSON property `pageSize`
1509
+ # @return [Fixnum]
1510
+ attr_accessor :page_size
1511
+
1512
+ # Optional. A page token, received from a previous call. Provide this to
1513
+ # retrieve the subsequent page. When paginating, all other parameters provided
1514
+ # to the request must match the call that provided the page token.
1515
+ # Corresponds to the JSON property `pageToken`
1516
+ # @return [String]
1517
+ attr_accessor :page_token
1518
+
1519
+ # Specification of the time-related aggregation parameters of a timeline.
1520
+ # Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
1521
+ # how events are aggregated in metrics. The points in a timeline are defined by
1522
+ # the starting DateTime of the aggregation period. The duration is implicit in
1523
+ # the AggregationPeriod. Hourly aggregation periods, when supported by a metric
1524
+ # set, are always specified in UTC to avoid ambiguities around daylight saving
1525
+ # time transitions, where an hour is skipped when adopting DST, and repeated
1526
+ # when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
1527
+ # Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
1528
+ # or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
1529
+ # timezone which will determine the precise instants of the start and the end of
1530
+ # the day. Not all metric sets support all timezones, so make sure to check
1531
+ # which timezones are supported by the metric set you want to query.
1532
+ # Corresponds to the JSON property `timelineSpec`
1533
+ # @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
1534
+ attr_accessor :timeline_spec
1535
+
1536
+ # Optional. User view to select. The output data will correspond to the selected
1537
+ # view. **Supported values:** * `OS_PUBLIC` To select data from all publicly
1538
+ # released Android versions. This is the default. Supports all the above
1539
+ # dimensions. * `APP_TESTERS` To select data from users who have opted in to be
1540
+ # testers. Supports all the above dimensions. * `OS_BETA` To select data from
1541
+ # beta android versions only, excluding data from released android versions.
1542
+ # Only the following dimensions are supported: * `versionCode` (int64): version
1543
+ # of the app that was running on the user's device. * `osBuild` (string): OS
1544
+ # build of the user's device, e.g., "T1B2.220916.004".
1545
+ # Corresponds to the JSON property `userCohort`
1546
+ # @return [String]
1547
+ attr_accessor :user_cohort
1548
+
1549
+ def initialize(**args)
1550
+ update!(**args)
1551
+ end
1552
+
1553
+ # Update properties of this object
1554
+ def update!(**args)
1133
1555
  @dimensions = args[:dimensions] if args.key?(:dimensions)
1556
+ @filter = args[:filter] if args.key?(:filter)
1134
1557
  @metrics = args[:metrics] if args.key?(:metrics)
1135
- @start_time = args[:start_time] if args.key?(:start_time)
1558
+ @page_size = args[:page_size] if args.key?(:page_size)
1559
+ @page_token = args[:page_token] if args.key?(:page_token)
1560
+ @timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
1561
+ @user_cohort = args[:user_cohort] if args.key?(:user_cohort)
1136
1562
  end
1137
1563
  end
1138
1564
 
1139
- # Representation of an OS version.
1140
- class GooglePlayDeveloperReportingV1alpha1OsVersion
1565
+ # Response message for QueryAnrRateMetricSet.
1566
+ class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse
1141
1567
  include Google::Apis::Core::Hashable
1142
1568
 
1143
- # Optional. Numeric version code of the OS - API level
1144
- # Corresponds to the JSON property `apiLevel`
1145
- # @return [Fixnum]
1146
- attr_accessor :api_level
1569
+ # Continuation token to fetch the next page of data.
1570
+ # Corresponds to the JSON property `nextPageToken`
1571
+ # @return [String]
1572
+ attr_accessor :next_page_token
1573
+
1574
+ # Returned rows of data.
1575
+ # Corresponds to the JSON property `rows`
1576
+ # @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow>]
1577
+ attr_accessor :rows
1147
1578
 
1148
1579
  def initialize(**args)
1149
1580
  update!(**args)
@@ -1151,15 +1582,16 @@ module Google
1151
1582
 
1152
1583
  # Update properties of this object
1153
1584
  def update!(**args)
1154
- @api_level = args[:api_level] if args.key?(:api_level)
1585
+ @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
1586
+ @rows = args[:rows] if args.key?(:rows)
1155
1587
  end
1156
1588
  end
1157
1589
 
1158
- # Request message for QueryAnrRateMetricSet.
1159
- class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetRequest
1590
+ # Request message for QueryBitmapMemoryUsageMetricSet.
1591
+ class GooglePlayDeveloperReportingV1alpha1QueryBitmapMemoryUsageMetricSetRequest
1160
1592
  include Google::Apis::Core::Hashable
1161
1593
 
1162
- # Optional. Dimensions to slice the metrics by. **Supported dimensions:** * `
1594
+ # Optional. Dimensions to slice the data by. **Supported dimensions:** * `
1163
1595
  # apiLevel` (string): the API level of Android that was running on the user's
1164
1596
  # device, e.g., 26. * `versionCode` (int64): version of the app that was running
1165
1597
  # on the user's device. * `deviceModel` (string): unique identifier of the user'
@@ -1172,19 +1604,19 @@ module Google
1172
1604
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1173
1605
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1174
1606
  # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1175
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1176
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1177
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1178
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1179
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1180
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1181
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1182
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1183
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1184
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1185
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1186
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1187
- # , mdpi, hdpi.
1607
+ # , Samsung. * `deviceSocModel` (string): Model of the device's primary system-
1608
+ # on-chip, e.g., "Exynos 2100". * `deviceCpuMake` (string): Make of the device's
1609
+ # CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.
1610
+ # g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g.,
1611
+ # ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1612
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1613
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1614
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1615
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
1616
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1617
+ # * `processName` (string): the name of the process that was running, e.g., com.
1618
+ # example.app. * `appState` (string): the state of the app when memory was
1619
+ # collected, e.g., FOREGROUND.
1188
1620
  # Corresponds to the JSON property `dimensions`
1189
1621
  # @return [Array<String>]
1190
1622
  attr_accessor :dimensions
@@ -1196,38 +1628,25 @@ module Google
1196
1628
  # @return [String]
1197
1629
  attr_accessor :filter
1198
1630
 
1199
- # Optional. Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.
1200
- # type.Decimal`): Percentage of distinct users in the aggregation period that
1201
- # experienced at least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`)
1202
- # : Rolling average value of `anrRate` in the last 7 days. The daily values are
1203
- # weighted by the count of distinct users for the day. Not supported in HOURLY
1204
- # granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling
1205
- # average value of `anrRate` in the last 28 days. The daily values are weighted
1206
- # by the count of distinct users for the day. Not supported in HOURLY
1207
- # granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of
1208
- # distinct users in the aggregation period that experienced at least one user-
1209
- # perceived ANR. User-perceived ANRs are currently those of 'Input dispatching'
1210
- # type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling
1211
- # average value of `userPerceivedAnrRate` in the last 7 days. The daily values
1212
- # are weighted by the count of distinct users for the day. Not supported in
1213
- # HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.
1214
- # Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days.
1215
- # The daily values are weighted by the count of distinct users for the day. Not
1216
- # . supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`):
1217
- # Count of distinct users in the aggregation period that were used as
1218
- # normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A
1219
- # user is counted in this metric if they used the app in the foreground during
1220
- # the aggregation period. Care must be taken not to aggregate this count further,
1221
- # as it may result in users being counted multiple times. The value is rounded
1222
- # to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
1223
- # magnitude of the value.
1631
+ # Optional. Metrics to aggregate. **Supported metrics:** * `bitmapMemoryUsageP50`
1632
+ # (`google.type.Decimal`): 50th percentile of bitmap memory usage. * `
1633
+ # bitmapMemoryUsageP75` (`google.type.Decimal`): 75th percentile of bitmap
1634
+ # memory usage. * `bitmapMemoryUsageP90` (`google.type.Decimal`): 90th
1635
+ # percentile of bitmap memory usage. * `bitmapMemoryUsageP95` (`google.type.
1636
+ # Decimal`): 95th percentile of bitmap memory usage. * `bitmapMemoryUsageP99` (`
1637
+ # google.type.Decimal`): 99th percentile of bitmap memory usage. * `
1638
+ # distinctUsers` (`google.type.Decimal`): Count of distinct users for which
1639
+ # memory metrics were reported during the aggregation period. Care must be taken
1640
+ # not to aggregate this count further, as it may result in users being counted
1641
+ # multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
1642
+ # or 1,000,000, depending on the magnitude of the value.
1224
1643
  # Corresponds to the JSON property `metrics`
1225
1644
  # @return [Array<String>]
1226
1645
  attr_accessor :metrics
1227
1646
 
1228
1647
  # Optional. Maximum size of the returned data. If unspecified, at most 1000 rows
1229
- # will be returned. The maximum value is 100,000; values above 100,000 will be
1230
- # coerced to 100,000.
1648
+ # will be returned. The maximum value is 100000; values above 100000 will be
1649
+ # coerced to 100000.
1231
1650
  # Corresponds to the JSON property `pageSize`
1232
1651
  # @return [Fixnum]
1233
1652
  attr_accessor :page_size
@@ -1257,14 +1676,7 @@ module Google
1257
1676
  attr_accessor :timeline_spec
1258
1677
 
1259
1678
  # Optional. User view to select. The output data will correspond to the selected
1260
- # view. **Supported values:** * `OS_PUBLIC` To select data from all publicly
1261
- # released Android versions. This is the default. Supports all the above
1262
- # dimensions. * `APP_TESTERS` To select data from users who have opted in to be
1263
- # testers. Supports all the above dimensions. * `OS_BETA` To select data from
1264
- # beta android versions only, excluding data from released android versions.
1265
- # Only the following dimensions are supported: * `versionCode` (int64): version
1266
- # of the app that was running on the user's device. * `osBuild` (string): OS
1267
- # build of the user's device, e.g., "T1B2.220916.004".
1679
+ # view. The only supported value is `OS_PUBLIC`.
1268
1680
  # Corresponds to the JSON property `userCohort`
1269
1681
  # @return [String]
1270
1682
  attr_accessor :user_cohort
@@ -1285,8 +1697,8 @@ module Google
1285
1697
  end
1286
1698
  end
1287
1699
 
1288
- # Response message for QueryAnrRateMetricSet.
1289
- class GooglePlayDeveloperReportingV1alpha1QueryAnrRateMetricSetResponse
1700
+ # Response message for QueryBitmapMemoryUsageMetricSet.
1701
+ class GooglePlayDeveloperReportingV1alpha1QueryBitmapMemoryUsageMetricSetResponse
1290
1702
  include Google::Apis::Core::Hashable
1291
1703
 
1292
1704
  # Continuation token to fetch the next page of data.
@@ -1325,21 +1737,21 @@ module Google
1325
1737
  # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1326
1738
  # country or region of the user's device based on their IP address, represented
1327
1739
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1328
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1329
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1330
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1331
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1332
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1333
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1334
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1335
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1336
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1337
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1338
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1339
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1340
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1341
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1342
- # , mdpi, hdpi.
1740
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (e.g., 1024 for
1741
+ # 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string): Make of the device's
1742
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
1743
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
1744
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
1745
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
1746
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1747
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1748
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1749
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1750
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1751
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1752
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1753
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
1754
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1343
1755
  # Corresponds to the JSON property `dimensions`
1344
1756
  # @return [Array<String>]
1345
1757
  attr_accessor :dimensions
@@ -1482,16 +1894,16 @@ module Google
1482
1894
  # correspond to one of the possible values in ErrorType. * `issueId` (string):
1483
1895
  # the id an error was assigned to. The value should correspond to the ``issue``
1484
1896
  # component of the issue name. * `deviceRamBucket` (int64): RAM of the device,
1485
- # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
1486
- # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
1487
- # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
1488
- # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
1489
- # Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
1490
- # * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1491
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1492
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1493
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1494
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1897
+ # in MB, in buckets (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (
1898
+ # string): Make of the device's primary system-on-chip, e.g., Samsung. [
1899
+ # Reference](https://developer.android.com/reference/android/os/Build#
1900
+ # SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary
1901
+ # system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/
1902
+ # reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the
1903
+ # device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device'
1904
+ # s CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU,
1905
+ # e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali.
1906
+ # * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1495
1907
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1496
1908
  # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1497
1909
  # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
@@ -1604,21 +2016,21 @@ module Google
1604
2016
  # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1605
2017
  # country or region of the user's device based on their IP address, represented
1606
2018
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1607
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1608
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1609
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1610
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1611
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1612
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1613
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1614
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1615
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1616
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1617
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1618
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1619
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1620
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1621
- # , mdpi, hdpi.
2019
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (e.g., 1024 for
2020
+ # 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string): Make of the device's
2021
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
2022
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
2023
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
2024
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
2025
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
2026
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
2027
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
2028
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
2029
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
2030
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
2031
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
2032
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
2033
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1622
2034
  # Corresponds to the JSON property `dimensions`
1623
2035
  # @return [Array<String>]
1624
2036
  attr_accessor :dimensions
@@ -1743,21 +2155,21 @@ module Google
1743
2155
  # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
1744
2156
  # country or region of the user's device based on their IP address, represented
1745
2157
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1746
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1747
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1748
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1749
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1750
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1751
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1752
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1753
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1754
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1755
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1756
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1757
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1758
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1759
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1760
- # , mdpi, hdpi.
2158
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (e.g., 1024 for
2159
+ # 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string): Make of the device's
2160
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
2161
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
2162
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
2163
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
2164
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
2165
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
2166
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
2167
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
2168
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
2169
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
2170
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
2171
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
2172
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1761
2173
  # Corresponds to the JSON property `dimensions`
1762
2174
  # @return [Array<String>]
1763
2175
  attr_accessor :dimensions
@@ -2038,21 +2450,21 @@ module Google
2038
2450
  # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
2039
2451
  # country or region of the user's device based on their IP address, represented
2040
2452
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
2041
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
2042
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
2043
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
2044
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
2045
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
2046
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
2047
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
2048
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
2049
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
2050
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
2051
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
2052
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
2053
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
2054
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
2055
- # , mdpi, hdpi.
2453
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (e.g., 1024 for
2454
+ # 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string): Make of the device's
2455
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
2456
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
2457
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
2458
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
2459
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
2460
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
2461
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
2462
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
2463
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
2464
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
2465
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
2466
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
2467
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
2056
2468
  # Corresponds to the JSON property `dimensions`
2057
2469
  # @return [Array<String>]
2058
2470
  attr_accessor :dimensions
@@ -2175,21 +2587,21 @@ module Google
2175
2587
  # form factor) of the user's device, e.g., PHONE. * `countryCode` (string): the
2176
2588
  # country or region of the user's device based on their IP address, represented
2177
2589
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
2178
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
2179
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
2180
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
2181
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
2182
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
2183
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
2184
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
2185
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
2186
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
2187
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
2188
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
2189
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
2190
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
2191
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
2192
- # , mdpi, hdpi.
2590
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (e.g., 1024 for
2591
+ # 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string): Make of the device's
2592
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
2593
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
2594
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
2595
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
2596
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
2597
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
2598
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
2599
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
2600
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
2601
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
2602
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
2603
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
2604
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
2193
2605
  # Corresponds to the JSON property `dimensions`
2194
2606
  # @return [Array<String>]
2195
2607
  attr_accessor :dimensions
@@ -2535,16 +2947,16 @@ module Google
2535
2947
  # user's device, e.g., PHONE. * `countryCode` (string): the country or region of
2536
2948
  # the user's device based on their IP address, represented as a 2-letter ISO-
2537
2949
  # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
2538
- # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
2539
- # Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
2540
- # /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
2541
- # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
2542
- # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
2543
- # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
2544
- # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
2545
- # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
2546
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
2547
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
2950
+ # the device, in MB, in buckets (e.g., 1024 for 1-1.5GB, 4096 for 4-6GB). * `
2951
+ # deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.,
2952
+ # Samsung. [Reference](https://developer.android.com/reference/android/os/Build#
2953
+ # SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary
2954
+ # system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/
2955
+ # reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the
2956
+ # device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device'
2957
+ # s CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU,
2958
+ # e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali.
2959
+ # * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
2548
2960
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
2549
2961
  # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
2550
2962
  # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
@@ -2609,22 +3021,23 @@ module Google
2609
3021
  # known as form factor) of the user's device, e.g., PHONE. * `countryCode` (
2610
3022
  # string): the country or region of the user's device based on their IP address,
2611
3023
  # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
2612
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
2613
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
2614
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
2615
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
2616
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
2617
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
2618
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
2619
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
2620
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
2621
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
2622
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
2623
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
2624
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
2625
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
2626
- # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
2627
- # user needs the _View app information (read-only)_ permission for the app.
3024
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (e.g., 1024 for
3025
+ # 1-1.5GB, 4096 for 4-6GB). * `deviceSocMake` (string): Make of the device's
3026
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
3027
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
3028
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
3029
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
3030
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
3031
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
3032
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
3033
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
3034
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
3035
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
3036
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
3037
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
3038
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
3039
+ # **Required permissions**: to access this resource, the calling user needs the
3040
+ # _View app information (read-only)_ permission for the app.
2628
3041
  class GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
2629
3042
  include Google::Apis::Core::Hashable
2630
3043