google-apis-playdeveloperreporting_v1beta1 0.13.0 → 0.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/classes.rb +951 -125
- data/lib/google/apis/playdeveloperreporting_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/playdeveloperreporting_v1beta1/representations.rb +229 -0
- data/lib/google/apis/playdeveloperreporting_v1beta1/service.rb +490 -0
- metadata +3 -3
@@ -113,33 +113,35 @@ module Google
|
|
113
113
|
# were used as normalization value for the `anrRate` and `userPerceivedAnrRate`
|
114
114
|
# metrics. A user is counted in this metric if they used the app in the
|
115
115
|
# foreground during the aggregation period. Care must be taken not to aggregate
|
116
|
-
# this count further, as it may result in users being counted multiple times.
|
117
|
-
#
|
118
|
-
#
|
119
|
-
# that was running on the user's device. * `
|
120
|
-
#
|
121
|
-
#
|
122
|
-
#
|
123
|
-
#
|
124
|
-
#
|
125
|
-
# . * `
|
126
|
-
# ,
|
127
|
-
#
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
131
|
-
# of the device's CPU, e.g.,
|
132
|
-
# device's
|
133
|
-
#
|
134
|
-
#
|
135
|
-
#
|
136
|
-
#
|
137
|
-
#
|
138
|
-
#
|
139
|
-
#
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
116
|
+
# this count further, as it may result in users being counted multiple times.
|
117
|
+
# The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000,
|
118
|
+
# depending on the magnitude of the value. **Supported dimensions:** * `apiLevel`
|
119
|
+
# (string): the API level of Android that was running on the user's device. * `
|
120
|
+
# versionCode` (int64): version of the app that was running on the user's device.
|
121
|
+
# * `deviceModel` (string): unique identifier of the user's device model. * `
|
122
|
+
# deviceType` (string): the type (also known as form factor) of the user's
|
123
|
+
# device. * `countryCode` (string): the country or region of the user's device
|
124
|
+
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
125
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
126
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
127
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
128
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
129
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
130
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
131
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
132
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
133
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
134
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
135
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
136
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
137
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
138
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
139
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
140
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
141
|
+
# _View app information (read-only)_ permission for the app. **Related metric
|
142
|
+
# sets:** * vitals.errors contains unnormalized version (absolute counts) of
|
143
|
+
# crashes. * vitals.errors contains normalized metrics about crashes, another
|
144
|
+
# stability metric.
|
143
145
|
class GooglePlayDeveloperReportingV1beta1AnrRateMetricSet
|
144
146
|
include Google::Apis::Core::Hashable
|
145
147
|
|
@@ -195,33 +197,34 @@ module Google
|
|
195
197
|
# used the app actively during the aggregation period. An app is considered to
|
196
198
|
# be in active use if it is displaying any activity or executing any foreground
|
197
199
|
# service. Care must be taken not to aggregate this count further, as it may
|
198
|
-
# result in users being counted multiple times.
|
199
|
-
#
|
200
|
-
#
|
201
|
-
# user's device. * `
|
202
|
-
#
|
203
|
-
# the user's device. * `
|
204
|
-
#
|
205
|
-
#
|
206
|
-
#
|
207
|
-
# device
|
208
|
-
#
|
209
|
-
#
|
210
|
-
#
|
211
|
-
#
|
212
|
-
#
|
213
|
-
#
|
214
|
-
#
|
215
|
-
#
|
216
|
-
#
|
217
|
-
# `
|
218
|
-
# * `
|
219
|
-
# * `
|
220
|
-
#
|
221
|
-
#
|
222
|
-
#
|
223
|
-
#
|
224
|
-
#
|
200
|
+
# result in users being counted multiple times. The value is rounded to the
|
201
|
+
# nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
|
202
|
+
# the value. **Supported dimensions:** * `apiLevel` (string): the API level of
|
203
|
+
# Android that was running on the user's device. * `versionCode` (int64):
|
204
|
+
# version of the app that was running on the user's device. * `deviceModel` (
|
205
|
+
# string): unique identifier of the user's device model. * `deviceType` (string):
|
206
|
+
# the type (also known as form factor) of the user's device. * `countryCode` (
|
207
|
+
# string): the country or region of the user's device based on their IP address,
|
208
|
+
# represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
209
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
210
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
211
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
212
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
213
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
214
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
215
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
216
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
217
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
218
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
219
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
220
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
221
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
222
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
223
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
224
|
+
# user needs the _View app information (read-only)_ permission for the app. **
|
225
|
+
# Related metric sets:** * vitals.errors contains unnormalized version (absolute
|
226
|
+
# counts) of crashes. * vitals.errors contains normalized metrics about ANRs,
|
227
|
+
# another stability metric.
|
225
228
|
class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
|
226
229
|
include Google::Apis::Core::Hashable
|
227
230
|
|
@@ -249,6 +252,39 @@ module Google
|
|
249
252
|
end
|
250
253
|
end
|
251
254
|
|
255
|
+
# Represents the confidence interval of a metric.
|
256
|
+
class GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval
|
257
|
+
include Google::Apis::Core::Hashable
|
258
|
+
|
259
|
+
# A representation of a decimal value, such as 2.5. Clients may convert values
|
260
|
+
# into language-native decimal formats, such as Java's BigDecimal or Python's
|
261
|
+
# decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
|
262
|
+
# api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
|
263
|
+
# org/3/library/decimal.html
|
264
|
+
# Corresponds to the JSON property `lowerBound`
|
265
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
266
|
+
attr_accessor :lower_bound
|
267
|
+
|
268
|
+
# A representation of a decimal value, such as 2.5. Clients may convert values
|
269
|
+
# into language-native decimal formats, such as Java's BigDecimal or Python's
|
270
|
+
# decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
|
271
|
+
# api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
|
272
|
+
# org/3/library/decimal.html
|
273
|
+
# Corresponds to the JSON property `upperBound`
|
274
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
275
|
+
attr_accessor :upper_bound
|
276
|
+
|
277
|
+
def initialize(**args)
|
278
|
+
update!(**args)
|
279
|
+
end
|
280
|
+
|
281
|
+
# Update properties of this object
|
282
|
+
def update!(**args)
|
283
|
+
@lower_bound = args[:lower_bound] if args.key?(:lower_bound)
|
284
|
+
@upper_bound = args[:upper_bound] if args.key?(:upper_bound)
|
285
|
+
end
|
286
|
+
end
|
287
|
+
|
252
288
|
# Represents the value of a single dimension.
|
253
289
|
class GooglePlayDeveloperReportingV1beta1DimensionValue
|
254
290
|
include Google::Apis::Core::Hashable
|
@@ -290,6 +326,171 @@ module Google
|
|
290
326
|
end
|
291
327
|
end
|
292
328
|
|
329
|
+
# Singleton resource representing the set of error report metrics. This metric
|
330
|
+
# set contains un-normalized error report counts. **Supported aggregation
|
331
|
+
# periods:** * DAILY: metrics are aggregated in calendar date intervals. The
|
332
|
+
# default and only supported timezone is `America/Los_Angeles`. **Supported
|
333
|
+
# metrics:** * `errorReportCount` (`google.type.Decimal`): Absolute count of
|
334
|
+
# individual error reports that have been received for an app. * `distinctUsers`
|
335
|
+
# (`google.type.Decimal`): Count of distinct users for which reports have been
|
336
|
+
# received. Care must be taken not to aggregate this count further, as it may
|
337
|
+
# result in users being counted multiple times. This value is not rounded,
|
338
|
+
# however it may be an approximation. **Required dimension:** This dimension
|
339
|
+
# must be always specified in all requests in the `dimensions` field in query
|
340
|
+
# requests. * `reportType` (string): the type of error. The value should
|
341
|
+
# correspond to one of the possible values in ErrorType. **Supported dimensions:*
|
342
|
+
# * * `apiLevel` (string): the API level of Android that was running on the user'
|
343
|
+
# s device. * `versionCode` (int64): version of the app that was running on the
|
344
|
+
# user's device. * `deviceModel` (string): unique identifier of the user's
|
345
|
+
# device model. * `deviceType` (string): identifier of the device's form factor,
|
346
|
+
# e.g., PHONE. * `issueId` (string): the id an error was assigned to. The value
|
347
|
+
# should correspond to the ``issue`` component of the issue name. * `
|
348
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
349
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
350
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
351
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
352
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
353
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
354
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
355
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
356
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
357
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
358
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
359
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
360
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
361
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
362
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
363
|
+
# user needs the _View app information (read-only)_ permission for the app. **
|
364
|
+
# Related metric sets:** * vitals.errors.counts contains normalized metrics
|
365
|
+
# about Crashes, another stability metric. * vitals.errors.counts contains
|
366
|
+
# normalized metrics about ANRs, another stability metric.
|
367
|
+
class GooglePlayDeveloperReportingV1beta1ErrorCountMetricSet
|
368
|
+
include Google::Apis::Core::Hashable
|
369
|
+
|
370
|
+
# Represents the latest available time that can be requested in a TimelineSpec.
|
371
|
+
# Different aggregation periods have different freshness. For example, `DAILY`
|
372
|
+
# aggregation may lag behind `HOURLY` in cases where such aggregation is
|
373
|
+
# computed only once at the end of the day.
|
374
|
+
# Corresponds to the JSON property `freshnessInfo`
|
375
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
376
|
+
attr_accessor :freshness_info
|
377
|
+
|
378
|
+
# The resource name. Format: apps/`app`/errorCountMetricSet
|
379
|
+
# Corresponds to the JSON property `name`
|
380
|
+
# @return [String]
|
381
|
+
attr_accessor :name
|
382
|
+
|
383
|
+
def initialize(**args)
|
384
|
+
update!(**args)
|
385
|
+
end
|
386
|
+
|
387
|
+
# Update properties of this object
|
388
|
+
def update!(**args)
|
389
|
+
@freshness_info = args[:freshness_info] if args.key?(:freshness_info)
|
390
|
+
@name = args[:name] if args.key?(:name)
|
391
|
+
end
|
392
|
+
end
|
393
|
+
|
394
|
+
# A group of related ErrorReports received for an app. Similar error reports are
|
395
|
+
# grouped together into issues with a likely identical root cause. **Please note:
|
396
|
+
# ** this resource is currently in Alpha. There could be changes to the issue
|
397
|
+
# grouping that would result in similar but more recent error reports being
|
398
|
+
# assigned to different issues. This could also cause some issues disappearing
|
399
|
+
# entirely and being replaced by new ones. **Required permissions**: to access
|
400
|
+
# this resource, the calling user needs the _View app information (read-only)_
|
401
|
+
# permission for the app.
|
402
|
+
class GooglePlayDeveloperReportingV1beta1ErrorIssue
|
403
|
+
include Google::Apis::Core::Hashable
|
404
|
+
|
405
|
+
# Cause of the issue. Depending on the type this can be either: *
|
406
|
+
# APPLICATION_NOT_RESPONDING: the type of ANR that occurred, e.g., 'Input
|
407
|
+
# dispatching timed out'. * CRASH: for Java unhandled exception errors, the type
|
408
|
+
# of the innermost exception that was thrown, e.g., IllegalArgumentException.
|
409
|
+
# For signals in native code, the signal that was raised, e.g. SIGSEGV.
|
410
|
+
# Corresponds to the JSON property `cause`
|
411
|
+
# @return [String]
|
412
|
+
attr_accessor :cause
|
413
|
+
|
414
|
+
# Location where the issue happened. Depending on the type this can be either: *
|
415
|
+
# APPLICATION_NOT_RESPONDING: the name of the activity or service that stopped
|
416
|
+
# responding. * CRASH: the likely method name that caused the error.
|
417
|
+
# Corresponds to the JSON property `location`
|
418
|
+
# @return [String]
|
419
|
+
attr_accessor :location
|
420
|
+
|
421
|
+
# The resource name of the issue. Format: apps/`app`/errorIssues/`issue`
|
422
|
+
# Corresponds to the JSON property `name`
|
423
|
+
# @return [String]
|
424
|
+
attr_accessor :name
|
425
|
+
|
426
|
+
# Type of the errors grouped in this issue.
|
427
|
+
# Corresponds to the JSON property `type`
|
428
|
+
# @return [String]
|
429
|
+
attr_accessor :type
|
430
|
+
|
431
|
+
def initialize(**args)
|
432
|
+
update!(**args)
|
433
|
+
end
|
434
|
+
|
435
|
+
# Update properties of this object
|
436
|
+
def update!(**args)
|
437
|
+
@cause = args[:cause] if args.key?(:cause)
|
438
|
+
@location = args[:location] if args.key?(:location)
|
439
|
+
@name = args[:name] if args.key?(:name)
|
440
|
+
@type = args[:type] if args.key?(:type)
|
441
|
+
end
|
442
|
+
end
|
443
|
+
|
444
|
+
# An error report received for an app. There reports are produced by the Android
|
445
|
+
# platform code when a (potentially fatal) error condition is detected.
|
446
|
+
# Identical reports from many users will be deduplicated and coalesced into a
|
447
|
+
# single ErrorReport. **Required permissions**: to access this resource, the
|
448
|
+
# calling user needs the _View app information (read-only)_ permission for the
|
449
|
+
# app.
|
450
|
+
class GooglePlayDeveloperReportingV1beta1ErrorReport
|
451
|
+
include Google::Apis::Core::Hashable
|
452
|
+
|
453
|
+
# The issue this report was associated with. **Please note:** this resource is
|
454
|
+
# currently in Alpha. There could be changes to the issue grouping that would
|
455
|
+
# result in similar but more recent error reports being assigned to a different
|
456
|
+
# issue.
|
457
|
+
# Corresponds to the JSON property `issue`
|
458
|
+
# @return [String]
|
459
|
+
attr_accessor :issue
|
460
|
+
|
461
|
+
# The resource name of the report. Format: apps/`app`/errorReports/`report`
|
462
|
+
# Corresponds to the JSON property `name`
|
463
|
+
# @return [String]
|
464
|
+
attr_accessor :name
|
465
|
+
|
466
|
+
# Textual representation of the error report. These textual reports are produced
|
467
|
+
# by the platform. The reports are then sanitized and filtered to remove any
|
468
|
+
# potentially sensitive information. Although their format is fairly stable,
|
469
|
+
# they are not entirely meant for machine consumption and we cannot guarantee
|
470
|
+
# that there won't be subtle changes to the formatting that may break systems
|
471
|
+
# trying to parse information out of the reports.
|
472
|
+
# Corresponds to the JSON property `reportText`
|
473
|
+
# @return [String]
|
474
|
+
attr_accessor :report_text
|
475
|
+
|
476
|
+
# Type of the error for which this report was generated.
|
477
|
+
# Corresponds to the JSON property `type`
|
478
|
+
# @return [String]
|
479
|
+
attr_accessor :type
|
480
|
+
|
481
|
+
def initialize(**args)
|
482
|
+
update!(**args)
|
483
|
+
end
|
484
|
+
|
485
|
+
# Update properties of this object
|
486
|
+
def update!(**args)
|
487
|
+
@issue = args[:issue] if args.key?(:issue)
|
488
|
+
@name = args[:name] if args.key?(:name)
|
489
|
+
@report_text = args[:report_text] if args.key?(:report_text)
|
490
|
+
@type = args[:type] if args.key?(:type)
|
491
|
+
end
|
492
|
+
end
|
493
|
+
|
293
494
|
# Singleton resource representing the set of Excessive Weakeups metrics. This
|
294
495
|
# metric set contains AlarmManager wakeup counts data combined with process
|
295
496
|
# state data to produce a normalized metric independent of user counts. **
|
@@ -308,30 +509,31 @@ module Google
|
|
308
509
|
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
309
510
|
# doing any work on the device, i.e., not just active foreground usage but also
|
310
511
|
# background work. Care must be taken not to aggregate this count further, as it
|
311
|
-
# may result in users being counted multiple times.
|
312
|
-
#
|
313
|
-
#
|
314
|
-
# user's device. * `
|
315
|
-
#
|
316
|
-
# the user's device. * `
|
317
|
-
#
|
318
|
-
#
|
319
|
-
#
|
320
|
-
# device
|
321
|
-
#
|
322
|
-
#
|
323
|
-
#
|
324
|
-
#
|
325
|
-
#
|
326
|
-
#
|
327
|
-
#
|
328
|
-
#
|
329
|
-
#
|
330
|
-
# `
|
331
|
-
# * `
|
332
|
-
# * `
|
333
|
-
#
|
334
|
-
#
|
512
|
+
# may result in users being counted multiple times. The value is rounded to the
|
513
|
+
# nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
|
514
|
+
# the value. **Supported dimensions:** * `apiLevel` (string): the API level of
|
515
|
+
# Android that was running on the user's device. * `versionCode` (int64):
|
516
|
+
# version of the app that was running on the user's device. * `deviceModel` (
|
517
|
+
# string): unique identifier of the user's device model. * `deviceType` (string):
|
518
|
+
# the type (also known as form factor) of the user's device. * `countryCode` (
|
519
|
+
# string): the country or region of the user's device based on their IP address,
|
520
|
+
# represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
521
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
522
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
523
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
524
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
525
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
526
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
527
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
528
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
529
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
530
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
531
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
532
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
533
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
534
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
535
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
536
|
+
# user needs the _View app information (read-only)_ permission for the app.
|
335
537
|
class GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet
|
336
538
|
include Google::Apis::Core::Hashable
|
337
539
|
|
@@ -458,6 +660,11 @@ module Google
|
|
458
660
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
459
661
|
attr_accessor :decimal_value
|
460
662
|
|
663
|
+
# Represents the confidence interval of a metric.
|
664
|
+
# Corresponds to the JSON property `decimalValueConfidenceInterval`
|
665
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval]
|
666
|
+
attr_accessor :decimal_value_confidence_interval
|
667
|
+
|
461
668
|
# Name of the metric.
|
462
669
|
# Corresponds to the JSON property `metric`
|
463
670
|
# @return [String]
|
@@ -470,6 +677,7 @@ module Google
|
|
470
677
|
# Update properties of this object
|
471
678
|
def update!(**args)
|
472
679
|
@decimal_value = args[:decimal_value] if args.key?(:decimal_value)
|
680
|
+
@decimal_value_confidence_interval = args[:decimal_value_confidence_interval] if args.key?(:decimal_value_confidence_interval)
|
473
681
|
@metric = args[:metric] if args.key?(:metric)
|
474
682
|
end
|
475
683
|
end
|
@@ -582,6 +790,8 @@ module Google
|
|
582
790
|
# metrics. A user is counted in this metric if they used the app in the
|
583
791
|
# foreground during the aggregation period. Care must be taken not to aggregate
|
584
792
|
# this count further, as it may result in users being counted multiple times.
|
793
|
+
# The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000,
|
794
|
+
# depending on the magnitude of the value.
|
585
795
|
# Corresponds to the JSON property `metrics`
|
586
796
|
# @return [Array<String>]
|
587
797
|
attr_accessor :metrics
|
@@ -732,7 +942,9 @@ module Google
|
|
732
942
|
# used the app actively during the aggregation period. An app is considered to
|
733
943
|
# be in active use if it is displaying any activity or executing any foreground
|
734
944
|
# service. Care must be taken not to aggregate this count further, as it may
|
735
|
-
# result in users being counted multiple times.
|
945
|
+
# result in users being counted multiple times. The value is rounded to the
|
946
|
+
# nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
|
947
|
+
# the value.
|
736
948
|
# Corresponds to the JSON property `metrics`
|
737
949
|
# @return [Array<String>]
|
738
950
|
attr_accessor :metrics
|
@@ -822,21 +1034,22 @@ module Google
|
|
822
1034
|
end
|
823
1035
|
end
|
824
1036
|
|
825
|
-
# Request message for
|
826
|
-
class
|
1037
|
+
# Request message for QueryErrorCountMetricSet.
|
1038
|
+
class GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetRequest
|
827
1039
|
include Google::Apis::Core::Hashable
|
828
1040
|
|
829
1041
|
# Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
|
830
1042
|
# string): the API level of Android that was running on the user's device. * `
|
831
1043
|
# versionCode` (int64): version of the app that was running on the user's device.
|
832
1044
|
# * `deviceModel` (string): unique identifier of the user's device model. * `
|
833
|
-
# deviceType` (string):
|
834
|
-
#
|
835
|
-
#
|
836
|
-
#
|
837
|
-
#
|
838
|
-
#
|
839
|
-
#
|
1045
|
+
# deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `
|
1046
|
+
# reportType` (string): the type of error. The value should correspond to one of
|
1047
|
+
# the possible values in ErrorType. * `issueId` (string): the id an error was
|
1048
|
+
# assigned to. The value should correspond to the ``issue`` component of the
|
1049
|
+
# issue name. * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (
|
1050
|
+
# 3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
|
1051
|
+
# system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/
|
1052
|
+
# reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
840
1053
|
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
841
1054
|
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
842
1055
|
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
@@ -859,20 +1072,429 @@ module Google
|
|
859
1072
|
# @return [String]
|
860
1073
|
attr_accessor :filter
|
861
1074
|
|
862
|
-
# Metrics to aggregate. **Supported metrics:** * `
|
863
|
-
# type.Decimal`):
|
864
|
-
#
|
865
|
-
#
|
866
|
-
#
|
867
|
-
#
|
868
|
-
#
|
869
|
-
#
|
870
|
-
|
1075
|
+
# Metrics to aggregate. **Supported metrics:** * `errorReportCount` (`google.
|
1076
|
+
# type.Decimal`): Absolute count of individual error reports that have been
|
1077
|
+
# received for an app. * `distinctUsers` (`google.type.Decimal`): Count of
|
1078
|
+
# distinct users for which reports have been received. Care must be taken not to
|
1079
|
+
# aggregate this count further, as it may result in users being counted multiple
|
1080
|
+
# times. This value is not rounded, however it may be an approximation.
|
1081
|
+
# Corresponds to the JSON property `metrics`
|
1082
|
+
# @return [Array<String>]
|
1083
|
+
attr_accessor :metrics
|
1084
|
+
|
1085
|
+
# Maximum size of the returned data. If unspecified, at most 1000 rows will be
|
1086
|
+
# returned. The maximum value is 100000; values above 100000 will be coerced to
|
1087
|
+
# 100000.
|
1088
|
+
# Corresponds to the JSON property `pageSize`
|
1089
|
+
# @return [Fixnum]
|
1090
|
+
attr_accessor :page_size
|
1091
|
+
|
1092
|
+
# A page token, received from a previous call. Provide this to retrieve the
|
1093
|
+
# subsequent page. When paginating, all other parameters provided to the request
|
1094
|
+
# must match the call that provided the page token.
|
1095
|
+
# Corresponds to the JSON property `pageToken`
|
1096
|
+
# @return [String]
|
1097
|
+
attr_accessor :page_token
|
1098
|
+
|
1099
|
+
# Specification of the time-related aggregation parameters of a timeline.
|
1100
|
+
# Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
|
1101
|
+
# how events are aggregated in metrics. The points in a timeline are defined by
|
1102
|
+
# the starting DateTime of the aggregation period. The duration is implicit in
|
1103
|
+
# the AggregationPeriod. Hourly aggregation periods, when supported by a metric
|
1104
|
+
# set, are always specified in UTC to avoid ambiguities around daylight saving
|
1105
|
+
# time transitions, where an hour is skipped when adopting DST, and repeated
|
1106
|
+
# when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
|
1107
|
+
# Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
|
1108
|
+
# or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
|
1109
|
+
# timezone which will determine the precise instants of the start and the end of
|
1110
|
+
# the day. Not all metric sets support all timezones, so make sure to check
|
1111
|
+
# which timezones are supported by the metric set you want to query.
|
1112
|
+
# Corresponds to the JSON property `timelineSpec`
|
1113
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
1114
|
+
attr_accessor :timeline_spec
|
1115
|
+
|
1116
|
+
def initialize(**args)
|
1117
|
+
update!(**args)
|
1118
|
+
end
|
1119
|
+
|
1120
|
+
# Update properties of this object
|
1121
|
+
def update!(**args)
|
1122
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
1123
|
+
@filter = args[:filter] if args.key?(:filter)
|
1124
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
1125
|
+
@page_size = args[:page_size] if args.key?(:page_size)
|
1126
|
+
@page_token = args[:page_token] if args.key?(:page_token)
|
1127
|
+
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1128
|
+
end
|
1129
|
+
end
|
1130
|
+
|
1131
|
+
# Error counts query response.
|
1132
|
+
class GooglePlayDeveloperReportingV1beta1QueryErrorCountMetricSetResponse
|
1133
|
+
include Google::Apis::Core::Hashable
|
1134
|
+
|
1135
|
+
# Continuation token to fetch the next page of data.
|
1136
|
+
# Corresponds to the JSON property `nextPageToken`
|
1137
|
+
# @return [String]
|
1138
|
+
attr_accessor :next_page_token
|
1139
|
+
|
1140
|
+
# Returned rows.
|
1141
|
+
# Corresponds to the JSON property `rows`
|
1142
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow>]
|
1143
|
+
attr_accessor :rows
|
1144
|
+
|
1145
|
+
def initialize(**args)
|
1146
|
+
update!(**args)
|
1147
|
+
end
|
1148
|
+
|
1149
|
+
# Update properties of this object
|
1150
|
+
def update!(**args)
|
1151
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1152
|
+
@rows = args[:rows] if args.key?(:rows)
|
1153
|
+
end
|
1154
|
+
end
|
1155
|
+
|
1156
|
+
# Request message for QueryExcessiveWakeupRateMetricSet.
|
1157
|
+
class GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetRequest
|
1158
|
+
include Google::Apis::Core::Hashable
|
1159
|
+
|
1160
|
+
# Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
|
1161
|
+
# string): the API level of Android that was running on the user's device. * `
|
1162
|
+
# versionCode` (int64): version of the app that was running on the user's device.
|
1163
|
+
# * `deviceModel` (string): unique identifier of the user's device model. * `
|
1164
|
+
# deviceType` (string): the type (also known as form factor) of the user's
|
1165
|
+
# device. * `countryCode` (string): the country or region of the user's device
|
1166
|
+
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
1167
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
1168
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
1169
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
1170
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
1171
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
1172
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
1173
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1174
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1175
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1176
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1177
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1178
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1179
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1180
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1181
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1182
|
+
# Corresponds to the JSON property `dimensions`
|
1183
|
+
# @return [Array<String>]
|
1184
|
+
attr_accessor :dimensions
|
1185
|
+
|
1186
|
+
# Filters to apply to data. The filtering expression follows [AIP-160](https://
|
1187
|
+
# google.aip.dev/160) standard and supports filtering by equality of all
|
1188
|
+
# breakdown dimensions.
|
1189
|
+
# Corresponds to the JSON property `filter`
|
1190
|
+
# @return [String]
|
1191
|
+
attr_accessor :filter
|
1192
|
+
|
1193
|
+
# Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.
|
1194
|
+
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
1195
|
+
# had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
|
1196
|
+
# google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
|
1197
|
+
# last 7 days. The daily values are weighted by the count of distinct users for
|
1198
|
+
# the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
|
1199
|
+
# Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
|
1200
|
+
# values are weighted by the count of distinct users for the day. * `
|
1201
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
871
1202
|
# aggregation period that were used as normalization value for the `
|
872
1203
|
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
873
1204
|
# doing any work on the device, i.e., not just active foreground usage but also
|
874
1205
|
# background work. Care must be taken not to aggregate this count further, as it
|
875
|
-
# may result in users being counted multiple times.
|
1206
|
+
# may result in users being counted multiple times. The value is rounded to the
|
1207
|
+
# nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
|
1208
|
+
# the value.
|
1209
|
+
# Corresponds to the JSON property `metrics`
|
1210
|
+
# @return [Array<String>]
|
1211
|
+
attr_accessor :metrics
|
1212
|
+
|
1213
|
+
# Maximum size of the returned data. If unspecified, at most 1000 rows will be
|
1214
|
+
# returned. The maximum value is 100000; values above 100000 will be coerced to
|
1215
|
+
# 100000.
|
1216
|
+
# Corresponds to the JSON property `pageSize`
|
1217
|
+
# @return [Fixnum]
|
1218
|
+
attr_accessor :page_size
|
1219
|
+
|
1220
|
+
# A page token, received from a previous call. Provide this to retrieve the
|
1221
|
+
# subsequent page. When paginating, all other parameters provided to the request
|
1222
|
+
# must match the call that provided the page token.
|
1223
|
+
# Corresponds to the JSON property `pageToken`
|
1224
|
+
# @return [String]
|
1225
|
+
attr_accessor :page_token
|
1226
|
+
|
1227
|
+
# Specification of the time-related aggregation parameters of a timeline.
|
1228
|
+
# Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
|
1229
|
+
# how events are aggregated in metrics. The points in a timeline are defined by
|
1230
|
+
# the starting DateTime of the aggregation period. The duration is implicit in
|
1231
|
+
# the AggregationPeriod. Hourly aggregation periods, when supported by a metric
|
1232
|
+
# set, are always specified in UTC to avoid ambiguities around daylight saving
|
1233
|
+
# time transitions, where an hour is skipped when adopting DST, and repeated
|
1234
|
+
# when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
|
1235
|
+
# Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
|
1236
|
+
# or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
|
1237
|
+
# timezone which will determine the precise instants of the start and the end of
|
1238
|
+
# the day. Not all metric sets support all timezones, so make sure to check
|
1239
|
+
# which timezones are supported by the metric set you want to query.
|
1240
|
+
# Corresponds to the JSON property `timelineSpec`
|
1241
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
1242
|
+
attr_accessor :timeline_spec
|
1243
|
+
|
1244
|
+
# User view to select. The output data will correspond to the selected view. **
|
1245
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
1246
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
1247
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
1248
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
1249
|
+
# android versions only, excluding data from released android versions. Only the
|
1250
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
1251
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
1252
|
+
# the user's device, e.g., "T1B2.220916.004".
|
1253
|
+
# Corresponds to the JSON property `userCohort`
|
1254
|
+
# @return [String]
|
1255
|
+
attr_accessor :user_cohort
|
1256
|
+
|
1257
|
+
def initialize(**args)
|
1258
|
+
update!(**args)
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
# Update properties of this object
|
1262
|
+
def update!(**args)
|
1263
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
1264
|
+
@filter = args[:filter] if args.key?(:filter)
|
1265
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
1266
|
+
@page_size = args[:page_size] if args.key?(:page_size)
|
1267
|
+
@page_token = args[:page_token] if args.key?(:page_token)
|
1268
|
+
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1269
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
1270
|
+
end
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
# Response message for QueryExcessiveWakeupRateMetricSet.
|
1274
|
+
class GooglePlayDeveloperReportingV1beta1QueryExcessiveWakeupRateMetricSetResponse
|
1275
|
+
include Google::Apis::Core::Hashable
|
1276
|
+
|
1277
|
+
# Continuation token to fetch the next page of data.
|
1278
|
+
# Corresponds to the JSON property `nextPageToken`
|
1279
|
+
# @return [String]
|
1280
|
+
attr_accessor :next_page_token
|
1281
|
+
|
1282
|
+
# Returned rows of data.
|
1283
|
+
# Corresponds to the JSON property `rows`
|
1284
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow>]
|
1285
|
+
attr_accessor :rows
|
1286
|
+
|
1287
|
+
def initialize(**args)
|
1288
|
+
update!(**args)
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
# Update properties of this object
|
1292
|
+
def update!(**args)
|
1293
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1294
|
+
@rows = args[:rows] if args.key?(:rows)
|
1295
|
+
end
|
1296
|
+
end
|
1297
|
+
|
1298
|
+
# Request message for QuerySlowRenderingRateMetricSet.
|
1299
|
+
class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetRequest
|
1300
|
+
include Google::Apis::Core::Hashable
|
1301
|
+
|
1302
|
+
# Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
|
1303
|
+
# string): the API level of Android that was running on the user's device. * `
|
1304
|
+
# versionCode` (int64): version of the app that was running on the user's device.
|
1305
|
+
# * `deviceModel` (string): unique identifier of the user's device model. * `
|
1306
|
+
# deviceType` (string): the type (also known as form factor) of the user's
|
1307
|
+
# device. * `countryCode` (string): the country or region of the user's device
|
1308
|
+
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
1309
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
1310
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
1311
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
1312
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
1313
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
1314
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
1315
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1316
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1317
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1318
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1319
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1320
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1321
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1322
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1323
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1324
|
+
# Corresponds to the JSON property `dimensions`
|
1325
|
+
# @return [Array<String>]
|
1326
|
+
attr_accessor :dimensions
|
1327
|
+
|
1328
|
+
# Filters to apply to data. The filtering expression follows [AIP-160](https://
|
1329
|
+
# google.aip.dev/160) standard and supports filtering by equality of all
|
1330
|
+
# breakdown dimensions.
|
1331
|
+
# Corresponds to the JSON property `filter`
|
1332
|
+
# @return [String]
|
1333
|
+
attr_accessor :filter
|
1334
|
+
|
1335
|
+
# Metrics to aggregate. **Supported metrics:** * `slowRenderingRate20Fps` (`
|
1336
|
+
# google.type.Decimal`): Percentage of distinct users in the aggregation period
|
1337
|
+
# that had a slow rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.
|
1338
|
+
# type.Decimal`): Rolling average value of `slowRenderingRate20Fps` in the last
|
1339
|
+
# 7 days. The daily values are weighted by the count of distinct users for the
|
1340
|
+
# day. * `slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`):
|
1341
|
+
# Rolling average value of `slowRenderingRate20Fps` in the last 28 days. The
|
1342
|
+
# daily values are weighted by the count of distinct users for the day. * `
|
1343
|
+
# slowRenderingRate30Fps` (`google.type.Decimal`): Percentage of distinct users
|
1344
|
+
# in the aggregation period that had a slow rendering. * `
|
1345
|
+
# slowRenderingRate30Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
|
1346
|
+
# value of `slowRenderingRate30Fps` in the last 7 days. The daily values are
|
1347
|
+
# weighted by the count of distinct users for the day. * `
|
1348
|
+
# slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rolling
|
1349
|
+
# average value of `slowRenderingRate30Fps` in the last 28 days. The daily
|
1350
|
+
# values are weighted by the count of distinct users for the day. * `
|
1351
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
1352
|
+
# aggregation period that were used as normalization value for the `
|
1353
|
+
# slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in
|
1354
|
+
# this metric if their app was launched in the device. Care must be taken not to
|
1355
|
+
# aggregate this count further, as it may result in users being counted multiple
|
1356
|
+
# times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,
|
1357
|
+
# 000, depending on the magnitude of the value.
|
1358
|
+
# Corresponds to the JSON property `metrics`
|
1359
|
+
# @return [Array<String>]
|
1360
|
+
attr_accessor :metrics
|
1361
|
+
|
1362
|
+
# Maximum size of the returned data. If unspecified, at most 1000 rows will be
|
1363
|
+
# returned. The maximum value is 100000; values above 100000 will be coerced to
|
1364
|
+
# 100000.
|
1365
|
+
# Corresponds to the JSON property `pageSize`
|
1366
|
+
# @return [Fixnum]
|
1367
|
+
attr_accessor :page_size
|
1368
|
+
|
1369
|
+
# A page token, received from a previous call. Provide this to retrieve the
|
1370
|
+
# subsequent page. When paginating, all other parameters provided to the request
|
1371
|
+
# must match the call that provided the page token.
|
1372
|
+
# Corresponds to the JSON property `pageToken`
|
1373
|
+
# @return [String]
|
1374
|
+
attr_accessor :page_token
|
1375
|
+
|
1376
|
+
# Specification of the time-related aggregation parameters of a timeline.
|
1377
|
+
# Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
|
1378
|
+
# how events are aggregated in metrics. The points in a timeline are defined by
|
1379
|
+
# the starting DateTime of the aggregation period. The duration is implicit in
|
1380
|
+
# the AggregationPeriod. Hourly aggregation periods, when supported by a metric
|
1381
|
+
# set, are always specified in UTC to avoid ambiguities around daylight saving
|
1382
|
+
# time transitions, where an hour is skipped when adopting DST, and repeated
|
1383
|
+
# when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
|
1384
|
+
# Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
|
1385
|
+
# or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
|
1386
|
+
# timezone which will determine the precise instants of the start and the end of
|
1387
|
+
# the day. Not all metric sets support all timezones, so make sure to check
|
1388
|
+
# which timezones are supported by the metric set you want to query.
|
1389
|
+
# Corresponds to the JSON property `timelineSpec`
|
1390
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1TimelineSpec]
|
1391
|
+
attr_accessor :timeline_spec
|
1392
|
+
|
1393
|
+
# User view to select. The output data will correspond to the selected view. **
|
1394
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
1395
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
1396
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
1397
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
1398
|
+
# Android versions only, excluding data from released Android versions. Only the
|
1399
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
1400
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
1401
|
+
# the user's device, e.g., "T1B2.220916.004".
|
1402
|
+
# Corresponds to the JSON property `userCohort`
|
1403
|
+
# @return [String]
|
1404
|
+
attr_accessor :user_cohort
|
1405
|
+
|
1406
|
+
def initialize(**args)
|
1407
|
+
update!(**args)
|
1408
|
+
end
|
1409
|
+
|
1410
|
+
# Update properties of this object
|
1411
|
+
def update!(**args)
|
1412
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
1413
|
+
@filter = args[:filter] if args.key?(:filter)
|
1414
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
1415
|
+
@page_size = args[:page_size] if args.key?(:page_size)
|
1416
|
+
@page_token = args[:page_token] if args.key?(:page_token)
|
1417
|
+
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1418
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
# Response message for QuerySlowRenderingRateMetricSet.
|
1423
|
+
class GooglePlayDeveloperReportingV1beta1QuerySlowRenderingRateMetricSetResponse
|
1424
|
+
include Google::Apis::Core::Hashable
|
1425
|
+
|
1426
|
+
# Continuation token to fetch the next page of data.
|
1427
|
+
# Corresponds to the JSON property `nextPageToken`
|
1428
|
+
# @return [String]
|
1429
|
+
attr_accessor :next_page_token
|
1430
|
+
|
1431
|
+
# Returned rows of data.
|
1432
|
+
# Corresponds to the JSON property `rows`
|
1433
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1MetricsRow>]
|
1434
|
+
attr_accessor :rows
|
1435
|
+
|
1436
|
+
def initialize(**args)
|
1437
|
+
update!(**args)
|
1438
|
+
end
|
1439
|
+
|
1440
|
+
# Update properties of this object
|
1441
|
+
def update!(**args)
|
1442
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1443
|
+
@rows = args[:rows] if args.key?(:rows)
|
1444
|
+
end
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
# Request message for QuerySlowStartRateMetricSet.
|
1448
|
+
class GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetRequest
|
1449
|
+
include Google::Apis::Core::Hashable
|
1450
|
+
|
1451
|
+
# Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
|
1452
|
+
# string): the API level of Android that was running on the user's device. * `
|
1453
|
+
# versionCode` (int64): version of the app that was running on the user's device.
|
1454
|
+
# * `deviceModel` (string): unique identifier of the user's device model. * `
|
1455
|
+
# deviceType` (string): the type (also known as form factor) of the user's
|
1456
|
+
# device. * `countryCode` (string): the country or region of the user's device
|
1457
|
+
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
1458
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
1459
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
1460
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
1461
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
1462
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
1463
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
1464
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1465
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1466
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1467
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1468
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1469
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1470
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1471
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1472
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1473
|
+
# Corresponds to the JSON property `dimensions`
|
1474
|
+
# @return [Array<String>]
|
1475
|
+
attr_accessor :dimensions
|
1476
|
+
|
1477
|
+
# Filters to apply to data. The filtering expression follows [AIP-160](https://
|
1478
|
+
# google.aip.dev/160) standard and supports filtering by equality of all
|
1479
|
+
# breakdown dimensions.
|
1480
|
+
# Corresponds to the JSON property `filter`
|
1481
|
+
# @return [String]
|
1482
|
+
attr_accessor :filter
|
1483
|
+
|
1484
|
+
# Metrics to aggregate. **Supported metrics:** * `slowStartRate` (`google.type.
|
1485
|
+
# Decimal`): Percentage of distinct users in the aggregation period that had a
|
1486
|
+
# slow start. * `slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
1487
|
+
# average value of `slowStartRate` in the last 7 days. The daily values are
|
1488
|
+
# weighted by the count of distinct users for the day. * `
|
1489
|
+
# slowStartRate28dUserWeighted` (`google.type.Decimal`): Rolling average value
|
1490
|
+
# of `slowStartRate` in the last 28 days. The daily values are weighted by the
|
1491
|
+
# count of distinct users for the day. * `distinctUsers` (`google.type.Decimal`):
|
1492
|
+
# Count of distinct users in the aggregation period that were used as
|
1493
|
+
# normalization value for the `slowStartRate` metric. A user is counted in this
|
1494
|
+
# metric if their app was launched in the device. Care must be taken not to
|
1495
|
+
# aggregate this count further, as it may result in users being counted multiple
|
1496
|
+
# times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,
|
1497
|
+
# 000, depending on the magnitude of the value.
|
876
1498
|
# Corresponds to the JSON property `metrics`
|
877
1499
|
# @return [Array<String>]
|
878
1500
|
attr_accessor :metrics
|
@@ -913,7 +1535,7 @@ module Google
|
|
913
1535
|
# Android versions. This is the default. Supports all the above dimensions. * `
|
914
1536
|
# APP_TESTERS` To select data from users who have opted in to be testers.
|
915
1537
|
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
916
|
-
#
|
1538
|
+
# Android versions only, excluding data from released Android versions. Only the
|
917
1539
|
# following dimensions are supported: * `versionCode` (int64): version of the
|
918
1540
|
# app that was running on the user's device. * `osBuild` (string): OS build of
|
919
1541
|
# the user's device, e.g., "T1B2.220916.004".
|
@@ -937,8 +1559,8 @@ module Google
|
|
937
1559
|
end
|
938
1560
|
end
|
939
1561
|
|
940
|
-
# Response message for
|
941
|
-
class
|
1562
|
+
# Response message for QuerySlowStartRateMetricSet.
|
1563
|
+
class GooglePlayDeveloperReportingV1beta1QuerySlowStartRateMetricSetResponse
|
942
1564
|
include Google::Apis::Core::Hashable
|
943
1565
|
|
944
1566
|
# Continuation token to fetch the next page of data.
|
@@ -1013,7 +1635,8 @@ module Google
|
|
1013
1635
|
# is counted in this metric if they app was doing any work on the device, i.e.,
|
1014
1636
|
# not just active foreground usage but also background work. Care must be taken
|
1015
1637
|
# not to aggregate this count further, as it may result in users being counted
|
1016
|
-
# multiple times.
|
1638
|
+
# multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
|
1639
|
+
# or 1,000,000, depending on the magnitude of the value.
|
1017
1640
|
# Corresponds to the JSON property `metrics`
|
1018
1641
|
# @return [Array<String>]
|
1019
1642
|
attr_accessor :metrics
|
@@ -1103,6 +1726,207 @@ module Google
|
|
1103
1726
|
end
|
1104
1727
|
end
|
1105
1728
|
|
1729
|
+
# Response with a paginated list of issues that matched the request.
|
1730
|
+
class GooglePlayDeveloperReportingV1beta1SearchErrorIssuesResponse
|
1731
|
+
include Google::Apis::Core::Hashable
|
1732
|
+
|
1733
|
+
# ErrorIssues that were found.
|
1734
|
+
# Corresponds to the JSON property `errorIssues`
|
1735
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1ErrorIssue>]
|
1736
|
+
attr_accessor :error_issues
|
1737
|
+
|
1738
|
+
# Continuation token to fetch the next page of data.
|
1739
|
+
# Corresponds to the JSON property `nextPageToken`
|
1740
|
+
# @return [String]
|
1741
|
+
attr_accessor :next_page_token
|
1742
|
+
|
1743
|
+
def initialize(**args)
|
1744
|
+
update!(**args)
|
1745
|
+
end
|
1746
|
+
|
1747
|
+
# Update properties of this object
|
1748
|
+
def update!(**args)
|
1749
|
+
@error_issues = args[:error_issues] if args.key?(:error_issues)
|
1750
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1751
|
+
end
|
1752
|
+
end
|
1753
|
+
|
1754
|
+
# Response with a paginated list of error reports matching the search query.
|
1755
|
+
class GooglePlayDeveloperReportingV1beta1SearchErrorReportsResponse
|
1756
|
+
include Google::Apis::Core::Hashable
|
1757
|
+
|
1758
|
+
# Error reports that were found.
|
1759
|
+
# Corresponds to the JSON property `errorReports`
|
1760
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1ErrorReport>]
|
1761
|
+
attr_accessor :error_reports
|
1762
|
+
|
1763
|
+
# Page token to fetch the next page of reports.
|
1764
|
+
# Corresponds to the JSON property `nextPageToken`
|
1765
|
+
# @return [String]
|
1766
|
+
attr_accessor :next_page_token
|
1767
|
+
|
1768
|
+
def initialize(**args)
|
1769
|
+
update!(**args)
|
1770
|
+
end
|
1771
|
+
|
1772
|
+
# Update properties of this object
|
1773
|
+
def update!(**args)
|
1774
|
+
@error_reports = args[:error_reports] if args.key?(:error_reports)
|
1775
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1776
|
+
end
|
1777
|
+
end
|
1778
|
+
|
1779
|
+
# Singleton resource representing the set of Slow Rendering metrics. This metric
|
1780
|
+
# set contains low-level rendering data captured by SurafeFlinger. Sessions are
|
1781
|
+
# evaluated based on the present-to-present histogram of frames handled by any
|
1782
|
+
# SurfaceFlinger layer owned by the app. A slow session is a session where more
|
1783
|
+
# than 25% of frames for the session did not meet the metric's target frame rate
|
1784
|
+
# (either 20fps, or 30fps). *NOTE:* This metric set is only available for games.
|
1785
|
+
# **Supported aggregation periods:** * DAILY: metrics are aggregated in calendar
|
1786
|
+
# date intervals. Due to historical constraints, the only supported timezone is `
|
1787
|
+
# America/Los_Angeles`. **Supported metrics:** * `slowRenderingRate20Fps` (`
|
1788
|
+
# google.type.Decimal`): Percentage of distinct users in the aggregation period
|
1789
|
+
# that had slow rendering. * `slowRenderingRate20Fps7dUserWeighted` (`google.
|
1790
|
+
# type.Decimal`): Rolling average value of `slowRenderingRate20Fps` in the last
|
1791
|
+
# 7 days. The daily values are weighted by the count of distinct users for the
|
1792
|
+
# day. * `slowRenderingRate20Fps28dUserWeighted` (`google.type.Decimal`):
|
1793
|
+
# Rolling average value of `slowRenderingRate20Fps` in the last 28 days. The
|
1794
|
+
# daily values are weighted by the count of distinct users for the day. * `
|
1795
|
+
# slowRenderingRate30Fps` (`google.type.Decimal`): Percentage of distinct users
|
1796
|
+
# in the aggregation period that had slow rendering. * `
|
1797
|
+
# slowRenderingRate30Fps7dUserWeighted` (`google.type.Decimal`): Rolling average
|
1798
|
+
# value of `slowRenderingRate30Fps` in the last 7 days. The daily values are
|
1799
|
+
# weighted by the count of distinct users for the day. * `
|
1800
|
+
# slowRenderingRate30Fps28dUserWeighted` (`google.type.Decimal`): Rolling
|
1801
|
+
# average value of `slowRenderingRate30Fps` in the last 28 days. The daily
|
1802
|
+
# values are weighted by the count of distinct users for the day. * `
|
1803
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
1804
|
+
# aggregation period that were used as normalization value for the `
|
1805
|
+
# slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in
|
1806
|
+
# this metric if their app rendered any frames. Care must be taken not to
|
1807
|
+
# aggregate this count further, as it may result in users being counted multiple
|
1808
|
+
# times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,
|
1809
|
+
# 000, depending on the magnitude of the value. **Supported dimensions:** * `
|
1810
|
+
# apiLevel` (string): the API level of Android that was running on the user's
|
1811
|
+
# device. * `versionCode` (int64): version of the app that was running on the
|
1812
|
+
# user's device. * `deviceModel` (string): unique identifier of the user's
|
1813
|
+
# device model. * `deviceType` (string): the type (also known as form factor) of
|
1814
|
+
# the user's device. * `countryCode` (string): the country or region of the user'
|
1815
|
+
# s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
|
1816
|
+
# g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
|
1817
|
+
# in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
|
1818
|
+
# device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
|
1819
|
+
# android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
|
1820
|
+
# string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
|
1821
|
+
# Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
|
1822
|
+
# * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1823
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1824
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1825
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1826
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1827
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1828
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1829
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1830
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1831
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
1832
|
+
# _View app information (read-only)_ permission for the app.
|
1833
|
+
class GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet
|
1834
|
+
include Google::Apis::Core::Hashable
|
1835
|
+
|
1836
|
+
# Represents the latest available time that can be requested in a TimelineSpec.
|
1837
|
+
# Different aggregation periods have different freshness. For example, `DAILY`
|
1838
|
+
# aggregation may lag behind `HOURLY` in cases where such aggregation is
|
1839
|
+
# computed only once at the end of the day.
|
1840
|
+
# Corresponds to the JSON property `freshnessInfo`
|
1841
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
1842
|
+
attr_accessor :freshness_info
|
1843
|
+
|
1844
|
+
# The resource name. Format: apps/`app`/slowRenderingRateMetricSet
|
1845
|
+
# Corresponds to the JSON property `name`
|
1846
|
+
# @return [String]
|
1847
|
+
attr_accessor :name
|
1848
|
+
|
1849
|
+
def initialize(**args)
|
1850
|
+
update!(**args)
|
1851
|
+
end
|
1852
|
+
|
1853
|
+
# Update properties of this object
|
1854
|
+
def update!(**args)
|
1855
|
+
@freshness_info = args[:freshness_info] if args.key?(:freshness_info)
|
1856
|
+
@name = args[:name] if args.key?(:name)
|
1857
|
+
end
|
1858
|
+
end
|
1859
|
+
|
1860
|
+
# Singleton resource representing the set of Slow Start metrics. This metric set
|
1861
|
+
# contains Activity start duration data. **Supported aggregation periods:** *
|
1862
|
+
# DAILY: metrics are aggregated in calendar date intervals. Due to historical
|
1863
|
+
# constraints, the only supported timezone is `America/Los_Angeles`. **Supported
|
1864
|
+
# metrics:** * `slowStartRate` (`google.type.Decimal`): Percentage of distinct
|
1865
|
+
# users in the aggregation period that had a slow start. * `
|
1866
|
+
# slowStartRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of
|
1867
|
+
# `slowStartRate` in the last 7 days. The daily values are weighted by the count
|
1868
|
+
# of distinct users for the day. * `slowStartRate28dUserWeighted` (`google.type.
|
1869
|
+
# Decimal`): Rolling average value of `slowStartRate` in the last 28 days. The
|
1870
|
+
# daily values are weighted by the count of distinct users for the day. * `
|
1871
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
1872
|
+
# aggregation period that were used as normalization value for the `
|
1873
|
+
# slowStartRate` metric. A user is counted in this metric if their app was
|
1874
|
+
# launched in the device. Care must be taken not to aggregate this count further,
|
1875
|
+
# as it may result in users being counted multiple times. The value is rounded
|
1876
|
+
# to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
|
1877
|
+
# magnitude of the value. **Required dimension:** This dimension must be
|
1878
|
+
# specified with each request for the request to be valid. * `startType` (string)
|
1879
|
+
# : the type of start that was measured. Valid types are `HOT`, `WARM` and `COLD`
|
1880
|
+
# . **Supported dimensions:** * `apiLevel` (string): the API level of Android
|
1881
|
+
# that was running on the user's device. * `versionCode` (int64): version of the
|
1882
|
+
# app that was running on the user's device. * `deviceModel` (string): unique
|
1883
|
+
# identifier of the user's device model. * `deviceType` (string): the type (also
|
1884
|
+
# known as form factor) of the user's device. * `countryCode` (string): the
|
1885
|
+
# country or region of the user's device based on their IP address, represented
|
1886
|
+
# as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
1887
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
1888
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
1889
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
1890
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
1891
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
1892
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
1893
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
1894
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
1895
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
1896
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
1897
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
1898
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
1899
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
1900
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
1901
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
1902
|
+
# user needs the _View app information (read-only)_ permission for the app.
|
1903
|
+
class GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet
|
1904
|
+
include Google::Apis::Core::Hashable
|
1905
|
+
|
1906
|
+
# Represents the latest available time that can be requested in a TimelineSpec.
|
1907
|
+
# Different aggregation periods have different freshness. For example, `DAILY`
|
1908
|
+
# aggregation may lag behind `HOURLY` in cases where such aggregation is
|
1909
|
+
# computed only once at the end of the day.
|
1910
|
+
# Corresponds to the JSON property `freshnessInfo`
|
1911
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1FreshnessInfo]
|
1912
|
+
attr_accessor :freshness_info
|
1913
|
+
|
1914
|
+
# The resource name. Format: apps/`app`/slowStartRateMetricSet
|
1915
|
+
# Corresponds to the JSON property `name`
|
1916
|
+
# @return [String]
|
1917
|
+
attr_accessor :name
|
1918
|
+
|
1919
|
+
def initialize(**args)
|
1920
|
+
update!(**args)
|
1921
|
+
end
|
1922
|
+
|
1923
|
+
# Update properties of this object
|
1924
|
+
def update!(**args)
|
1925
|
+
@freshness_info = args[:freshness_info] if args.key?(:freshness_info)
|
1926
|
+
@name = args[:name] if args.key?(:name)
|
1927
|
+
end
|
1928
|
+
end
|
1929
|
+
|
1106
1930
|
# Singleton resource representing the set of Stuck Background Wakelocks metrics.
|
1107
1931
|
# This metric set contains PowerManager wakelock duration data combined with
|
1108
1932
|
# process state data to produce a normalized metric independent of user counts. *
|
@@ -1122,29 +1946,31 @@ module Google
|
|
1122
1946
|
# is counted in this metric if their app was doing any work on the device, i.e.,
|
1123
1947
|
# not just active foreground usage but also background work. Care must be taken
|
1124
1948
|
# not to aggregate this count further, as it may result in users being counted
|
1125
|
-
# multiple times.
|
1126
|
-
#
|
1127
|
-
#
|
1128
|
-
#
|
1129
|
-
#
|
1130
|
-
#
|
1131
|
-
#
|
1132
|
-
#
|
1133
|
-
# . * `
|
1134
|
-
# ,
|
1135
|
-
#
|
1136
|
-
#
|
1137
|
-
#
|
1138
|
-
#
|
1139
|
-
# of the device's CPU, e.g.,
|
1140
|
-
# device's
|
1141
|
-
#
|
1142
|
-
#
|
1143
|
-
#
|
1144
|
-
#
|
1145
|
-
#
|
1146
|
-
#
|
1147
|
-
#
|
1949
|
+
# multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
|
1950
|
+
# or 1,000,000, depending on the magnitude of the value. **Supported dimensions:*
|
1951
|
+
# * * `apiLevel` (string): the API level of Android that was running on the user'
|
1952
|
+
# s device. * `versionCode` (int64): version of the app that was running on the
|
1953
|
+
# user's device. * `deviceModel` (string): unique identifier of the user's
|
1954
|
+
# device model. * `deviceType` (string): the type (also known as form factor) of
|
1955
|
+
# the user's device. * `countryCode` (string): the country or region of the user'
|
1956
|
+
# s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
|
1957
|
+
# g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
|
1958
|
+
# in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
|
1959
|
+
# device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
|
1960
|
+
# android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
|
1961
|
+
# string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
|
1962
|
+
# Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
|
1963
|
+
# * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1964
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1965
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1966
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1967
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1968
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1969
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1970
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1971
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1972
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
1973
|
+
# _View app information (read-only)_ permission for the app.
|
1148
1974
|
class GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet
|
1149
1975
|
include Google::Apis::Core::Hashable
|
1150
1976
|
|