google-apis-playdeveloperreporting_v1alpha1 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 224c4eb478bcc4d80d68294a4c4ac4a390eb871b1b0840773e427faf7d2c6d4b
|
|
4
|
+
data.tar.gz: e1643ec84a2310d9103969a5592d192c8e996e3f73d7ba39fa483ff8fb4cdea2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8285dc4d5de53e830266330d181ae6331c5a65c2dcac1a0cfc788f9d702d21ed62cb7c8ed61a537ab9e668bfc18ad30ba33d013a242dd7703df8297e455bb6e9
|
|
7
|
+
data.tar.gz: 24ad57200ffb6022da77f9e06eab7a12870deae8b43a960fe49c538761c22174e9575134b5d6c87e2b4209e06b9fdc68e241a1987c7c6920e62537ba53717e48
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
@@ -1303,7 +1353,8 @@ module Google
|
|
|
1303
1353
|
# slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in
|
|
1304
1354
|
# this metric if their app was launched in the device. Care must be taken not to
|
|
1305
1355
|
# aggregate this count further, as it may result in users being counted multiple
|
|
1306
|
-
# times.
|
|
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.
|
|
1307
1358
|
# Corresponds to the JSON property `metrics`
|
|
1308
1359
|
# @return [Array<String>]
|
|
1309
1360
|
attr_accessor :metrics
|
|
@@ -1442,7 +1493,8 @@ module Google
|
|
|
1442
1493
|
# normalization value for the `slowStartRate` metric. A user is counted in this
|
|
1443
1494
|
# metric if their app was launched in the device. Care must be taken not to
|
|
1444
1495
|
# aggregate this count further, as it may result in users being counted multiple
|
|
1445
|
-
# times.
|
|
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.
|
|
1446
1498
|
# Corresponds to the JSON property `metrics`
|
|
1447
1499
|
# @return [Array<String>]
|
|
1448
1500
|
attr_accessor :metrics
|
|
@@ -1583,7 +1635,8 @@ module Google
|
|
|
1583
1635
|
# is counted in this metric if they app was doing any work on the device, i.e.,
|
|
1584
1636
|
# not just active foreground usage but also background work. Care must be taken
|
|
1585
1637
|
# not to aggregate this count further, as it may result in users being counted
|
|
1586
|
-
# multiple times.
|
|
1638
|
+
# multiple times. The value is rounded to the nearest multiple of 10, 100, 1,000
|
|
1639
|
+
# or 1,000,000, depending on the magnitude of the value.
|
|
1587
1640
|
# Corresponds to the JSON property `metrics`
|
|
1588
1641
|
# @return [Array<String>]
|
|
1589
1642
|
attr_accessor :metrics
|
|
@@ -1752,29 +1805,31 @@ module Google
|
|
|
1752
1805
|
# slowRenderingRate20Fps`/`slowRenderingRate30Fps` metric. A user is counted in
|
|
1753
1806
|
# this metric if their app rendered any frames. Care must be taken not to
|
|
1754
1807
|
# 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
|
-
#
|
|
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.
|
|
1778
1833
|
class GooglePlayDeveloperReportingV1alpha1SlowRenderingRateMetricSet
|
|
1779
1834
|
include Google::Apis::Core::Hashable
|
|
1780
1835
|
|
|
@@ -1817,33 +1872,34 @@ module Google
|
|
|
1817
1872
|
# aggregation period that were used as normalization value for the `
|
|
1818
1873
|
# slowStartRate` metric. A user is counted in this metric if their app was
|
|
1819
1874
|
# 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
|
-
#
|
|
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.
|
|
1847
1903
|
class GooglePlayDeveloperReportingV1alpha1SlowStartRateMetricSet
|
|
1848
1904
|
include Google::Apis::Core::Hashable
|
|
1849
1905
|
|
|
@@ -1890,29 +1946,31 @@ module Google
|
|
|
1890
1946
|
# is counted in this metric if their app was doing any work on the device, i.e.,
|
|
1891
1947
|
# not just active foreground usage but also background work. Care must be taken
|
|
1892
1948
|
# 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
|
-
#
|
|
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.
|
|
1916
1974
|
class GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
|
|
1917
1975
|
include Google::Apis::Core::Hashable
|
|
1918
1976
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PlaydeveloperreportingV1alpha1
|
|
18
18
|
# Version of the google-apis-playdeveloperreporting_v1alpha1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.17.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 = "20230329"
|
|
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 GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
43
49
|
class GooglePlayDeveloperReportingV1alpha1DimensionValue
|
|
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 GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval
|
|
280
|
+
# @private
|
|
281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
282
|
+
property :lower_bound, as: 'lowerBound', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal::Representation
|
|
283
|
+
|
|
284
|
+
property :upper_bound, as: 'upperBound', class: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal::Representation
|
|
285
|
+
|
|
286
|
+
end
|
|
287
|
+
end
|
|
288
|
+
|
|
273
289
|
class GooglePlayDeveloperReportingV1alpha1DimensionValue
|
|
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::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GoogleTypeDecimal::Representation
|
|
351
367
|
|
|
368
|
+
property :decimal_value_confidence_interval, as: 'decimalValueConfidenceInterval', class: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval, decorator: Google::Apis::PlaydeveloperreportingV1alpha1::GooglePlayDeveloperReportingV1alpha1DecimalConfidenceInterval::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_v1alpha1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.17.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-02 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_v1alpha1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.17.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|