google-apis-playdeveloperreporting_v1beta1 0.8.0 → 0.10.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: b4a85c66cd7990509ebd1967e4c1361bae8d374efd6b8bb83f54b1dc11796d3b
4
- data.tar.gz: 8fb54639d3bd66ed2d9b8764c8b27eb81bac159eba6a61e195eb5cb82253296c
3
+ metadata.gz: a2fdaef39858b1a1f4d0693657af5946bb57d747836d3b344a27a169ec7d8d5e
4
+ data.tar.gz: ada6a1d2fafdda541b9e404a73c8af9f91142581b65ab6776fb1c58b0aaa1737
5
5
  SHA512:
6
- metadata.gz: 7accd72dd76896a821f27a3f9aaef801fb19942fd0bf4f964a1cf736b051bff0e3ac6171c7e23f17cb140e234ac2b20647f651d11029bbc2669a3466abc0368f
7
- data.tar.gz: 84a9d9dde374c100426cf770f0e626e32118a5eb9e23446a7ba3e5644a1a7742173847743e490dbdfa9b65671db63a02f257f591f26b6d20ce37a2324f97db4b
6
+ metadata.gz: 2eaecb73aa78f819e5d71675820bd3eb0204aeb99df299f42b144f641b57ed4cb3d02e440996b97f2bdc19838b8bdca0643f50c513cff2771ac23515ab780b00
7
+ data.tar.gz: 0b0ad5fe3421a9aec88e91b1fc133e2eeb0204d94f7155f54a70894f5482db426406fbfbf6740e7119e82d6b5cd618cf9697d6ec8cc89cd29b0846b4d9478e55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1beta1
2
2
 
3
+ ### v0.10.0 (2022-11-06)
4
+
5
+ * Regenerated from discovery document revision 20221103
6
+
7
+ ### v0.9.0 (2022-10-27)
8
+
9
+ * Regenerated from discovery document revision 20221024
10
+ * Regenerated using generator version 0.11.0
11
+
3
12
  ### v0.8.0 (2022-09-21)
4
13
 
5
14
  * Regenerated using generator version 0.10.0
@@ -95,16 +95,23 @@ module Google
95
95
  # intervals. Due to historical constraints, the only supported timezone is `
96
96
  # America/Los_Angeles`. **Supported metrics:** * `anrRate` (`google.type.Decimal`
97
97
  # ): Percentage of distinct users in the aggregation period that experienced at
98
- # least one ANR. If your app exhibits an ANR rate equal to or higher than the
99
- # threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by
100
- # number of installs). * `anrRate7dUserWeighted` (`google.type.Decimal`):
101
- # Rolling average value of `anrRate` in the last 7 days. The daily values are
102
- # weighted by the count of distinct users for the day. * `anrRate28dUserWeighted`
103
- # (`google.type.Decimal`): Rolling average value of `anrRate` in the last 28
104
- # days. The daily values are weighted by the count of distinct users for the day.
105
- # * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
106
- # aggregation period that were used as normalization value for the `anrRate`
107
- # metric. A user is counted in this metric if they used the app in the
98
+ # least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
99
+ # average value of `anrRate` in the last 7 days. The daily values are weighted
100
+ # by the count of distinct users for the day. * `anrRate28dUserWeighted` (`
101
+ # google.type.Decimal`): Rolling average value of `anrRate` in the last 28 days.
102
+ # The daily values are weighted by the count of distinct users for the day. * `
103
+ # userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in
104
+ # the aggregation period that experienced at least one user-perceived ANR. User-
105
+ # perceived ANRs are currently those of 'Input dispatching' type. * `
106
+ # userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average
107
+ # value of `userPerceivedAnrRate` in the last 7 days. The daily values are
108
+ # weighted by the count of distinct users for the day. * `
109
+ # userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
110
+ # value of `userPerceivedAnrRate` in the last 28 days. The daily values are
111
+ # weighted by the count of distinct users for the day. * `distinctUsers` (`
112
+ # google.type.Decimal`): Count of distinct users in the aggregation period that
113
+ # were used as normalization value for the `anrRate` and `userPerceivedAnrRate`
114
+ # metrics. A user is counted in this metric if they used the app in the
108
115
  # foreground during the aggregation period. Care must be taken not to aggregate
109
116
  # this count further, as it may result in users being counted multiple times. **
110
117
  # Supported dimensions:** * `apiLevel` (string): the API level of Android that
@@ -166,18 +173,28 @@ module Google
166
173
  # metrics are aggregated in calendar date intervals. Due to historical
167
174
  # constraints, the only supported timezone is `America/Los_Angeles`. **Supported
168
175
  # metrics:** * `crashRate` (`google.type.Decimal`): Percentage of distinct users
169
- # in the aggregation period that experienced at least one crash. If your app
170
- # exhibits a crash rate equal to or higher than the threshold, it's in the
171
- # bottom 25% of the top 1,000 apps on Google Play (by number of installs). * `
176
+ # in the aggregation period that experienced at least one crash. * `
172
177
  # crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `
173
178
  # crashRate` in the last 7 days. The daily values are weighted by the count of
174
179
  # distinct users for the day. * `crashRate28dUserWeighted` (`google.type.Decimal`
175
180
  # ): Rolling average value of `crashRate` in the last 28 days. The daily values
176
- # are weighted by the count of distinct users for the day. * `distinctUsers` (`
177
- # google.type.Decimal`): Count of distinct users in the aggregation period that
178
- # were used as normalization value for the `crashRate` metric. A user is counted
179
- # in this metric if they used the app in the foreground during the aggregation
180
- # period. Care must be taken not to aggregate this count further, as it may
181
+ # are weighted by the count of distinct users for the day. * `
182
+ # userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users
183
+ # in the aggregation period that experienced at least one crash while they were
184
+ # actively using your app (a user-perceived crash). An app is considered to be
185
+ # in active use if it is displaying any activity or executing any foreground
186
+ # service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
187
+ # Rolling average value of `userPerceivedCrashRate` in the last 7 days. The
188
+ # daily values are weighted by the count of distinct users for the day. * `
189
+ # userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling
190
+ # average value of `userPerceivedCrashRate` in the last 28 days. The daily
191
+ # values are weighted by the count of distinct users for the day. * `
192
+ # distinctUsers` (`google.type.Decimal`): Count of distinct users in the
193
+ # aggregation period that were used as normalization value for the `crashRate`
194
+ # and `userPerceivedCrashRate` metrics. A user is counted in this metric if they
195
+ # used the app actively during the aggregation period. An app is considered to
196
+ # be in active use if it is displaying any activity or executing any foreground
197
+ # service. Care must be taken not to aggregate this count further, as it may
181
198
  # result in users being counted multiple times. **Supported dimensions:** * `
182
199
  # apiLevel` (string): the API level of Android that was running on the user's
183
200
  # device. * `versionCode` (int64): version of the app that was running on the
@@ -280,43 +297,41 @@ module Google
280
297
  # date intervals. Due to historical constraints, the only supported timezone is `
281
298
  # America/Los_Angeles`. **Supported metrics:** * `excessiveWakeupRate` (`google.
282
299
  # type.Decimal`): Percentage of distinct users in the aggregation period that
283
- # had more than 10 wakeups per hour. If your app exhibits an excessive wakeup
284
- # rate equal to or higher than the threshold, it's in the bottom 25% of the top
285
- # 1,000 apps on Google Play (by number of installs). * `
286
- # excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average
287
- # value of `excessiveWakeupRate` in the last 7 days. The daily values are
288
- # weighted by the count of distinct users for the day. * `
289
- # excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average
290
- # value of `excessiveWakeupRate` in the last 28 days. The daily values are
291
- # weighted by the count of distinct users for the day. * `distinctUsers` (`
292
- # google.type.Decimal`): Count of distinct users in the aggregation period that
293
- # were used as normalization value for the `excessiveWakeupRate` metric. A user
294
- # is counted in this metric if they app was doing any work on the device, i.e.,
295
- # not just active foreground usage but also background work. Care must be taken
296
- # not to aggregate this count further, as it may result in users being counted
297
- # multiple times. **Supported dimensions:** * `apiLevel` (string): the API level
298
- # of Android that was running on the user's device. * `versionCode` (int64):
299
- # version of the app that was running on the user's device. * `deviceModel` (
300
- # string): unique identifier of the user's device model. * `deviceType` (string):
301
- # the type (also known as form factor) of the user's device. * `countryCode` (
302
- # string): the country or region of the user's device based on their IP address,
303
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
304
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
305
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
306
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
307
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
308
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
309
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
310
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
311
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
312
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
313
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
314
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
315
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
316
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
317
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
318
- # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
319
- # user needs the _View app information (read-only)_ permission for the app.
300
+ # had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
301
+ # google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
302
+ # last 7 days. The daily values are weighted by the count of distinct users for
303
+ # the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
304
+ # Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
305
+ # values are weighted by the count of distinct users for the day. * `
306
+ # distinctUsers` (`google.type.Decimal`): Count of distinct users in the
307
+ # aggregation period that were used as normalization value for the `
308
+ # excessiveWakeupRate` metric. A user is counted in this metric if they app was
309
+ # doing any work on the device, i.e., not just active foreground usage but also
310
+ # background work. Care must be taken not to aggregate this count further, as it
311
+ # may result in users being counted multiple times. **Supported dimensions:** * `
312
+ # apiLevel` (string): the API level of Android that was running on the user's
313
+ # device. * `versionCode` (int64): version of the app that was running on the
314
+ # user's device. * `deviceModel` (string): unique identifier of the user's
315
+ # device model. * `deviceType` (string): the type (also known as form factor) of
316
+ # the user's device. * `countryCode` (string): the country or region of the user'
317
+ # s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
318
+ # g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
319
+ # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
320
+ # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
321
+ # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
322
+ # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
323
+ # Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
324
+ # * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
325
+ # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
326
+ # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
327
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
328
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
329
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
330
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
331
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
332
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
333
+ # **Required permissions**: to access this resource, the calling user needs the
334
+ # _View app information (read-only)_ permission for the app.
320
335
  class GooglePlayDeveloperReportingV1beta1ExcessiveWakeupRateMetricSet
321
336
  include Google::Apis::Core::Hashable
322
337
 
@@ -548,16 +563,23 @@ module Google
548
563
 
549
564
  # Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`
550
565
  # ): Percentage of distinct users in the aggregation period that experienced at
551
- # least one ANR. If your app exhibits an ANR rate equal to or higher than the
552
- # threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by
553
- # number of installs). * `anrRate7dUserWeighted` (`google.type.Decimal`):
554
- # Rolling average value of `anrRate` in the last 7 days. The daily values are
555
- # weighted by the count of distinct users for the day. * `anrRate28dUserWeighted`
556
- # (`google.type.Decimal`): Rolling average value of `anrRate` in the last 28
557
- # days. The daily values are weighted by the count of distinct users for the day.
558
- # * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
559
- # aggregation period that were used as normalization value for the `anrRate`
560
- # metric. A user is counted in this metric if they used the app in the
566
+ # least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
567
+ # average value of `anrRate` in the last 7 days. The daily values are weighted
568
+ # by the count of distinct users for the day. * `anrRate28dUserWeighted` (`
569
+ # google.type.Decimal`): Rolling average value of `anrRate` in the last 28 days.
570
+ # The daily values are weighted by the count of distinct users for the day. * `
571
+ # userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in
572
+ # the aggregation period that experienced at least one user-perceived ANR. User-
573
+ # perceived ANRs are currently those of 'Input dispatching' type. * `
574
+ # userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average
575
+ # value of `userPerceivedAnrRate` in the last 7 days. The daily values are
576
+ # weighted by the count of distinct users for the day. * `
577
+ # userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
578
+ # value of `userPerceivedAnrRate` in the last 28 days. The daily values are
579
+ # weighted by the count of distinct users for the day. * `distinctUsers` (`
580
+ # google.type.Decimal`): Count of distinct users in the aggregation period that
581
+ # were used as normalization value for the `anrRate` and `userPerceivedAnrRate`
582
+ # metrics. A user is counted in this metric if they used the app in the
561
583
  # foreground during the aggregation period. Care must be taken not to aggregate
562
584
  # this count further, as it may result in users being counted multiple times.
563
585
  # Corresponds to the JSON property `metrics`
@@ -674,19 +696,29 @@ module Google
674
696
 
675
697
  # Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.
676
698
  # Decimal`): Percentage of distinct users in the aggregation period that
677
- # experienced at least one crash. If your app exhibits a crash rate equal to or
678
- # higher than the threshold, it's in the bottom 25% of the top 1,000 apps on
679
- # Google Play (by number of installs). * `crashRate7dUserWeighted` (`google.type.
699
+ # experienced at least one crash. * `crashRate7dUserWeighted` (`google.type.
680
700
  # Decimal`): Rolling average value of `crashRate` in the last 7 days. The daily
681
701
  # values are weighted by the count of distinct users for the day. * `
682
702
  # crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `
683
703
  # crashRate` in the last 28 days. The daily values are weighted by the count of
684
- # distinct users for the day. * `distinctUsers` (`google.type.Decimal`): Count
685
- # of distinct users in the aggregation period that were used as normalization
686
- # value for the `crashRate` metric. A user is counted in this metric if they
687
- # used the app in the foreground during the aggregation period. Care must be
688
- # taken not to aggregate this count further, as it may result in users being
689
- # counted multiple times.
704
+ # distinct users for the day. * `userPerceivedCrashRate` (`google.type.Decimal`):
705
+ # Percentage of distinct users in the aggregation period that experienced at
706
+ # least one crash while they were actively using your app (a user-perceived
707
+ # crash). An app is considered to be in active use if it is displaying any
708
+ # activity or executing any foreground service. * `
709
+ # userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average
710
+ # value of `userPerceivedCrashRate` in the last 7 days. The daily values are
711
+ # weighted by the count of distinct users for the day. * `
712
+ # userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling
713
+ # average value of `userPerceivedCrashRate` in the last 28 days. The daily
714
+ # values are weighted by the count of distinct users for the day. * `
715
+ # distinctUsers` (`google.type.Decimal`): Count of distinct users in the
716
+ # aggregation period that were used as normalization value for the `crashRate`
717
+ # and `userPerceivedCrashRate` metrics. A user is counted in this metric if they
718
+ # used the app actively during the aggregation period. An app is considered to
719
+ # be in active use if it is displaying any activity or executing any foreground
720
+ # service. Care must be taken not to aggregate this count further, as it may
721
+ # result in users being counted multiple times.
690
722
  # Corresponds to the JSON property `metrics`
691
723
  # @return [Array<String>]
692
724
  attr_accessor :metrics
@@ -801,21 +833,18 @@ module Google
801
833
 
802
834
  # Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.
803
835
  # type.Decimal`): Percentage of distinct users in the aggregation period that
804
- # had more than 10 wakeups per hour. If your app exhibits an excessive wakeup
805
- # rate equal to or higher than the threshold, it's in the bottom 25% of the top
806
- # 1,000 apps on Google Play (by number of installs). * `
807
- # excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average
808
- # value of `excessiveWakeupRate` in the last 7 days. The daily values are
809
- # weighted by the count of distinct users for the day. * `
810
- # excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average
811
- # value of `excessiveWakeupRate` in the last 28 days. The daily values are
812
- # weighted by the count of distinct users for the day. * `distinctUsers` (`
813
- # google.type.Decimal`): Count of distinct users in the aggregation period that
814
- # were used as normalization value for the `excessiveWakeupRate` metric. A user
815
- # is counted in this metric if they app was doing any work on the device, i.e.,
816
- # not just active foreground usage but also background work. Care must be taken
817
- # not to aggregate this count further, as it may result in users being counted
818
- # multiple times.
836
+ # had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
837
+ # google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
838
+ # last 7 days. The daily values are weighted by the count of distinct users for
839
+ # the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
840
+ # Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
841
+ # values are weighted by the count of distinct users for the day. * `
842
+ # distinctUsers` (`google.type.Decimal`): Count of distinct users in the
843
+ # aggregation period that were used as normalization value for the `
844
+ # excessiveWakeupRate` metric. A user is counted in this metric if they app was
845
+ # doing any work on the device, i.e., not just active foreground usage but also
846
+ # background work. Care must be taken not to aggregate this count further, as it
847
+ # may result in users being counted multiple times.
819
848
  # Corresponds to the JSON property `metrics`
820
849
  # @return [Array<String>]
821
850
  attr_accessor :metrics
@@ -930,12 +959,10 @@ module Google
930
959
 
931
960
  # Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.
932
961
  # type.Decimal`): Percentage of distinct users in the aggregation period that
933
- # had a wakelock held in the background for longer than 1 hour. If your app
934
- # exhibits a stuck background wakelock rate equal to or higher than the
935
- # threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by
936
- # number of installs). * `stuckBgWakelockRate7dUserWeighted` (`google.type.
937
- # Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days.
938
- # The daily values are weighted by the count of distinct users for the day. * `
962
+ # had a wakelock held in the background for longer than 1 hour. * `
963
+ # stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
964
+ # value of `stuckBgWakelockRate` in the last 7 days. The daily values are
965
+ # weighted by the count of distinct users for the day. * `
939
966
  # stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average
940
967
  # value of `stuckBgWakelockRate` in the last 28 days. The daily values are
941
968
  # weighted by the count of distinct users for the day. * `distinctUsers` (`
@@ -1027,12 +1054,10 @@ module Google
1027
1054
  # date intervals. Due to historical constraints, the only supported timezone is `
1028
1055
  # America/Los_Angeles`. **Supported metrics:** * `stuckBgWakelockRate` (`google.
1029
1056
  # type.Decimal`): Percentage of distinct users in the aggregation period that
1030
- # had a wakelock held in the background for longer than 1 hour. If your app
1031
- # exhibits a stuck background wakelocks rate equal to or higher than the
1032
- # threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by
1033
- # number of installs). * `stuckBgWakelockRate7dUserWeighted` (`google.type.
1034
- # Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days.
1035
- # The daily values are weighted by the count of distinct users for the day. * `
1057
+ # had a wakelock held in the background for longer than 1 hour. * `
1058
+ # stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
1059
+ # value of `stuckBgWakelockRate` in the last 7 days. The daily values are
1060
+ # weighted by the count of distinct users for the day. * `
1036
1061
  # stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average
1037
1062
  # value of `stuckBgWakelockRate` in the last 28 days. The daily values are
1038
1063
  # weighted by the count of distinct users for the day. * `distinctUsers` (`
@@ -1261,34 +1286,35 @@ module Google
1261
1286
  # The decimal value, as a string. The string representation consists of an
1262
1287
  # optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of
1263
1288
  # zero or more decimal digits ("the integer"), optionally followed by a fraction,
1264
- # optionally followed by an exponent. The fraction consists of a decimal point
1265
- # followed by zero or more decimal digits. The string must contain at least one
1266
- # digit in either the integer or the fraction. The number formed by the sign,
1267
- # the integer and the fraction is referred to as the significand. The exponent
1268
- # consists of the character `e` (`U+0065`) or `E` (`U+0045`) followed by one or
1269
- # more decimal digits. Services **should** normalize decimal values before
1270
- # storing them by: - Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`).
1271
- # - Replacing a zero-length integer value with `0` (`.5` -> `0.5`). - Coercing
1272
- # the exponent character to lower-case (`2.5E8` -> `2.5e8`). - Removing an
1273
- # explicitly-provided zero exponent (`2.5e0` -> `2.5`). Services **may** perform
1274
- # additional normalization based on its own needs and the internal decimal
1275
- # implementation selected, such as shifting the decimal point and exponent value
1276
- # together (example: `2.5e-1` <-> `0.25`). Additionally, services **may**
1277
- # preserve trailing zeroes in the fraction to indicate increased precision, but
1278
- # are not required to do so. Note that only the `.` character is supported to
1279
- # divide the integer and the fraction; `,` **should not** be supported
1280
- # regardless of locale. Additionally, thousand separators **should not** be
1281
- # supported. If a service does support them, values **must** be normalized. The
1282
- # ENBF grammar is: DecimalString = [Sign] Significand [Exponent]; Sign = '+' | '-
1283
- # '; Significand = Digits '.' | [Digits] '.' Digits; Exponent = ('e' | 'E') [
1284
- # Sign] Digits; Digits = ` '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' |
1285
- # '9' `; Services **should** clearly document the range of supported values, the
1286
- # maximum supported precision (total number of digits), and, if applicable, the
1287
- # scale (number of digits after the decimal point), as well as how it behaves
1288
- # when receiving out-of-bounds values. Services **may** choose to accept values
1289
- # passed as input even when the value has a higher precision or scale than the
1290
- # service supports, and **should** round the value to fit the supported scale.
1291
- # Alternatively, the service **may** error with `400 Bad Request` (`
1289
+ # optionally followed by an exponent. An empty string **should** be interpreted
1290
+ # as `0`. The fraction consists of a decimal point followed by zero or more
1291
+ # decimal digits. The string must contain at least one digit in either the
1292
+ # integer or the fraction. The number formed by the sign, the integer and the
1293
+ # fraction is referred to as the significand. The exponent consists of the
1294
+ # character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal
1295
+ # digits. Services **should** normalize decimal values before storing them by: -
1296
+ # Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`). - Replacing a zero-
1297
+ # length integer value with `0` (`.5` -> `0.5`). - Coercing the exponent
1298
+ # character to upper-case, with explicit sign (`2.5e8` -> `2.5E+8`). - Removing
1299
+ # an explicitly-provided zero exponent (`2.5E0` -> `2.5`). Services **may**
1300
+ # perform additional normalization based on its own needs and the internal
1301
+ # decimal implementation selected, such as shifting the decimal point and
1302
+ # exponent value together (example: `2.5E-1` <-> `0.25`). Additionally, services
1303
+ # **may** preserve trailing zeroes in the fraction to indicate increased
1304
+ # precision, but are not required to do so. Note that only the `.` character is
1305
+ # supported to divide the integer and the fraction; `,` **should not** be
1306
+ # supported regardless of locale. Additionally, thousand separators **should not*
1307
+ # * be supported. If a service does support them, values **must** be normalized.
1308
+ # The ENBF grammar is: DecimalString = '' | [Sign] Significand [Exponent]; Sign =
1309
+ # '+' | '-'; Significand = Digits '.' | [Digits] '.' Digits; Exponent = ('e' | '
1310
+ # E') [Sign] Digits; Digits = ` '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '
1311
+ # 8' | '9' `; Services **should** clearly document the range of supported values,
1312
+ # the maximum supported precision (total number of digits), and, if applicable,
1313
+ # the scale (number of digits after the decimal point), as well as how it
1314
+ # behaves when receiving out-of-bounds values. Services **may** choose to accept
1315
+ # values passed as input even when the value has a higher precision or scale
1316
+ # than the service supports, and **should** round the value to fit the supported
1317
+ # scale. Alternatively, the service **may** error with `400 Bad Request` (`
1292
1318
  # INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should**
1293
1319
  # error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service
1294
1320
  # receives a value outside of the supported range.
@@ -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.8.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220726"
25
+ REVISION = "20221103"
26
26
  end
27
27
  end
28
28
  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.8.0
4
+ version: 0.10.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: 2022-09-26 00:00:00.000000000 Z
11
+ date: 2022-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.10.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: []