google-apis-playdeveloperreporting_v1beta1 0.14.0 → 0.16.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 067d606f3a4df50278895925e5e6404fbc6b9c3c55e0ef9ae2236a69aa9552cd
|
4
|
+
data.tar.gz: cccabee319e4e11353e6dad306a8c1d5b5d6ce4466ef09c403282f5a95953a2f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3585e316b3cca6e4e291d797a708922a209ad7d7bb134e237d9b3780d28163edd1419f1fa8fddc56a53edd38de2d09cdcdf0342e6f2350a63cc578b4503f77e
|
7
|
+
data.tar.gz: 10c5283b7ac267c26f94bcfbe6be5d689359e8b835e2c8a6973a2692069b5e24e05673e73a448ba1815086c28b111a447e34b9914079562f866787b6b18bb399
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1beta1
|
2
2
|
|
3
|
+
### v0.16.0 (2023-04-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230425
|
6
|
+
|
7
|
+
### v0.15.0 (2023-04-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230329
|
10
|
+
|
3
11
|
### v0.14.0 (2023-03-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230323
|
@@ -93,53 +93,57 @@ module Google
|
|
93
93
|
# produce a normalized metric independent of user counts. **Supported
|
94
94
|
# aggregation periods:** * DAILY: metrics are aggregated in calendar date
|
95
95
|
# intervals. Due to historical constraints, the only supported timezone is `
|
96
|
-
# America/Los_Angeles`.
|
97
|
-
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
#
|
101
|
-
#
|
102
|
-
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
#
|
110
|
-
#
|
111
|
-
#
|
112
|
-
# google.type.Decimal`):
|
113
|
-
#
|
114
|
-
#
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
118
|
-
#
|
119
|
-
#
|
120
|
-
#
|
121
|
-
#
|
122
|
-
#
|
123
|
-
#
|
124
|
-
#
|
125
|
-
# . * `
|
126
|
-
# ,
|
127
|
-
#
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
131
|
-
# of the device's
|
132
|
-
#
|
133
|
-
#
|
134
|
-
#
|
135
|
-
# "
|
136
|
-
#
|
137
|
-
#
|
138
|
-
#
|
139
|
-
#
|
140
|
-
#
|
141
|
-
#
|
142
|
-
#
|
96
|
+
# America/Los_Angeles`. * HOURLY: metrics are aggregated in hourly intervals.
|
97
|
+
# The default and only supported timezone is `UTC`. **Supported metrics:** * `
|
98
|
+
# anrRate` (`google.type.Decimal`): Percentage of distinct users in the
|
99
|
+
# aggregation period that experienced at least one ANR. * `anrRate7dUserWeighted`
|
100
|
+
# (`google.type.Decimal`): Rolling average value of `anrRate` in the last 7
|
101
|
+
# days. The daily values are weighted by the count of distinct users for the day.
|
102
|
+
# Not supported in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.
|
103
|
+
# Decimal`): Rolling average value of `anrRate` in the last 28 days. The daily
|
104
|
+
# values are weighted by the count of distinct users for the day. Not supported
|
105
|
+
# in HOURLY granularity. * `userPerceivedAnrRate` (`google.type.Decimal`):
|
106
|
+
# Percentage of distinct users in the aggregation period that experienced at
|
107
|
+
# least one user-perceived ANR. User-perceived ANRs are currently those of '
|
108
|
+
# Input dispatching' type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.
|
109
|
+
# Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 7 days.
|
110
|
+
# The daily values are weighted by the count of distinct users for the day. Not
|
111
|
+
# supported in HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`
|
112
|
+
# google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in the
|
113
|
+
# last 28 days. The daily values are weighted by the count of distinct users for
|
114
|
+
# the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in
|
115
|
+
# the aggregation period that were used as normalization value for the `anrRate`
|
116
|
+
# and `userPerceivedAnrRate` metrics. A user is counted in this metric if they
|
117
|
+
# used the app in the foreground during the aggregation period. Care must be
|
118
|
+
# taken not to aggregate this count further, as it may result in users being
|
119
|
+
# counted multiple times. The value is rounded to the nearest multiple of 10,
|
120
|
+
# 100, 1,000 or 1,000,000, depending on the magnitude of the value. **Supported
|
121
|
+
# dimensions:** * `apiLevel` (string): the API level of Android that was running
|
122
|
+
# on the user's device. * `versionCode` (int64): version of the app that was
|
123
|
+
# running on the user's device. * `deviceModel` (string): unique identifier of
|
124
|
+
# the user's device model. * `deviceType` (string): the type (also known as form
|
125
|
+
# factor) of the user's device. * `countryCode` (string): the country or region
|
126
|
+
# of the user's device based on their IP address, represented as a 2-letter ISO-
|
127
|
+
# 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
|
128
|
+
# the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
|
129
|
+
# Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
|
130
|
+
# /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
|
131
|
+
# deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
|
132
|
+
# Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
|
133
|
+
# Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
|
134
|
+
# Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
|
135
|
+
# 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
136
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
137
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
138
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
139
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
140
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
141
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
142
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
143
|
+
# _View app information (read-only)_ permission for the app. **Related metric
|
144
|
+
# sets:** * vitals.errors contains unnormalized version (absolute counts) of
|
145
|
+
# crashes. * vitals.errors contains normalized metrics about crashes, another
|
146
|
+
# stability metric.
|
143
147
|
class GooglePlayDeveloperReportingV1beta1AnrRateMetricSet
|
144
148
|
include Google::Apis::Core::Hashable
|
145
149
|
|
@@ -171,46 +175,50 @@ module Google
|
|
171
175
|
# contains crashes data combined with usage data to produce a normalized metric
|
172
176
|
# independent of user counts. **Supported aggregation periods:** * DAILY:
|
173
177
|
# metrics are aggregated in calendar date intervals. Due to historical
|
174
|
-
# constraints, the only supported timezone is `America/Los_Angeles`.
|
175
|
-
# metrics
|
176
|
-
#
|
177
|
-
#
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
181
|
-
#
|
182
|
-
#
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
#
|
189
|
-
#
|
190
|
-
#
|
191
|
-
#
|
192
|
-
#
|
193
|
-
#
|
194
|
-
#
|
195
|
-
#
|
196
|
-
#
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
200
|
-
#
|
201
|
-
#
|
202
|
-
#
|
203
|
-
#
|
204
|
-
# s device
|
205
|
-
#
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
209
|
-
#
|
210
|
-
#
|
211
|
-
#
|
212
|
-
#
|
213
|
-
#
|
178
|
+
# constraints, the only supported timezone is `America/Los_Angeles`. * HOURLY:
|
179
|
+
# metrics are aggregated in hourly intervals. The default and only supported
|
180
|
+
# timezone is `UTC`. **Supported metrics:** * `crashRate` (`google.type.Decimal`)
|
181
|
+
# : Percentage of distinct users in the aggregation period that experienced at
|
182
|
+
# least one crash. * `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
183
|
+
# average value of `crashRate` in the last 7 days. The daily values are weighted
|
184
|
+
# by the count of distinct users for the day. Not supported in HOURLY
|
185
|
+
# granularity. * `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling
|
186
|
+
# average value of `crashRate` in the last 28 days. The daily values are
|
187
|
+
# weighted by the count of distinct users for the day. Not supported in HOURLY
|
188
|
+
# granularity. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of
|
189
|
+
# distinct users in the aggregation period that experienced at least one crash
|
190
|
+
# while they were actively using your app (a user-perceived crash). An app is
|
191
|
+
# considered to be in active use if it is displaying any activity or executing
|
192
|
+
# any foreground service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.
|
193
|
+
# Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7
|
194
|
+
# days. The daily values are weighted by the count of distinct users for the day.
|
195
|
+
# Not supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted`
|
196
|
+
# (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
|
197
|
+
# the last 28 days. The daily values are weighted by the count of distinct users
|
198
|
+
# for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
|
199
|
+
# type.Decimal`): Count of distinct users in the aggregation period that were
|
200
|
+
# used as normalization value for the `crashRate` and `userPerceivedCrashRate`
|
201
|
+
# metrics. A user is counted in this metric if they used the app actively during
|
202
|
+
# the aggregation period. An app is considered to be in active use if it is
|
203
|
+
# displaying any activity or executing any foreground service. Care must be
|
204
|
+
# taken not to aggregate this count further, as it may result in users being
|
205
|
+
# counted multiple times. The value is rounded to the nearest multiple of 10,
|
206
|
+
# 100, 1,000 or 1,000,000, depending on the magnitude of the value. **Supported
|
207
|
+
# dimensions:** * `apiLevel` (string): the API level of Android that was running
|
208
|
+
# on the user's device. * `versionCode` (int64): version of the app that was
|
209
|
+
# running on the user's device. * `deviceModel` (string): unique identifier of
|
210
|
+
# the user's device model. * `deviceType` (string): the type (also known as form
|
211
|
+
# factor) of the user's device. * `countryCode` (string): the country or region
|
212
|
+
# of the user's device based on their IP address, represented as a 2-letter ISO-
|
213
|
+
# 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
|
214
|
+
# the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
|
215
|
+
# Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
|
216
|
+
# /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
|
217
|
+
# deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
|
218
|
+
# Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
|
219
|
+
# Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
|
220
|
+
# Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
|
221
|
+
# 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
214
222
|
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
215
223
|
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
216
224
|
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
@@ -249,6 +257,39 @@ module Google
|
|
249
257
|
end
|
250
258
|
end
|
251
259
|
|
260
|
+
# Represents the confidence interval of a metric.
|
261
|
+
class GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval
|
262
|
+
include Google::Apis::Core::Hashable
|
263
|
+
|
264
|
+
# A representation of a decimal value, such as 2.5. Clients may convert values
|
265
|
+
# into language-native decimal formats, such as Java's BigDecimal or Python's
|
266
|
+
# decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
|
267
|
+
# api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
|
268
|
+
# org/3/library/decimal.html
|
269
|
+
# Corresponds to the JSON property `lowerBound`
|
270
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
271
|
+
attr_accessor :lower_bound
|
272
|
+
|
273
|
+
# A representation of a decimal value, such as 2.5. Clients may convert values
|
274
|
+
# into language-native decimal formats, such as Java's BigDecimal or Python's
|
275
|
+
# decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
|
276
|
+
# api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
|
277
|
+
# org/3/library/decimal.html
|
278
|
+
# Corresponds to the JSON property `upperBound`
|
279
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
280
|
+
attr_accessor :upper_bound
|
281
|
+
|
282
|
+
def initialize(**args)
|
283
|
+
update!(**args)
|
284
|
+
end
|
285
|
+
|
286
|
+
# Update properties of this object
|
287
|
+
def update!(**args)
|
288
|
+
@lower_bound = args[:lower_bound] if args.key?(:lower_bound)
|
289
|
+
@upper_bound = args[:upper_bound] if args.key?(:upper_bound)
|
290
|
+
end
|
291
|
+
end
|
292
|
+
|
252
293
|
# Represents the value of a single dimension.
|
253
294
|
class GooglePlayDeveloperReportingV1beta1DimensionValue
|
254
295
|
include Google::Apis::Core::Hashable
|
@@ -298,19 +339,20 @@ module Google
|
|
298
339
|
# individual error reports that have been received for an app. * `distinctUsers`
|
299
340
|
# (`google.type.Decimal`): Count of distinct users for which reports have been
|
300
341
|
# 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
|
-
#
|
342
|
+
# result in users being counted multiple times. This value is not rounded,
|
343
|
+
# however it may be an approximation. **Required dimension:** This dimension
|
344
|
+
# must be always specified in all requests in the `dimensions` field in query
|
345
|
+
# requests. * `reportType` (string): the type of error. The value should
|
346
|
+
# correspond to one of the possible values in ErrorType. **Supported dimensions:*
|
347
|
+
# * * `apiLevel` (string): the API level of Android that was running on the user'
|
348
|
+
# s device. * `versionCode` (int64): version of the app that was running on the
|
349
|
+
# user's device. * `deviceModel` (string): unique identifier of the user's
|
350
|
+
# device model. * `deviceType` (string): identifier of the device's form factor,
|
351
|
+
# e.g., PHONE. * `issueId` (string): the id an error was assigned to. The value
|
352
|
+
# should correspond to the ``issue`` component of the issue name. * `
|
353
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
354
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
355
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
314
356
|
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
315
357
|
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
316
358
|
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
@@ -472,30 +514,31 @@ module Google
|
|
472
514
|
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
473
515
|
# doing any work on the device, i.e., not just active foreground usage but also
|
474
516
|
# 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
|
-
#
|
517
|
+
# may result in users being counted multiple times. The value is rounded to the
|
518
|
+
# nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
|
519
|
+
# the value. **Supported dimensions:** * `apiLevel` (string): the API level of
|
520
|
+
# Android that was running on the user's device. * `versionCode` (int64):
|
521
|
+
# version of the app that was running on the user's device. * `deviceModel` (
|
522
|
+
# string): unique identifier of the user's device model. * `deviceType` (string):
|
523
|
+
# the type (also known as form factor) of the user's device. * `countryCode` (
|
524
|
+
# string): the country or region of the user's device based on their IP address,
|
525
|
+
# represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
526
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
527
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
528
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
529
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
530
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
531
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
532
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
533
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
534
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
535
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
536
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
537
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
538
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
539
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
540
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
541
|
+
# user needs the _View app information (read-only)_ permission for the app.
|
499
542
|
class GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet
|
500
543
|
include Google::Apis::Core::Hashable
|
501
544
|
|
@@ -622,6 +665,11 @@ module Google
|
|
622
665
|
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
|
623
666
|
attr_accessor :decimal_value
|
624
667
|
|
668
|
+
# Represents the confidence interval of a metric.
|
669
|
+
# Corresponds to the JSON property `decimalValueConfidenceInterval`
|
670
|
+
# @return [Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval]
|
671
|
+
attr_accessor :decimal_value_confidence_interval
|
672
|
+
|
625
673
|
# Name of the metric.
|
626
674
|
# Corresponds to the JSON property `metric`
|
627
675
|
# @return [String]
|
@@ -634,6 +682,7 @@ module Google
|
|
634
682
|
# Update properties of this object
|
635
683
|
def update!(**args)
|
636
684
|
@decimal_value = args[:decimal_value] if args.key?(:decimal_value)
|
685
|
+
@decimal_value_confidence_interval = args[:decimal_value_confidence_interval] if args.key?(:decimal_value_confidence_interval)
|
637
686
|
@metric = args[:metric] if args.key?(:metric)
|
638
687
|
end
|
639
688
|
end
|
@@ -729,23 +778,27 @@ module Google
|
|
729
778
|
# ): Percentage of distinct users in the aggregation period that experienced at
|
730
779
|
# least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
731
780
|
# average value of `anrRate` in the last 7 days. The daily values are weighted
|
732
|
-
# by the count of distinct users for the day.
|
733
|
-
# google.type.Decimal`): Rolling
|
734
|
-
#
|
735
|
-
#
|
736
|
-
#
|
737
|
-
#
|
738
|
-
#
|
739
|
-
#
|
740
|
-
#
|
741
|
-
#
|
742
|
-
#
|
743
|
-
#
|
744
|
-
#
|
745
|
-
#
|
746
|
-
#
|
747
|
-
#
|
748
|
-
# this
|
781
|
+
# by the count of distinct users for the day. Not supported in HOURLY
|
782
|
+
# granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling
|
783
|
+
# average value of `anrRate` in the last 28 days. The daily values are weighted
|
784
|
+
# by the count of distinct users for the day. Not supported in HOURLY
|
785
|
+
# granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of
|
786
|
+
# distinct users in the aggregation period that experienced at least one user-
|
787
|
+
# perceived ANR. User-perceived ANRs are currently those of 'Input dispatching'
|
788
|
+
# type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
789
|
+
# average value of `userPerceivedAnrRate` in the last 7 days. The daily values
|
790
|
+
# are weighted by the count of distinct users for the day. Not supported in
|
791
|
+
# HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.
|
792
|
+
# Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days.
|
793
|
+
# The daily values are weighted by the count of distinct users for the day. Not
|
794
|
+
# . supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`):
|
795
|
+
# Count of distinct users in the aggregation period that were used as
|
796
|
+
# normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A
|
797
|
+
# user is counted in this metric if they used the app in the foreground during
|
798
|
+
# the aggregation period. Care must be taken not to aggregate this count further,
|
799
|
+
# as it may result in users being counted multiple times. The value is rounded
|
800
|
+
# to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
|
801
|
+
# magnitude of the value.
|
749
802
|
# Corresponds to the JSON property `metrics`
|
750
803
|
# @return [Array<String>]
|
751
804
|
attr_accessor :metrics
|
@@ -879,24 +932,26 @@ module Google
|
|
879
932
|
# values are weighted by the count of distinct users for the day. * `
|
880
933
|
# crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `
|
881
934
|
# crashRate` in the last 28 days. The daily values are weighted by the count of
|
882
|
-
# distinct users for the day.
|
883
|
-
# Percentage of distinct users
|
884
|
-
# least one crash while they were
|
885
|
-
# crash). An app is considered to be
|
886
|
-
# activity or executing any foreground
|
887
|
-
# userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
|
888
|
-
# value of `userPerceivedCrashRate` in the last 7 days. The
|
889
|
-
# weighted by the count of distinct users for the day.
|
890
|
-
# userPerceivedCrashRate28dUserWeighted` (`
|
891
|
-
# average value of `userPerceivedCrashRate` in
|
892
|
-
# values are weighted by the count of distinct users
|
893
|
-
#
|
894
|
-
#
|
895
|
-
#
|
896
|
-
#
|
897
|
-
# be in active use if it is
|
898
|
-
#
|
899
|
-
# result in users being
|
935
|
+
# distinct users for the day. Not supported in HOURLY granularity. * `
|
936
|
+
# userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users
|
937
|
+
# in the aggregation period that experienced at least one crash while they were
|
938
|
+
# actively using your app (a user-perceived crash). An app is considered to be
|
939
|
+
# in active use if it is displaying any activity or executing any foreground
|
940
|
+
# service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
|
941
|
+
# Rolling average value of `userPerceivedCrashRate` in the last 7 days. The
|
942
|
+
# daily values are weighted by the count of distinct users for the day. Not
|
943
|
+
# supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted` (`
|
944
|
+
# google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
|
945
|
+
# the last 28 days. The daily values are weighted by the count of distinct users
|
946
|
+
# for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
|
947
|
+
# type.Decimal`): Count of distinct users in the aggregation period that were
|
948
|
+
# used as normalization value for the `crashRate` and `userPerceivedCrashRate`
|
949
|
+
# metrics. A user is counted in this metric if they used the app actively during
|
950
|
+
# the aggregation period. An app is considered to be in active use if it is
|
951
|
+
# displaying any activity or executing any foreground service. Care must be
|
952
|
+
# taken not to aggregate this count further, as it may result in users being
|
953
|
+
# counted multiple times. The value is rounded to the nearest multiple of 10,
|
954
|
+
# 100, 1,000 or 1,000,000, depending on the magnitude of the value.
|
900
955
|
# Corresponds to the JSON property `metrics`
|
901
956
|
# @return [Array<String>]
|
902
957
|
attr_accessor :metrics
|
@@ -1029,7 +1084,7 @@ module Google
|
|
1029
1084
|
# received for an app. * `distinctUsers` (`google.type.Decimal`): Count of
|
1030
1085
|
# distinct users for which reports have been received. Care must be taken not to
|
1031
1086
|
# aggregate this count further, as it may result in users being counted multiple
|
1032
|
-
# times.
|
1087
|
+
# times. This value is not rounded, however it may be an approximation.
|
1033
1088
|
# Corresponds to the JSON property `metrics`
|
1034
1089
|
# @return [Array<String>]
|
1035
1090
|
attr_accessor :metrics
|
@@ -1155,7 +1210,9 @@ module Google
|
|
1155
1210
|
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
1156
1211
|
# doing any work on the device, i.e., not just active foreground usage but also
|
1157
1212
|
# background work. Care must be taken not to aggregate this count further, as it
|
1158
|
-
# may result in users being counted multiple times.
|
1213
|
+
# may result in users being counted multiple times. The value is rounded to the
|
1214
|
+
# nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
|
1215
|
+
# the value.
|
1159
1216
|
# Corresponds to the JSON property `metrics`
|
1160
1217
|
# @return [Array<String>]
|
1161
1218
|
attr_accessor :metrics
|
@@ -1303,7 +1360,8 @@ module Google
|
|
1303
1360
|
# slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in
|
1304
1361
|
# this metric if their app was launched in the device. Care must be taken not to
|
1305
1362
|
# aggregate this count further, as it may result in users being counted multiple
|
1306
|
-
# times.
|
1363
|
+
# times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,
|
1364
|
+
# 000, depending on the magnitude of the value.
|
1307
1365
|
# Corresponds to the JSON property `metrics`
|
1308
1366
|
# @return [Array<String>]
|
1309
1367
|
attr_accessor :metrics
|
@@ -1442,7 +1500,8 @@ module Google
|
|
1442
1500
|
# normalization value for the `slowStartRate` metric. A user is counted in this
|
1443
1501
|
# metric if their app was launched in the device. Care must be taken not to
|
1444
1502
|
# aggregate this count further, as it may result in users being counted multiple
|
1445
|
-
# times.
|
1503
|
+
# times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,
|
1504
|
+
# 000, depending on the magnitude of the value.
|
1446
1505
|
# Corresponds to the JSON property `metrics`
|
1447
1506
|
# @return [Array<String>]
|
1448
1507
|
attr_accessor :metrics
|
@@ -1583,7 +1642,8 @@ module Google
|
|
1583
1642
|
# is counted in this metric if they app was doing any work on the device, i.e.,
|
1584
1643
|
# not just active foreground usage but also background work. Care must be taken
|
1585
1644
|
# not to aggregate this count further, as it may result in users being counted
|
1586
|
-
# multiple times.
|
1645
|
+
# multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
|
1646
|
+
# or 1,000,000, depending on the magnitude of the value.
|
1587
1647
|
# Corresponds to the JSON property `metrics`
|
1588
1648
|
# @return [Array<String>]
|
1589
1649
|
attr_accessor :metrics
|
@@ -1752,29 +1812,31 @@ module Google
|
|
1752
1812
|
# slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in
|
1753
1813
|
# this metric if their app rendered any frames. Care must be taken not to
|
1754
1814
|
# aggregate this count further, as it may result in users being counted multiple
|
1755
|
-
# times.
|
1756
|
-
#
|
1757
|
-
#
|
1758
|
-
#
|
1759
|
-
#
|
1760
|
-
#
|
1761
|
-
#
|
1762
|
-
#
|
1763
|
-
# . * `
|
1764
|
-
# ,
|
1765
|
-
#
|
1766
|
-
#
|
1767
|
-
#
|
1768
|
-
#
|
1769
|
-
# of the device's CPU, e.g.,
|
1770
|
-
# device's
|
1771
|
-
#
|
1772
|
-
#
|
1773
|
-
#
|
1774
|
-
#
|
1775
|
-
#
|
1776
|
-
#
|
1777
|
-
#
|
1815
|
+
# times. The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,
|
1816
|
+
# 000, depending on the magnitude of the value. **Supported dimensions:** * `
|
1817
|
+
# apiLevel` (string): the API level of Android that was running on the user's
|
1818
|
+
# device. * `versionCode` (int64): version of the app that was running on the
|
1819
|
+
# user's device. * `deviceModel` (string): unique identifier of the user's
|
1820
|
+
# device model. * `deviceType` (string): the type (also known as form factor) of
|
1821
|
+
# the user's device. * `countryCode` (string): the country or region of the user'
|
1822
|
+
# s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
|
1823
|
+
# g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
|
1824
|
+
# in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
|
1825
|
+
# device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
|
1826
|
+
# android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
|
1827
|
+
# string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
|
1828
|
+
# Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
|
1829
|
+
# * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1830
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1831
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1832
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1833
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1834
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1835
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1836
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1837
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1838
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
1839
|
+
# _View app information (read-only)_ permission for the app.
|
1778
1840
|
class GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet
|
1779
1841
|
include Google::Apis::Core::Hashable
|
1780
1842
|
|
@@ -1817,33 +1879,34 @@ module Google
|
|
1817
1879
|
# aggregation period that were used as normalization value for the `
|
1818
1880
|
# slowStartRate` metric. A user is counted in this metric if their app was
|
1819
1881
|
# launched in the device. Care must be taken not to aggregate this count further,
|
1820
|
-
# as it may result in users being counted multiple times.
|
1821
|
-
#
|
1822
|
-
#
|
1823
|
-
#
|
1824
|
-
#
|
1825
|
-
#
|
1826
|
-
#
|
1827
|
-
#
|
1828
|
-
# device. * `
|
1829
|
-
#
|
1830
|
-
#
|
1831
|
-
#
|
1832
|
-
#
|
1833
|
-
#
|
1834
|
-
#
|
1835
|
-
#
|
1836
|
-
#
|
1837
|
-
#
|
1838
|
-
#
|
1839
|
-
#
|
1840
|
-
#
|
1841
|
-
#
|
1842
|
-
# `
|
1843
|
-
# * `
|
1844
|
-
# * `
|
1845
|
-
#
|
1846
|
-
#
|
1882
|
+
# as it may result in users being counted multiple times. The value is rounded
|
1883
|
+
# to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
|
1884
|
+
# magnitude of the value. **Required dimension:** This dimension must be
|
1885
|
+
# specified with each request for the request to be valid. * `startType` (string)
|
1886
|
+
# : the type of start that was measured. Valid types are `HOT`, `WARM` and `COLD`
|
1887
|
+
# . **Supported dimensions:** * `apiLevel` (string): the API level of Android
|
1888
|
+
# that was running on the user's device. * `versionCode` (int64): version of the
|
1889
|
+
# app that was running on the user's device. * `deviceModel` (string): unique
|
1890
|
+
# identifier of the user's device model. * `deviceType` (string): the type (also
|
1891
|
+
# known as form factor) of the user's device. * `countryCode` (string): the
|
1892
|
+
# country or region of the user's device based on their IP address, represented
|
1893
|
+
# as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
1894
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
1895
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
1896
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
1897
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
1898
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
1899
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
1900
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
1901
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
1902
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
1903
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
1904
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
1905
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
1906
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
1907
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
1908
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
1909
|
+
# user needs the _View app information (read-only)_ permission for the app.
|
1847
1910
|
class GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet
|
1848
1911
|
include Google::Apis::Core::Hashable
|
1849
1912
|
|
@@ -1890,29 +1953,31 @@ module Google
|
|
1890
1953
|
# is counted in this metric if their app was doing any work on the device, i.e.,
|
1891
1954
|
# not just active foreground usage but also background work. Care must be taken
|
1892
1955
|
# not to aggregate this count further, as it may result in users being counted
|
1893
|
-
# multiple times.
|
1894
|
-
#
|
1895
|
-
#
|
1896
|
-
#
|
1897
|
-
#
|
1898
|
-
#
|
1899
|
-
#
|
1900
|
-
#
|
1901
|
-
# . * `
|
1902
|
-
# ,
|
1903
|
-
#
|
1904
|
-
#
|
1905
|
-
#
|
1906
|
-
#
|
1907
|
-
# of the device's CPU, e.g.,
|
1908
|
-
# device's
|
1909
|
-
#
|
1910
|
-
#
|
1911
|
-
#
|
1912
|
-
#
|
1913
|
-
#
|
1914
|
-
#
|
1915
|
-
#
|
1956
|
+
# multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
|
1957
|
+
# or 1,000,000, depending on the magnitude of the value. **Supported dimensions:*
|
1958
|
+
# * * `apiLevel` (string): the API level of Android that was running on the user'
|
1959
|
+
# s device. * `versionCode` (int64): version of the app that was running on the
|
1960
|
+
# user's device. * `deviceModel` (string): unique identifier of the user's
|
1961
|
+
# device model. * `deviceType` (string): the type (also known as form factor) of
|
1962
|
+
# the user's device. * `countryCode` (string): the country or region of the user'
|
1963
|
+
# s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
|
1964
|
+
# g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
|
1965
|
+
# in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
|
1966
|
+
# device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
|
1967
|
+
# android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
|
1968
|
+
# string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
|
1969
|
+
# Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
|
1970
|
+
# * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
1971
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
1972
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
1973
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
1974
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
1975
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
1976
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
1977
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
1978
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
1979
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
1980
|
+
# _View app information (read-only)_ permission for the app.
|
1916
1981
|
class GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet
|
1917
1982
|
include Google::Apis::Core::Hashable
|
1918
1983
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PlaydeveloperreportingV1beta1
|
18
18
|
# Version of the google-apis-playdeveloperreporting_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.16.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230425"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,12 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class GooglePlayDeveloperReportingV1beta1DimensionValue
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
@@ -270,6 +276,16 @@ module Google
|
|
270
276
|
end
|
271
277
|
end
|
272
278
|
|
279
|
+
class GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval
|
280
|
+
# @private
|
281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
282
|
+
property :lower_bound, as: 'lowerBound', class: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal::Representation
|
283
|
+
|
284
|
+
property :upper_bound, as: 'upperBound', class: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal::Representation
|
285
|
+
|
286
|
+
end
|
287
|
+
end
|
288
|
+
|
273
289
|
class GooglePlayDeveloperReportingV1beta1DimensionValue
|
274
290
|
# @private
|
275
291
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -349,6 +365,8 @@ module Google
|
|
349
365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
350
366
|
property :decimal_value, as: 'decimalValue', class: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal::Representation
|
351
367
|
|
368
|
+
property :decimal_value_confidence_interval, as: 'decimalValueConfidenceInterval', class: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval, decorator: Google::Apis::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval::Representation
|
369
|
+
|
352
370
|
property :metric, as: 'metric'
|
353
371
|
end
|
354
372
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-playdeveloperreporting_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.16.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-04-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.16.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|