google-apis-playdeveloperreporting_v1alpha1 0.10.0 → 0.12.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 04d0ffd9624d95f3110b5a0c0065d927175f65453d618df5be18062b25ddc187
|
4
|
+
data.tar.gz: 066a46e3780d8d69a25b34ca079f0f809211e6fb845cc193815af7e6bf7e99ef
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 896c69a3fef40faff693f15efe47bd7c14e00eccd2096b7743014ca1837c364513c404ef4b20d262ed1aa7690de777e5d73af5ec656caffead474974395cba8b
|
7
|
+
data.tar.gz: 4f026686d86f930f8fb5914531730588fa875b730c3ee0ed42b07d6aa213a5399294fcf51e39717a51bba8acac2a3608f1cd719a71cdc6b0b732849a1a8c40a6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1alpha1
|
2
2
|
|
3
|
+
### v0.12.0 (2022-11-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221103
|
6
|
+
|
7
|
+
### v0.11.0 (2022-10-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221024
|
10
|
+
* Regenerated using generator version 0.11.0
|
11
|
+
|
3
12
|
### v0.10.0 (2022-09-22)
|
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.
|
99
|
-
#
|
100
|
-
#
|
101
|
-
# Rolling average value of `anrRate` in the last
|
102
|
-
# weighted by the count of distinct users for the day. * `
|
103
|
-
# (`google.type.Decimal`):
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
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.
|
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. * `
|
177
|
-
# google.type.Decimal`):
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
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
|
@@ -444,43 +461,41 @@ module Google
|
|
444
461
|
# date intervals. Due to historical constraints, the only supported timezone is `
|
445
462
|
# America/Los_Angeles`. **Supported metrics:** * `excessiveWakeupRate` (`google.
|
446
463
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
447
|
-
# had more than 10 wakeups per hour.
|
448
|
-
#
|
449
|
-
#
|
450
|
-
#
|
451
|
-
# value of `excessiveWakeupRate` in the last
|
452
|
-
# weighted by the count of distinct users for the day. * `
|
453
|
-
#
|
454
|
-
#
|
455
|
-
#
|
456
|
-
#
|
457
|
-
#
|
458
|
-
#
|
459
|
-
#
|
460
|
-
#
|
461
|
-
#
|
462
|
-
#
|
463
|
-
#
|
464
|
-
#
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
470
|
-
#
|
471
|
-
#
|
472
|
-
#
|
473
|
-
#
|
474
|
-
#
|
475
|
-
# of the device's
|
476
|
-
#
|
477
|
-
#
|
478
|
-
#
|
479
|
-
#
|
480
|
-
#
|
481
|
-
#
|
482
|
-
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
483
|
-
# user needs the _View app information (read-only)_ permission for the app.
|
464
|
+
# had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
|
465
|
+
# google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
|
466
|
+
# last 7 days. The daily values are weighted by the count of distinct users for
|
467
|
+
# the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
|
468
|
+
# Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
|
469
|
+
# values are weighted by the count of distinct users for the day. * `
|
470
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
471
|
+
# aggregation period that were used as normalization value for the `
|
472
|
+
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
473
|
+
# doing any work on the device, i.e., not just active foreground usage but also
|
474
|
+
# 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.
|
484
499
|
class GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet
|
485
500
|
include Google::Apis::Core::Hashable
|
486
501
|
|
@@ -712,16 +727,23 @@ module Google
|
|
712
727
|
|
713
728
|
# Metrics to aggregate. **Supported metrics:** * `anrRate` (`google.type.Decimal`
|
714
729
|
# ): Percentage of distinct users in the aggregation period that experienced at
|
715
|
-
# least one ANR.
|
716
|
-
#
|
717
|
-
#
|
718
|
-
# Rolling average value of `anrRate` in the last
|
719
|
-
# weighted by the count of distinct users for the day. * `
|
720
|
-
# (`google.type.Decimal`):
|
721
|
-
#
|
722
|
-
#
|
723
|
-
#
|
724
|
-
#
|
730
|
+
# least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
|
731
|
+
# average value of `anrRate` in the last 7 days. The daily values are weighted
|
732
|
+
# by the count of distinct users for the day. * `anrRate28dUserWeighted` (`
|
733
|
+
# google.type.Decimal`): Rolling average value of `anrRate` in the last 28 days.
|
734
|
+
# The daily values are weighted by the count of distinct users for the day. * `
|
735
|
+
# userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in
|
736
|
+
# the aggregation period that experienced at least one user-perceived ANR. User-
|
737
|
+
# perceived ANRs are currently those of 'Input dispatching' type. * `
|
738
|
+
# userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
739
|
+
# value of `userPerceivedAnrRate` in the last 7 days. The daily values are
|
740
|
+
# weighted by the count of distinct users for the day. * `
|
741
|
+
# userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
742
|
+
# value of `userPerceivedAnrRate` in the last 28 days. The daily values are
|
743
|
+
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
744
|
+
# google.type.Decimal`): Count of distinct users in the aggregation period that
|
745
|
+
# were used as normalization value for the `anrRate` and `userPerceivedAnrRate`
|
746
|
+
# metrics. A user is counted in this metric if they used the app in the
|
725
747
|
# foreground during the aggregation period. Care must be taken not to aggregate
|
726
748
|
# this count further, as it may result in users being counted multiple times.
|
727
749
|
# Corresponds to the JSON property `metrics`
|
@@ -838,19 +860,29 @@ module Google
|
|
838
860
|
|
839
861
|
# Metrics to aggregate. **Supported metrics:** * `crashRate` (`google.type.
|
840
862
|
# Decimal`): Percentage of distinct users in the aggregation period that
|
841
|
-
# experienced at least one crash.
|
842
|
-
# higher than the threshold, it's in the bottom 25% of the top 1,000 apps on
|
843
|
-
# Google Play (by number of installs). * `crashRate7dUserWeighted` (`google.type.
|
863
|
+
# experienced at least one crash. * `crashRate7dUserWeighted` (`google.type.
|
844
864
|
# Decimal`): Rolling average value of `crashRate` in the last 7 days. The daily
|
845
865
|
# values are weighted by the count of distinct users for the day. * `
|
846
866
|
# crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `
|
847
867
|
# crashRate` in the last 28 days. The daily values are weighted by the count of
|
848
|
-
# distinct users for the day. * `
|
849
|
-
# of distinct users in the aggregation period that
|
850
|
-
#
|
851
|
-
#
|
852
|
-
#
|
853
|
-
#
|
868
|
+
# distinct users for the day. * `userPerceivedCrashRate` (`google.type.Decimal`):
|
869
|
+
# Percentage of distinct users in the aggregation period that experienced at
|
870
|
+
# least one crash while they were actively using your app (a user-perceived
|
871
|
+
# crash). An app is considered to be in active use if it is displaying any
|
872
|
+
# activity or executing any foreground service. * `
|
873
|
+
# userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
874
|
+
# value of `userPerceivedCrashRate` in the last 7 days. The daily values are
|
875
|
+
# weighted by the count of distinct users for the day. * `
|
876
|
+
# userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling
|
877
|
+
# average value of `userPerceivedCrashRate` in the last 28 days. The daily
|
878
|
+
# values are weighted by the count of distinct users for the day. * `
|
879
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
880
|
+
# aggregation period that were used as normalization value for the `crashRate`
|
881
|
+
# and `userPerceivedCrashRate` metrics. A user is counted in this metric if they
|
882
|
+
# used the app actively during the aggregation period. An app is considered to
|
883
|
+
# be in active use if it is displaying any activity or executing any foreground
|
884
|
+
# service. Care must be taken not to aggregate this count further, as it may
|
885
|
+
# result in users being counted multiple times.
|
854
886
|
# Corresponds to the JSON property `metrics`
|
855
887
|
# @return [Array<String>]
|
856
888
|
attr_accessor :metrics
|
@@ -1084,21 +1116,18 @@ module Google
|
|
1084
1116
|
|
1085
1117
|
# Metrics to aggregate. **Supported metrics:** * `excessiveWakeupRate` (`google.
|
1086
1118
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
1087
|
-
# had more than 10 wakeups per hour.
|
1088
|
-
#
|
1089
|
-
#
|
1090
|
-
#
|
1091
|
-
# value of `excessiveWakeupRate` in the last
|
1092
|
-
# weighted by the count of distinct users for the day. * `
|
1093
|
-
#
|
1094
|
-
#
|
1095
|
-
#
|
1096
|
-
#
|
1097
|
-
#
|
1098
|
-
#
|
1099
|
-
# not just active foreground usage but also background work. Care must be taken
|
1100
|
-
# not to aggregate this count further, as it may result in users being counted
|
1101
|
-
# multiple times.
|
1119
|
+
# had more than 10 wakeups per hour. * `excessiveWakeupRate7dUserWeighted` (`
|
1120
|
+
# google.type.Decimal`): Rolling average value of `excessiveWakeupRate` in the
|
1121
|
+
# last 7 days. The daily values are weighted by the count of distinct users for
|
1122
|
+
# the day. * `excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`):
|
1123
|
+
# Rolling average value of `excessiveWakeupRate` in the last 28 days. The daily
|
1124
|
+
# values are weighted by the count of distinct users for the day. * `
|
1125
|
+
# distinctUsers` (`google.type.Decimal`): Count of distinct users in the
|
1126
|
+
# aggregation period that were used as normalization value for the `
|
1127
|
+
# excessiveWakeupRate` metric. A user is counted in this metric if they app was
|
1128
|
+
# doing any work on the device, i.e., not just active foreground usage but also
|
1129
|
+
# background work. Care must be taken not to aggregate this count further, as it
|
1130
|
+
# may result in users being counted multiple times.
|
1102
1131
|
# Corresponds to the JSON property `metrics`
|
1103
1132
|
# @return [Array<String>]
|
1104
1133
|
attr_accessor :metrics
|
@@ -1213,12 +1242,10 @@ module Google
|
|
1213
1242
|
|
1214
1243
|
# Metrics to aggregate. **Supported metrics:** * `stuckBgWakelockRate` (`google.
|
1215
1244
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
1216
|
-
# had a wakelock held in the background for longer than 1 hour.
|
1217
|
-
#
|
1218
|
-
#
|
1219
|
-
#
|
1220
|
-
# Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days.
|
1221
|
-
# The daily values are weighted by the count of distinct users for the day. * `
|
1245
|
+
# had a wakelock held in the background for longer than 1 hour. * `
|
1246
|
+
# stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
1247
|
+
# value of `stuckBgWakelockRate` in the last 7 days. The daily values are
|
1248
|
+
# weighted by the count of distinct users for the day. * `
|
1222
1249
|
# stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
1223
1250
|
# value of `stuckBgWakelockRate` in the last 28 days. The daily values are
|
1224
1251
|
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
@@ -1360,12 +1387,10 @@ module Google
|
|
1360
1387
|
# date intervals. Due to historical constraints, the only supported timezone is `
|
1361
1388
|
# America/Los_Angeles`. **Supported metrics:** * `stuckBgWakelockRate` (`google.
|
1362
1389
|
# type.Decimal`): Percentage of distinct users in the aggregation period that
|
1363
|
-
# had a wakelock held in the background for longer than 1 hour.
|
1364
|
-
#
|
1365
|
-
#
|
1366
|
-
#
|
1367
|
-
# Decimal`): Rolling average value of `stuckBgWakelockRate` in the last 7 days.
|
1368
|
-
# The daily values are weighted by the count of distinct users for the day. * `
|
1390
|
+
# had a wakelock held in the background for longer than 1 hour. * `
|
1391
|
+
# stuckBgWakelockRate7dUserWeighted` (`google.type.Decimal`): Rolling average
|
1392
|
+
# value of `stuckBgWakelockRate` in the last 7 days. The daily values are
|
1393
|
+
# weighted by the count of distinct users for the day. * `
|
1369
1394
|
# stuckBgWakelockRate28dUserWeighted` (`google.type.Decimal`): Rolling average
|
1370
1395
|
# value of `stuckBgWakelockRate` in the last 28 days. The daily values are
|
1371
1396
|
# weighted by the count of distinct users for the day. * `distinctUsers` (`
|
@@ -1594,34 +1619,35 @@ module Google
|
|
1594
1619
|
# The decimal value, as a string. The string representation consists of an
|
1595
1620
|
# optional sign, `+` (`U+002B`) or `-` (`U+002D`), followed by a sequence of
|
1596
1621
|
# zero or more decimal digits ("the integer"), optionally followed by a fraction,
|
1597
|
-
# optionally followed by an exponent.
|
1598
|
-
#
|
1599
|
-
#
|
1600
|
-
#
|
1601
|
-
#
|
1602
|
-
#
|
1603
|
-
#
|
1604
|
-
#
|
1605
|
-
#
|
1606
|
-
#
|
1607
|
-
#
|
1608
|
-
#
|
1609
|
-
#
|
1610
|
-
#
|
1611
|
-
#
|
1612
|
-
#
|
1613
|
-
#
|
1614
|
-
# supported
|
1615
|
-
#
|
1616
|
-
#
|
1617
|
-
#
|
1618
|
-
# '
|
1619
|
-
#
|
1620
|
-
#
|
1621
|
-
#
|
1622
|
-
#
|
1623
|
-
#
|
1624
|
-
#
|
1622
|
+
# optionally followed by an exponent. An empty string **should** be interpreted
|
1623
|
+
# as `0`. The fraction consists of a decimal point followed by zero or more
|
1624
|
+
# decimal digits. The string must contain at least one digit in either the
|
1625
|
+
# integer or the fraction. The number formed by the sign, the integer and the
|
1626
|
+
# fraction is referred to as the significand. The exponent consists of the
|
1627
|
+
# character `e` (`U+0065`) or `E` (`U+0045`) followed by one or more decimal
|
1628
|
+
# digits. Services **should** normalize decimal values before storing them by: -
|
1629
|
+
# Removing an explicitly-provided `+` sign (`+2.5` -> `2.5`). - Replacing a zero-
|
1630
|
+
# length integer value with `0` (`.5` -> `0.5`). - Coercing the exponent
|
1631
|
+
# character to upper-case, with explicit sign (`2.5e8` -> `2.5E+8`). - Removing
|
1632
|
+
# an explicitly-provided zero exponent (`2.5E0` -> `2.5`). Services **may**
|
1633
|
+
# perform additional normalization based on its own needs and the internal
|
1634
|
+
# decimal implementation selected, such as shifting the decimal point and
|
1635
|
+
# exponent value together (example: `2.5E-1` <-> `0.25`). Additionally, services
|
1636
|
+
# **may** preserve trailing zeroes in the fraction to indicate increased
|
1637
|
+
# precision, but are not required to do so. Note that only the `.` character is
|
1638
|
+
# supported to divide the integer and the fraction; `,` **should not** be
|
1639
|
+
# supported regardless of locale. Additionally, thousand separators **should not*
|
1640
|
+
# * be supported. If a service does support them, values **must** be normalized.
|
1641
|
+
# The ENBF grammar is: DecimalString = '' | [Sign] Significand [Exponent]; Sign =
|
1642
|
+
# '+' | '-'; Significand = Digits '.' | [Digits] '.' Digits; Exponent = ('e' | '
|
1643
|
+
# E') [Sign] Digits; Digits = ` '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '
|
1644
|
+
# 8' | '9' `; Services **should** clearly document the range of supported values,
|
1645
|
+
# the maximum supported precision (total number of digits), and, if applicable,
|
1646
|
+
# the scale (number of digits after the decimal point), as well as how it
|
1647
|
+
# behaves when receiving out-of-bounds values. Services **may** choose to accept
|
1648
|
+
# values passed as input even when the value has a higher precision or scale
|
1649
|
+
# than the service supports, and **should** round the value to fit the supported
|
1650
|
+
# scale. Alternatively, the service **may** error with `400 Bad Request` (`
|
1625
1651
|
# INVALID_ARGUMENT` in gRPC) if precision would be lost. Services **should**
|
1626
1652
|
# error with `400 Bad Request` (`INVALID_ARGUMENT` in gRPC) if the service
|
1627
1653
|
# receives a value outside of the supported range.
|
@@ -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.12.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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_v1alpha1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.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-
|
11
|
+
date: 2022-11-14 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.
|
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.
|
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_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.12.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: []
|