google-apis-playdeveloperreporting_v1alpha1 0.11.0 → 0.13.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: 5d9ba0758fbfc8d3282898609cb6d6c642fd7fbfdbcf51b6113e28dc0a79a54d
4
- data.tar.gz: 29de16d6df4f9e349c40ed605b48b12e3d7af44ebb8c4a39b0fabe36f2523420
3
+ metadata.gz: 87bb9d4a298abebc89e43f51eadfe42e4cc254ea804946d9a8355f03cc8729cb
4
+ data.tar.gz: 0f1beb1d8c5b5f8b2d4ea9cb05e108c1eddf784b253adb74a1f062e6e1ae1089
5
5
  SHA512:
6
- metadata.gz: e4924954c1d206f1e512386d516bd9e408ff811ec28a823f47fe368f7684482efc9fca1793123a3f17ad134075a0ef3a87ab2fb6ece552c449055167bce92ac4
7
- data.tar.gz: f8e7a07ff7f6695a89b0de85d7eedad4dc39610076f1ec3f42421e13fbb97bda2dcfe4e89510b9b27d3ee791215af38592abfe564a70ddf586216ad0282c112c
6
+ metadata.gz: 76f4c2c5454ac1e5c331edc3913a64820171dcf5aa61eda13e37198450656baaac3a0f85b59e55dada0df979ef61ec4bf847378295d7859d1d5cc57859350a91
7
+ data.tar.gz: bb9f1b6e63150a05179738305eb7804b21d5150dbabd033daf9f11d380e44c3e3ea6c71af37aa80575fae828968e7857ba7b438286beea58510789692496d4d0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.13.0 (2023-01-22)
4
+
5
+ * Regenerated from discovery document revision 20230115
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.12.0 (2022-11-12)
9
+
10
+ * Regenerated from discovery document revision 20221103
11
+
3
12
  ### v0.11.0 (2022-10-31)
4
13
 
5
14
  * 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
@@ -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. If your app exhibits an excessive wakeup
448
- # rate equal to or higher than the threshold, it's in the bottom 25% of the top
449
- # 1,000 apps on Google Play (by number of installs). * `
450
- # excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average
451
- # value of `excessiveWakeupRate` in the last 7 days. The daily values are
452
- # weighted by the count of distinct users for the day. * `
453
- # excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average
454
- # value of `excessiveWakeupRate` in the last 28 days. The daily values are
455
- # weighted by the count of distinct users for the day. * `distinctUsers` (`
456
- # google.type.Decimal`): Count of distinct users in the aggregation period that
457
- # were used as normalization value for the `excessiveWakeupRate` metric. A user
458
- # is counted in this metric if they app was doing any work on the device, i.e.,
459
- # not just active foreground usage but also background work. Care must be taken
460
- # not to aggregate this count further, as it may result in users being counted
461
- # multiple times. **Supported dimensions:** * `apiLevel` (string): the API level
462
- # of Android that was running on the user's device. * `versionCode` (int64):
463
- # version of the app that was running on the user's device. * `deviceModel` (
464
- # string): unique identifier of the user's device model. * `deviceType` (string):
465
- # the type (also known as form factor) of the user's device. * `countryCode` (
466
- # string): the country or region of the user's device based on their IP address,
467
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
468
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
469
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
470
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
471
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
472
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
473
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
474
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
475
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
476
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
477
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
478
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
479
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
480
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
481
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
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. If your app exhibits an ANR rate equal to or higher than the
716
- # threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by
717
- # number of installs). * `anrRate7dUserWeighted` (`google.type.Decimal`):
718
- # Rolling average value of `anrRate` in the last 7 days. The daily values are
719
- # weighted by the count of distinct users for the day. * `anrRate28dUserWeighted`
720
- # (`google.type.Decimal`): Rolling average value of `anrRate` in the last 28
721
- # days. The daily values are weighted by the count of distinct users for the day.
722
- # * `distinctUsers` (`google.type.Decimal`): Count of distinct users in the
723
- # aggregation period that were used as normalization value for the `anrRate`
724
- # metric. A user is counted in this metric if they used the app in the
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. If your app exhibits a crash rate equal to or
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. * `distinctUsers` (`google.type.Decimal`): Count
849
- # of distinct users in the aggregation period that were used as normalization
850
- # value for the `crashRate` metric. A user is counted in this metric if they
851
- # used the app in the foreground during the aggregation period. Care must be
852
- # taken not to aggregate this count further, as it may result in users being
853
- # counted multiple times.
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. If your app exhibits an excessive wakeup
1088
- # rate equal to or higher than the threshold, it's in the bottom 25% of the top
1089
- # 1,000 apps on Google Play (by number of installs). * `
1090
- # excessiveWakeupRate7dUserWeighted` (`google.type.Decimal`): Rolling average
1091
- # value of `excessiveWakeupRate` in the last 7 days. The daily values are
1092
- # weighted by the count of distinct users for the day. * `
1093
- # excessiveWakeupRate28dUserWeighted` (`google.type.Decimal`): Rolling average
1094
- # value of `excessiveWakeupRate` in the last 28 days. The daily values are
1095
- # weighted by the count of distinct users for the day. * `distinctUsers` (`
1096
- # google.type.Decimal`): Count of distinct users in the aggregation period that
1097
- # were used as normalization value for the `excessiveWakeupRate` metric. A user
1098
- # is counted in this metric if they app was doing any work on the device, i.e.,
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. If your app
1217
- # exhibits a stuck background wakelock rate equal to or higher than the
1218
- # threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by
1219
- # number of installs). * `stuckBgWakelockRate7dUserWeighted` (`google.type.
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. If your app
1364
- # exhibits a stuck background wakelocks rate equal to or higher than the
1365
- # threshold, it's in the bottom 25% of the top 1,000 apps on Google Play (by
1366
- # number of installs). * `stuckBgWakelockRate7dUserWeighted` (`google.type.
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` (`
@@ -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.11.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221024"
25
+ REVISION = "20230115"
26
26
  end
27
27
  end
28
28
  end
@@ -28,6 +28,9 @@ module Google
28
28
  # Version of the Google Play Developer Reporting API this client connects to.
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1alpha1'
31
+
32
+ # See metrics and data about the apps in your Google Play Developer account
33
+ AUTH_PLAYDEVELOPERREPORTING = 'https://www.googleapis.com/auth/playdeveloperreporting'
31
34
  end
32
35
  end
33
36
  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.11.0
4
+ version: 0.13.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-07 00:00:00.000000000 Z
11
+ date: 2023-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.13.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Google Play Developer Reporting API V1alpha1