google-apis-playdeveloperreporting_v1alpha1 0.15.0 → 0.17.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_v1alpha1/classes.rb +661 -168
- data/lib/google/apis/playdeveloperreporting_v1alpha1/gem_version.rb +2 -2
- data/lib/google/apis/playdeveloperreporting_v1alpha1/representations.rb +118 -0
- data/lib/google/apis/playdeveloperreporting_v1alpha1/service.rb +126 -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 GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet
|
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 GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
|
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 GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval
|
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::PlaydeveloperreportingV1alpha1::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::PlaydeveloperreportingV1alpha1::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 GooglePlayDeveloperReportingV1alpha1DimensionValue
|
254
290
|
include Google::Apis::Core::Hashable
|
@@ -298,19 +334,20 @@ module Google
|
|
298
334
|
# individual error reports that have been received for an app. * `distinctUsers`
|
299
335
|
# (`google.type.Decimal`): Count of distinct users for which reports have been
|
300
336
|
# received. Care must be taken not to aggregate this count further, as it may
|
301
|
-
# result in users being counted multiple times.
|
302
|
-
#
|
303
|
-
# in
|
304
|
-
#
|
305
|
-
#
|
306
|
-
#
|
307
|
-
#
|
308
|
-
#
|
309
|
-
#
|
310
|
-
#
|
311
|
-
#
|
312
|
-
#
|
313
|
-
#
|
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/
|
314
351
|
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
315
352
|
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
316
353
|
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
@@ -472,30 +509,31 @@ module Google
|
|
472
509
|
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
473
510
|
# doing any work on the device, i.e., not just active foreground usage but also
|
474
511
|
# background work. Care must be taken not to aggregate this count further, as it
|
475
|
-
# may result in users being counted multiple times.
|
476
|
-
#
|
477
|
-
#
|
478
|
-
# user's device. * `
|
479
|
-
#
|
480
|
-
# the user's device. * `
|
481
|
-
#
|
482
|
-
#
|
483
|
-
#
|
484
|
-
# device
|
485
|
-
#
|
486
|
-
#
|
487
|
-
#
|
488
|
-
#
|
489
|
-
#
|
490
|
-
#
|
491
|
-
#
|
492
|
-
#
|
493
|
-
#
|
494
|
-
# `
|
495
|
-
# * `
|
496
|
-
# * `
|
497
|
-
#
|
498
|
-
#
|
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.
|
499
537
|
class GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet
|
500
538
|
include Google::Apis::Core::Hashable
|
501
539
|
|
@@ -622,6 +660,11 @@ module Google
|
|
622
660
|
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal]
|
623
661
|
attr_accessor :decimal_value
|
624
662
|
|
663
|
+
# Represents the confidence interval of a metric.
|
664
|
+
# Corresponds to the JSON property `decimalValueConfidenceInterval`
|
665
|
+
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval]
|
666
|
+
attr_accessor :decimal_value_confidence_interval
|
667
|
+
|
625
668
|
# Name of the metric.
|
626
669
|
# Corresponds to the JSON property `metric`
|
627
670
|
# @return [String]
|
@@ -634,6 +677,7 @@ module Google
|
|
634
677
|
# Update properties of this object
|
635
678
|
def update!(**args)
|
636
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)
|
637
681
|
@metric = args[:metric] if args.key?(:metric)
|
638
682
|
end
|
639
683
|
end
|
@@ -746,6 +790,8 @@ module Google
|
|
746
790
|
# metrics. A user is counted in this metric if they used the app in the
|
747
791
|
# foreground during the aggregation period. Care must be taken not to aggregate
|
748
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.
|
749
795
|
# Corresponds to the JSON property `metrics`
|
750
796
|
# @return [Array<String>]
|
751
797
|
attr_accessor :metrics
|
@@ -896,7 +942,9 @@ module Google
|
|
896
942
|
# used the app actively during the aggregation period. An app is considered to
|
897
943
|
# be in active use if it is displaying any activity or executing any foreground
|
898
944
|
# service. Care must be taken not to aggregate this count further, as it may
|
899
|
-
# 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.
|
900
948
|
# Corresponds to the JSON property `metrics`
|
901
949
|
# @return [Array<String>]
|
902
950
|
attr_accessor :metrics
|
@@ -1029,7 +1077,7 @@ module Google
|
|
1029
1077
|
# received for an app. * `distinctUsers` (`google.type.Decimal`): Count of
|
1030
1078
|
# distinct users for which reports have been received. Care must be taken not to
|
1031
1079
|
# aggregate this count further, as it may result in users being counted multiple
|
1032
|
-
# times.
|
1080
|
+
# times. This value is not rounded, however it may be an approximation.
|
1033
1081
|
# Corresponds to the JSON property `metrics`
|
1034
1082
|
# @return [Array<String>]
|
1035
1083
|
attr_accessor :metrics
|
@@ -1155,7 +1203,9 @@ module Google
|
|
1155
1203
|
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
1156
1204
|
# doing any work on the device, i.e., not just active foreground usage but also
|
1157
1205
|
# background work. Care must be taken not to aggregate this count further, as it
|
1158
|
-
# 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.
|
1159
1209
|
# Corresponds to the JSON property `metrics`
|
1160
1210
|
# @return [Array<String>]
|
1161
1211
|
attr_accessor :metrics
|
@@ -1245,8 +1295,8 @@ module Google
|
|
1245
1295
|
end
|
1246
1296
|
end
|
1247
1297
|
|
1248
|
-
# Request message for
|
1249
|
-
class
|
1298
|
+
# Request message for QuerySlowRenderingRateMetricSet.
|
1299
|
+
class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetRequest
|
1250
1300
|
include Google::Apis::Core::Hashable
|
1251
1301
|
|
1252
1302
|
# Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
|
@@ -1282,21 +1332,29 @@ module Google
|
|
1282
1332
|
# @return [String]
|
1283
1333
|
attr_accessor :filter
|
1284
1334
|
|
1285
|
-
# Metrics to aggregate. **Supported metrics:** * `
|
1286
|
-
# type.Decimal`): Percentage of distinct users in the aggregation period
|
1287
|
-
# had a
|
1288
|
-
#
|
1289
|
-
#
|
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
|
1290
1347
|
# weighted by the count of distinct users for the day. * `
|
1291
|
-
#
|
1292
|
-
# value of `
|
1293
|
-
# weighted by the count of distinct users for the day. * `
|
1294
|
-
# google.type.Decimal`): Count of distinct users in the
|
1295
|
-
# were used as normalization value for the `
|
1296
|
-
#
|
1297
|
-
#
|
1298
|
-
#
|
1299
|
-
# multiple
|
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.
|
1300
1358
|
# Corresponds to the JSON property `metrics`
|
1301
1359
|
# @return [Array<String>]
|
1302
1360
|
attr_accessor :metrics
|
@@ -1337,7 +1395,7 @@ module Google
|
|
1337
1395
|
# Android versions. This is the default. Supports all the above dimensions. * `
|
1338
1396
|
# APP_TESTERS` To select data from users who have opted in to be testers.
|
1339
1397
|
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
1340
|
-
#
|
1398
|
+
# Android versions only, excluding data from released Android versions. Only the
|
1341
1399
|
# following dimensions are supported: * `versionCode` (int64): version of the
|
1342
1400
|
# app that was running on the user's device. * `osBuild` (string): OS build of
|
1343
1401
|
# the user's device, e.g., "T1B2.220916.004".
|
@@ -1361,8 +1419,8 @@ module Google
|
|
1361
1419
|
end
|
1362
1420
|
end
|
1363
1421
|
|
1364
|
-
# Response message for
|
1365
|
-
class
|
1422
|
+
# Response message for QuerySlowRenderingRateMetricSet.
|
1423
|
+
class GooglePlayDeveloperReportingV1alpha1QuerySlowRenderingRateMetricSetResponse
|
1366
1424
|
include Google::Apis::Core::Hashable
|
1367
1425
|
|
1368
1426
|
# Continuation token to fetch the next page of data.
|
@@ -1386,47 +1444,329 @@ module Google
|
|
1386
1444
|
end
|
1387
1445
|
end
|
1388
1446
|
|
1389
|
-
#
|
1390
|
-
class
|
1447
|
+
# Request message for QuerySlowStartRateMetricSet.
|
1448
|
+
class GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetRequest
|
1391
1449
|
include Google::Apis::Core::Hashable
|
1392
1450
|
|
1393
|
-
#
|
1394
|
-
#
|
1395
|
-
#
|
1396
|
-
|
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
|
1397
1476
|
|
1398
|
-
#
|
1399
|
-
#
|
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`
|
1400
1481
|
# @return [String]
|
1401
|
-
attr_accessor :
|
1402
|
-
|
1403
|
-
def initialize(**args)
|
1404
|
-
update!(**args)
|
1405
|
-
end
|
1406
|
-
|
1407
|
-
# Update properties of this object
|
1408
|
-
def update!(**args)
|
1409
|
-
@error_issues = args[:error_issues] if args.key?(:error_issues)
|
1410
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1411
|
-
end
|
1412
|
-
end
|
1482
|
+
attr_accessor :filter
|
1413
1483
|
|
1414
|
-
|
1415
|
-
|
1416
|
-
|
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.
|
1498
|
+
# Corresponds to the JSON property `metrics`
|
1499
|
+
# @return [Array<String>]
|
1500
|
+
attr_accessor :metrics
|
1417
1501
|
|
1418
|
-
#
|
1419
|
-
#
|
1420
|
-
#
|
1421
|
-
|
1502
|
+
# Maximum size of the returned data. If unspecified, at most 1000 rows will be
|
1503
|
+
# returned. The maximum value is 100000; values above 100000 will be coerced to
|
1504
|
+
# 100000.
|
1505
|
+
# Corresponds to the JSON property `pageSize`
|
1506
|
+
# @return [Fixnum]
|
1507
|
+
attr_accessor :page_size
|
1422
1508
|
|
1423
|
-
#
|
1424
|
-
#
|
1509
|
+
# A page token, received from a previous call. Provide this to retrieve the
|
1510
|
+
# subsequent page. When paginating, all other parameters provided to the request
|
1511
|
+
# must match the call that provided the page token.
|
1512
|
+
# Corresponds to the JSON property `pageToken`
|
1425
1513
|
# @return [String]
|
1426
|
-
attr_accessor :
|
1514
|
+
attr_accessor :page_token
|
1427
1515
|
|
1428
|
-
|
1429
|
-
|
1516
|
+
# Specification of the time-related aggregation parameters of a timeline.
|
1517
|
+
# Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
|
1518
|
+
# how events are aggregated in metrics. The points in a timeline are defined by
|
1519
|
+
# the starting DateTime of the aggregation period. The duration is implicit in
|
1520
|
+
# the AggregationPeriod. Hourly aggregation periods, when supported by a metric
|
1521
|
+
# set, are always specified in UTC to avoid ambiguities around daylight saving
|
1522
|
+
# time transitions, where an hour is skipped when adopting DST, and repeated
|
1523
|
+
# when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
|
1524
|
+
# Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
|
1525
|
+
# or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
|
1526
|
+
# timezone which will determine the precise instants of the start and the end of
|
1527
|
+
# the day. Not all metric sets support all timezones, so make sure to check
|
1528
|
+
# which timezones are supported by the metric set you want to query.
|
1529
|
+
# Corresponds to the JSON property `timelineSpec`
|
1530
|
+
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
|
1531
|
+
attr_accessor :timeline_spec
|
1532
|
+
|
1533
|
+
# User view to select. The output data will correspond to the selected view. **
|
1534
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
1535
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
1536
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
1537
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
1538
|
+
# Android versions only, excluding data from released Android versions. Only the
|
1539
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
1540
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
1541
|
+
# the user's device, e.g., "T1B2.220916.004".
|
1542
|
+
# Corresponds to the JSON property `userCohort`
|
1543
|
+
# @return [String]
|
1544
|
+
attr_accessor :user_cohort
|
1545
|
+
|
1546
|
+
def initialize(**args)
|
1547
|
+
update!(**args)
|
1548
|
+
end
|
1549
|
+
|
1550
|
+
# Update properties of this object
|
1551
|
+
def update!(**args)
|
1552
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
1553
|
+
@filter = args[:filter] if args.key?(:filter)
|
1554
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
1555
|
+
@page_size = args[:page_size] if args.key?(:page_size)
|
1556
|
+
@page_token = args[:page_token] if args.key?(:page_token)
|
1557
|
+
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1558
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
1559
|
+
end
|
1560
|
+
end
|
1561
|
+
|
1562
|
+
# Response message for QuerySlowStartRateMetricSet.
|
1563
|
+
class GooglePlayDeveloperReportingV1alpha1QuerySlowStartRateMetricSetResponse
|
1564
|
+
include Google::Apis::Core::Hashable
|
1565
|
+
|
1566
|
+
# Continuation token to fetch the next page of data.
|
1567
|
+
# Corresponds to the JSON property `nextPageToken`
|
1568
|
+
# @return [String]
|
1569
|
+
attr_accessor :next_page_token
|
1570
|
+
|
1571
|
+
# Returned rows of data.
|
1572
|
+
# Corresponds to the JSON property `rows`
|
1573
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow>]
|
1574
|
+
attr_accessor :rows
|
1575
|
+
|
1576
|
+
def initialize(**args)
|
1577
|
+
update!(**args)
|
1578
|
+
end
|
1579
|
+
|
1580
|
+
# Update properties of this object
|
1581
|
+
def update!(**args)
|
1582
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1583
|
+
@rows = args[:rows] if args.key?(:rows)
|
1584
|
+
end
|
1585
|
+
end
|
1586
|
+
|
1587
|
+
# Request message for QueryStuckBackgroundWakelockRateMetricSet.
|
1588
|
+
class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetRequest
|
1589
|
+
include Google::Apis::Core::Hashable
|
1590
|
+
|
1591
|
+
# Dimensions to slice the data by. **Supported dimensions:** * `apiLevel` (
|
1592
|
+
# string): the API level of Android that was running on the user's device. * `
|
1593
|
+
# versionCode` (int64): version of the app that was running on the user's device.
|
1594
|
+
# * `deviceModel` (string): unique identifier of the user's device model. * `
|
1595
|
+
# deviceType` (string): the type (also known as form factor) of the user's
|
1596
|
+
# device. * `countryCode` (string): the country or region of the user's device
|
1597
|
+
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
1598
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
1599
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
1600
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
1601
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
1602
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
1603
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
1604
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1605
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1606
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1607
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1608
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1609
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1610
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1611
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1612
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1613
|
+
# Corresponds to the JSON property `dimensions`
|
1614
|
+
# @return [Array<String>]
|
1615
|
+
attr_accessor :dimensions
|
1616
|
+
|
1617
|
+
# Filters to apply to data. The filtering expression follows [AIP-160](https://
|
1618
|
+
# google.aip.dev/160) standard and supports filtering by equality of all
|
1619
|
+
# breakdown dimensions.
|
1620
|
+
# Corresponds to the JSON property `filter`
|
1621
|
+
# @return [String]
|
1622
|
+
attr_accessor :filter
|
1623
|
+
|
1624
|
+
# Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.
|
1625
|
+
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
1626
|
+
# had a wakelock held in the background for longer than 1 hour. * `
|
1627
|
+
# stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
1628
|
+
# value of `stuckBgWakelockRate` in the last 7 days. The daily values are
|
1629
|
+
# weighted by the count of distinct users for the day. * `
|
1630
|
+
# stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
1631
|
+
# value of `stuckBgWakelockRate` in the last 28 days. The daily values are
|
1632
|
+
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
1633
|
+
# google.type.Decimal`): Count of distinct users in the aggregation period that
|
1634
|
+
# were used as normalization value for the `stuckBgWakelockRate` metric. A user
|
1635
|
+
# is counted in this metric if they app was doing any work on the device, i.e.,
|
1636
|
+
# not just active foreground usage but also background work. Care must be taken
|
1637
|
+
# not to aggregate this count further, as it may result in users being counted
|
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.
|
1640
|
+
# Corresponds to the JSON property `metrics`
|
1641
|
+
# @return [Array<String>]
|
1642
|
+
attr_accessor :metrics
|
1643
|
+
|
1644
|
+
# Maximum size of the returned data. If unspecified, at most 1000 rows will be
|
1645
|
+
# returned. The maximum value is 100000; values above 100000 will be coerced to
|
1646
|
+
# 100000.
|
1647
|
+
# Corresponds to the JSON property `pageSize`
|
1648
|
+
# @return [Fixnum]
|
1649
|
+
attr_accessor :page_size
|
1650
|
+
|
1651
|
+
# A page token, received from a previous call. Provide this to retrieve the
|
1652
|
+
# subsequent page. When paginating, all other parameters provided to the request
|
1653
|
+
# must match the call that provided the page token.
|
1654
|
+
# Corresponds to the JSON property `pageToken`
|
1655
|
+
# @return [String]
|
1656
|
+
attr_accessor :page_token
|
1657
|
+
|
1658
|
+
# Specification of the time-related aggregation parameters of a timeline.
|
1659
|
+
# Timelines have an aggregation period (`DAILY`, `HOURLY`, etc) which defines
|
1660
|
+
# how events are aggregated in metrics. The points in a timeline are defined by
|
1661
|
+
# the starting DateTime of the aggregation period. The duration is implicit in
|
1662
|
+
# the AggregationPeriod. Hourly aggregation periods, when supported by a metric
|
1663
|
+
# set, are always specified in UTC to avoid ambiguities around daylight saving
|
1664
|
+
# time transitions, where an hour is skipped when adopting DST, and repeated
|
1665
|
+
# when abandoning DST. For example, the timestamp '2021-11-07 01:00:00 America/
|
1666
|
+
# Los_Angeles' is ambiguous since it can correspond to '2021-11-07 08:00:00 UTC'
|
1667
|
+
# or '2021-11-07 09:00:00 UTC'. Daily aggregation periods require specifying a
|
1668
|
+
# timezone which will determine the precise instants of the start and the end of
|
1669
|
+
# the day. Not all metric sets support all timezones, so make sure to check
|
1670
|
+
# which timezones are supported by the metric set you want to query.
|
1671
|
+
# Corresponds to the JSON property `timelineSpec`
|
1672
|
+
# @return [Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1TimelineSpec]
|
1673
|
+
attr_accessor :timeline_spec
|
1674
|
+
|
1675
|
+
# User view to select. The output data will correspond to the selected view. **
|
1676
|
+
# Supported values:** * `OS_PUBLIC` To select data from all publicly released
|
1677
|
+
# Android versions. This is the default. Supports all the above dimensions. * `
|
1678
|
+
# APP_TESTERS` To select data from users who have opted in to be testers.
|
1679
|
+
# Supports all the above dimensions. * `OS_BETA` To select data from beta
|
1680
|
+
# android versions only, excluding data from released android versions. Only the
|
1681
|
+
# following dimensions are supported: * `versionCode` (int64): version of the
|
1682
|
+
# app that was running on the user's device. * `osBuild` (string): OS build of
|
1683
|
+
# the user's device, e.g., "T1B2.220916.004".
|
1684
|
+
# Corresponds to the JSON property `userCohort`
|
1685
|
+
# @return [String]
|
1686
|
+
attr_accessor :user_cohort
|
1687
|
+
|
1688
|
+
def initialize(**args)
|
1689
|
+
update!(**args)
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
# Update properties of this object
|
1693
|
+
def update!(**args)
|
1694
|
+
@dimensions = args[:dimensions] if args.key?(:dimensions)
|
1695
|
+
@filter = args[:filter] if args.key?(:filter)
|
1696
|
+
@metrics = args[:metrics] if args.key?(:metrics)
|
1697
|
+
@page_size = args[:page_size] if args.key?(:page_size)
|
1698
|
+
@page_token = args[:page_token] if args.key?(:page_token)
|
1699
|
+
@timeline_spec = args[:timeline_spec] if args.key?(:timeline_spec)
|
1700
|
+
@user_cohort = args[:user_cohort] if args.key?(:user_cohort)
|
1701
|
+
end
|
1702
|
+
end
|
1703
|
+
|
1704
|
+
# Response message for QueryStuckBackgroundWakelockRateMetricSet.
|
1705
|
+
class GooglePlayDeveloperReportingV1alpha1QueryStuckBackgroundWakelockRateMetricSetResponse
|
1706
|
+
include Google::Apis::Core::Hashable
|
1707
|
+
|
1708
|
+
# Continuation token to fetch the next page of data.
|
1709
|
+
# Corresponds to the JSON property `nextPageToken`
|
1710
|
+
# @return [String]
|
1711
|
+
attr_accessor :next_page_token
|
1712
|
+
|
1713
|
+
# Returned rows of data.
|
1714
|
+
# Corresponds to the JSON property `rows`
|
1715
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1MetricsRow>]
|
1716
|
+
attr_accessor :rows
|
1717
|
+
|
1718
|
+
def initialize(**args)
|
1719
|
+
update!(**args)
|
1720
|
+
end
|
1721
|
+
|
1722
|
+
# Update properties of this object
|
1723
|
+
def update!(**args)
|
1724
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1725
|
+
@rows = args[:rows] if args.key?(:rows)
|
1726
|
+
end
|
1727
|
+
end
|
1728
|
+
|
1729
|
+
# Response with a paginated list of issues that matched the request.
|
1730
|
+
class GooglePlayDeveloperReportingV1alpha1SearchErrorIssuesResponse
|
1731
|
+
include Google::Apis::Core::Hashable
|
1732
|
+
|
1733
|
+
# ErrorIssues that were found.
|
1734
|
+
# Corresponds to the JSON property `errorIssues`
|
1735
|
+
# @return [Array<Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1ErrorIssue>]
|
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 GooglePlayDeveloperReportingV1alpha1SearchErrorReportsResponse
|
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::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1ErrorReport>]
|
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)
|
1430
1770
|
end
|
1431
1771
|
|
1432
1772
|
# Update properties of this object
|
@@ -1436,6 +1776,157 @@ module Google
|
|
1436
1776
|
end
|
1437
1777
|
end
|
1438
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 GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet
|
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::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
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 GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet
|
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::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1FreshnessInfo]
|
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
|
+
|
1439
1930
|
# Singleton resource representing the set of Stuck Background Wakelocks metrics.
|
1440
1931
|
# This metric set contains PowerManager wakelock duration data combined with
|
1441
1932
|
# process state data to produce a normalized metric independent of user counts. *
|
@@ -1455,29 +1946,31 @@ module Google
|
|
1455
1946
|
# is counted in this metric if their app was doing any work on the device, i.e.,
|
1456
1947
|
# not just active foreground usage but also background work. Care must be taken
|
1457
1948
|
# not to aggregate this count further, as it may result in users being counted
|
1458
|
-
# multiple times.
|
1459
|
-
#
|
1460
|
-
#
|
1461
|
-
#
|
1462
|
-
#
|
1463
|
-
#
|
1464
|
-
#
|
1465
|
-
#
|
1466
|
-
# . * `
|
1467
|
-
# ,
|
1468
|
-
#
|
1469
|
-
#
|
1470
|
-
#
|
1471
|
-
#
|
1472
|
-
# of the device's CPU, e.g.,
|
1473
|
-
# device's
|
1474
|
-
#
|
1475
|
-
#
|
1476
|
-
#
|
1477
|
-
#
|
1478
|
-
#
|
1479
|
-
#
|
1480
|
-
#
|
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.
|
1481
1974
|
class GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
|
1482
1975
|
include Google::Apis::Core::Hashable
|
1483
1976
|
|