google-apis-playdeveloperreporting_v1beta1 0.9.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: a203713d4df16cd573cddcf3826fcf945aa78cbb4208549deddd3b940900142d
4
- data.tar.gz: e10df400bd678e05f8db5a5ea83423642b5c7365993d043348e50cae2fcc4b71
3
+ metadata.gz: a2fdaef39858b1a1f4d0693657af5946bb57d747836d3b344a27a169ec7d8d5e
4
+ data.tar.gz: ada6a1d2fafdda541b9e404a73c8af9f91142581b65ab6776fb1c58b0aaa1737
5
5
  SHA512:
6
- metadata.gz: e04feef64f514aa66c2a9388ab778ee35db027a75682d15d8d712b7b4f4f4cc879fc62d438ef56ea7218430ecca181f8265116192d10d055ff717624682cff66
7
- data.tar.gz: ace447aab85a0b8b050ecf66115eddca6ca7dbd566e11641f065dbd89052b4c17557494699cd38cd3dc551a5d5628f69ad398b0d0cbd5535b43743eec628132a
6
+ metadata.gz: 2eaecb73aa78f819e5d71675820bd3eb0204aeb99df299f42b144f641b57ed4cb3d02e440996b97f2bdc19838b8bdca0643f50c513cff2771ac23515ab780b00
7
+ data.tar.gz: 0b0ad5fe3421a9aec88e91b1fc133e2eeb0204d94f7155f54a70894f5482db426406fbfbf6740e7119e82d6b5cd618cf9697d6ec8cc89cd29b0846b4d9478e55
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.9.0 (2022-10-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20221024
@@ -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` (`
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221024"
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.9.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-10-31 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
@@ -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.9.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: []