google-apis-playdeveloperreporting_v1beta1 0.14.0 → 0.15.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: 5cb7c5754215c2236181047b02ea2575f7d6cef8ed69b9572476f1f5ae641326
4
- data.tar.gz: 025cebf1b11cf422401eb49721bee3099e1e9148e233453f9254f56556166758
3
+ metadata.gz: 9c2b134cdfcd8fea856163297ca512d2dcf87389a37d105fa5688c8a75c47f98
4
+ data.tar.gz: db1fa183618c43478db57e3c1df4b34fef30a4610d1988572a594d1c29cef2a9
5
5
  SHA512:
6
- metadata.gz: 26fd4df48d607934784eb94eaa28ffccb49a916457967f720b768aa45857fb4cd8983af5623f654c2a2afe4ab0303376f2fb509d8124cf0659cb408660acd7f6
7
- data.tar.gz: 4ad075f949120198ec6cbea25505ef96b66a4dffca7a12e1bf5cb5fb5e635156ccdf5ec4b7cc632b1e53b5f71e691e94c6d415b43320e7760f0316d2ad88f37e
6
+ metadata.gz: 20c2fe0df0d7bc9b9c0cae8803fe184c7e523cea8c75f7e132d851f88a2c4207d03e5691974cd2a00961f0b5630d5f74469ecc347c04a92a057287420f83a47f
7
+ data.tar.gz: a455a8bfbe56a2fa0b9c7a4190e665ceed61c7b1fff115d018eaccbfb6857d40f81d681bfdc6c1141eeea80b4588484a4099043c680d285e728d246ae376a222
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1beta1
2
2
 
3
+ ### v0.15.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
3
7
  ### v0.14.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230323
@@ -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
- # Supported dimensions:** * `apiLevel` (string): the API level of Android that
118
- # was running on the user's device. * `versionCode` (int64): version of the app
119
- # that was running on the user's device. * `deviceModel` (string): unique
120
- # identifier of the user's device model. * `deviceType` (string): the type (also
121
- # known as form factor) of the user's device. * `countryCode` (string): the
122
- # country or region of the user's device based on their IP address, represented
123
- # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
124
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
125
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
126
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
127
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
128
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
129
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
130
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
131
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
132
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
133
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
134
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
135
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
136
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
137
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
138
- # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
139
- # user needs the _View app information (read-only)_ permission for the app. **
140
- # Related metric sets:** * vitals.errors contains unnormalized version (absolute
141
- # counts) of crashes. * vitals.errors contains normalized metrics about crashes,
142
- # another stability metric.
116
+ # this count further, as it may result in users being counted multiple times.
117
+ # The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000,
118
+ # depending on the magnitude of the value. **Supported dimensions:** * `apiLevel`
119
+ # (string): the API level of Android that was running on the user's device. * `
120
+ # versionCode` (int64): version of the app that was running on the user's device.
121
+ # * `deviceModel` (string): unique identifier of the user's device model. * `
122
+ # deviceType` (string): the type (also known as form factor) of the user's
123
+ # device. * `countryCode` (string): the country or region of the user's device
124
+ # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
125
+ # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
126
+ # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
127
+ # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
128
+ # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
129
+ # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
130
+ # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
131
+ # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
132
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
133
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
134
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
135
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
136
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
137
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
138
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
139
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
140
+ # **Required permissions**: to access this resource, the calling user needs the
141
+ # _View app information (read-only)_ permission for the app. **Related metric
142
+ # sets:** * vitals.errors contains unnormalized version (absolute counts) of
143
+ # crashes. * vitals.errors contains normalized metrics about crashes, another
144
+ # stability metric.
143
145
  class GooglePlayDeveloperReportingV1beta1AnrRateMetricSet
144
146
  include Google::Apis::Core::Hashable
145
147
 
@@ -195,33 +197,34 @@ module Google
195
197
  # used the app actively during the aggregation period. An app is considered to
196
198
  # be in active use if it is displaying any activity or executing any foreground
197
199
  # service. Care must be taken not to aggregate this count further, as it may
198
- # result in users being counted multiple times. **Supported dimensions:** * `
199
- # apiLevel` (string): the API level of Android that was running on the user's
200
- # device. * `versionCode` (int64): version of the app that was running on the
201
- # user's device. * `deviceModel` (string): unique identifier of the user's
202
- # device model. * `deviceType` (string): the type (also known as form factor) of
203
- # the user's device. * `countryCode` (string): the country or region of the user'
204
- # s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
205
- # g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
206
- # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
207
- # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
208
- # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
209
- # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
210
- # Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
211
- # * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
212
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
213
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
214
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
215
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
216
- # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
217
- # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
218
- # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
219
- # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
220
- # **Required permissions**: to access this resource, the calling user needs the
221
- # _View app information (read-only)_ permission for the app. **Related metric
222
- # sets:** * vitals.errors contains unnormalized version (absolute counts) of
223
- # crashes. * vitals.errors contains normalized metrics about ANRs, another
224
- # stability metric.
200
+ # result in users being counted multiple times. The value is rounded to the
201
+ # nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
202
+ # the value. **Supported dimensions:** * `apiLevel` (string): the API level of
203
+ # Android that was running on the user's device. * `versionCode` (int64):
204
+ # version of the app that was running on the user's device. * `deviceModel` (
205
+ # string): unique identifier of the user's device model. * `deviceType` (string):
206
+ # the type (also known as form factor) of the user's device. * `countryCode` (
207
+ # string): the country or region of the user's device based on their IP address,
208
+ # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
209
+ # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
210
+ # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
211
+ # , Samsung. [Reference](https://developer.android.com/reference/android/os/
212
+ # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
213
+ # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
214
+ # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
215
+ # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
216
+ # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
217
+ # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
218
+ # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
219
+ # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
220
+ # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
221
+ # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
222
+ # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
223
+ # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
224
+ # user needs the _View app information (read-only)_ permission for the app. **
225
+ # Related metric sets:** * vitals.errors contains unnormalized version (absolute
226
+ # counts) of crashes. * vitals.errors contains normalized metrics about ANRs,
227
+ # another stability metric.
225
228
  class GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
226
229
  include Google::Apis::Core::Hashable
227
230
 
@@ -249,6 +252,39 @@ module Google
249
252
  end
250
253
  end
251
254
 
255
+ # Represents the confidence interval of a metric.
256
+ class GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval
257
+ include Google::Apis::Core::Hashable
258
+
259
+ # A representation of a decimal value, such as 2.5. Clients may convert values
260
+ # into language-native decimal formats, such as Java's BigDecimal or Python's
261
+ # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
262
+ # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
263
+ # org/3/library/decimal.html
264
+ # Corresponds to the JSON property `lowerBound`
265
+ # @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
266
+ attr_accessor :lower_bound
267
+
268
+ # A representation of a decimal value, such as 2.5. Clients may convert values
269
+ # into language-native decimal formats, such as Java's BigDecimal or Python's
270
+ # decimal.Decimal. [BigDecimal]: https://docs.oracle.com/en/java/javase/11/docs/
271
+ # api/java.base/java/math/BigDecimal.html [decimal.Decimal]: https://docs.python.
272
+ # org/3/library/decimal.html
273
+ # Corresponds to the JSON property `upperBound`
274
+ # @return [Google::Apis::PlaydeveloperreportingV1beta1::GoogleTypeDecimal]
275
+ attr_accessor :upper_bound
276
+
277
+ def initialize(**args)
278
+ update!(**args)
279
+ end
280
+
281
+ # Update properties of this object
282
+ def update!(**args)
283
+ @lower_bound = args[:lower_bound] if args.key?(:lower_bound)
284
+ @upper_bound = args[:upper_bound] if args.key?(:upper_bound)
285
+ end
286
+ end
287
+
252
288
  # Represents the value of a single dimension.
253
289
  class GooglePlayDeveloperReportingV1beta1DimensionValue
254
290
  include Google::Apis::Core::Hashable
@@ -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. **Required dimension:** This
302
- # dimension must be always specified in all requests in the `dimensions` field
303
- # in query requests. * `reportType` (string): the type of error. The value
304
- # should correspond to one of the possible values in ErrorType. **Supported
305
- # dimensions:** * `apiLevel` (string): the API level of Android that was running
306
- # on the user's device. * `versionCode` (int64): version of the app that was
307
- # running on the user's device. * `deviceModel` (string): unique identifier of
308
- # the user's device model. * `deviceType` (string): identifier of the device's
309
- # form factor, e.g., PHONE. * `issueId` (string): the id an error was assigned
310
- # to. The value should correspond to the ``issue`` component of the issue name. *
311
- # `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
312
- # etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip,
313
- # e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/
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. **Supported dimensions:** * `
476
- # apiLevel` (string): the API level of Android that was running on the user's
477
- # device. * `versionCode` (int64): version of the app that was running on the
478
- # user's device. * `deviceModel` (string): unique identifier of the user's
479
- # device model. * `deviceType` (string): the type (also known as form factor) of
480
- # the user's device. * `countryCode` (string): the country or region of the user'
481
- # s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
482
- # g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
483
- # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
484
- # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
485
- # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
486
- # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
487
- # Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
488
- # * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
489
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
490
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
491
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
492
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
493
- # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
494
- # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
495
- # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
496
- # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
497
- # **Required permissions**: to access this resource, the calling user needs the
498
- # _View app information (read-only)_ permission for the app.
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 GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet
500
538
  include Google::Apis::Core::Hashable
501
539
 
@@ -622,6 +660,11 @@ module Google
622
660
  # @return [Google::Apis::PlaydeveloperreportingV1beta1::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::PlaydeveloperreportingV1beta1::GooglePlayDeveloperReportingV1beta1DecimalConfidenceInterval]
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. **Supported dimensions:** * `apiLevel` (string): the API level of
1756
- # Android that was running on the user's device. * `versionCode` (int64):
1757
- # version of the app that was running on the user's device. * `deviceModel` (
1758
- # string): unique identifier of the user's device model. * `deviceType` (string):
1759
- # the type (also known as form factor) of the user's device. * `countryCode` (
1760
- # string): the country or region of the user's device based on their IP address,
1761
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1762
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1763
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1764
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1765
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1766
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1767
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1768
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1769
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1770
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1771
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1772
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1773
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1774
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1775
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1776
- # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
1777
- # user needs the _View app information (read-only)_ permission for the app.
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 GooglePlayDeveloperReportingV1beta1SlowRenderingRateMetricSet
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. **Required dimension:*
1821
- # * This dimension must be specified with each request for the request to be
1822
- # valid. * `startType` (string): the type of start that was measured. Valid
1823
- # types are `HOT`, `WARM` and `COLD`. **Supported dimensions:** * `apiLevel` (
1824
- # string): the API level of Android that was running on the user's device. * `
1825
- # versionCode` (int64): version of the app that was running on the user's device.
1826
- # * `deviceModel` (string): unique identifier of the user's device model. * `
1827
- # deviceType` (string): the type (also known as form factor) of the user's
1828
- # device. * `countryCode` (string): the country or region of the user's device
1829
- # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
1830
- # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
1831
- # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
1832
- # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
1833
- # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
1834
- # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
1835
- # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
1836
- # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1837
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1838
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1839
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1840
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1841
- # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1842
- # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1843
- # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
1844
- # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
1845
- # **Required permissions**: to access this resource, the calling user needs the
1846
- # _View app information (read-only)_ permission for the app.
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 GooglePlayDeveloperReportingV1beta1SlowStartRateMetricSet
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. **Supported dimensions:** * `apiLevel` (string): the API level
1894
- # of Android that was running on the user's device. * `versionCode` (int64):
1895
- # version of the app that was running on the user's device. * `deviceModel` (
1896
- # string): unique identifier of the user's device model. * `deviceType` (string):
1897
- # the type (also known as form factor) of the user's device. * `countryCode` (
1898
- # string): the country or region of the user's device based on their IP address,
1899
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
1900
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
1901
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
1902
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
1903
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
1904
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
1905
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
1906
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
1907
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
1908
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
1909
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
1910
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
1911
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
1912
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
1913
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
1914
- # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
1915
- # user needs the _View app information (read-only)_ permission for the app.
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 GooglePlayDeveloperReportingV1beta1StuckBackgroundWakelockRateMetricSet
1917
1975
  include Google::Apis::Core::Hashable
1918
1976
 
@@ -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.14.0"
19
+ GEM_VERSION = "0.15.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 = "20230323"
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 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.14.0
4
+ version: 0.15.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-03-26 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.15.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: []