google-apis-playdeveloperreporting_v1alpha1 0.17.0 → 0.18.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: 224c4eb478bcc4d80d68294a4c4ac4a390eb871b1b0840773e427faf7d2c6d4b
4
- data.tar.gz: e1643ec84a2310d9103969a5592d192c8e996e3f73d7ba39fa483ff8fb4cdea2
3
+ metadata.gz: d5812b7e233421168dd17c7bb585ac1f42b3f88055eebacfc9a9c7f0999697f8
4
+ data.tar.gz: 07c5c15142f7f4b3fddc131d453fa5b3d4db96d7e5b49da1a68a4d910bbe4838
5
5
  SHA512:
6
- metadata.gz: 8285dc4d5de53e830266330d181ae6331c5a65c2dcac1a0cfc788f9d702d21ed62cb7c8ed61a537ab9e668bfc18ad30ba33d013a242dd7703df8297e455bb6e9
7
- data.tar.gz: 24ad57200ffb6022da77f9e06eab7a12870deae8b43a960fe49c538761c22174e9575134b5d6c87e2b4209e06b9fdc68e241a1987c7c6920e62537ba53717e48
6
+ metadata.gz: cbbe20bff0984325eaca40917dc06b81bdad096adcaec79b608304eb4e505f0d8a97447683bc20998f10dea32eec993478808032bf33955165ffcd32dff66833
7
+ data.tar.gz: ed46c6de89eae2b1d1b8d7eccfddcd44cc62bd3b75296459bbce514c820ede03b359d3cb3544aeee021ce7628862e86dbb9d27fdfdc42edc665304f42bbd7eb7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.18.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230425
6
+
3
7
  ### v0.17.0 (2023-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230329
@@ -93,44 +93,46 @@ module Google
93
93
  # produce a normalized metric independent of user counts. **Supported
94
94
  # aggregation periods:** * DAILY: metrics are aggregated in calendar date
95
95
  # intervals. Due to historical constraints, the only supported timezone is `
96
- # America/Los_Angeles`. **Supported metrics:** * `anrRate` (`google.type.Decimal`
97
- # ): Percentage of distinct users in the aggregation period that experienced at
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
115
- # foreground during the aggregation period. Care must be taken not to aggregate
116
- # this count further, as it may result in users being counted multiple times.
117
- # The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000,
118
- # depending on the magnitude of the value. **Supported dimensions:** * `apiLevel`
119
- # (string): the API level of Android that was running on the user's device. * `
120
- # versionCode` (int64): version of the app that was running on the user's device.
121
- # * `deviceModel` (string): unique identifier of the user's device model. * `
122
- # deviceType` (string): the type (also known as form factor) of the user's
123
- # device. * `countryCode` (string): the country or region of the user's device
124
- # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
125
- # for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
126
- # in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
127
- # primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
128
- # com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
129
- # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
130
- # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
131
- # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
132
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
133
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
96
+ # America/Los_Angeles`. * HOURLY: metrics are aggregated in hourly intervals.
97
+ # The default and only supported timezone is `UTC`. **Supported metrics:** * `
98
+ # anrRate` (`google.type.Decimal`): Percentage of distinct users in the
99
+ # aggregation period that experienced at least one ANR. * `anrRate7dUserWeighted`
100
+ # (`google.type.Decimal`): Rolling average value of `anrRate` in the last 7
101
+ # days. The daily values are weighted by the count of distinct users for the day.
102
+ # Not supported in HOURLY granularity. * `anrRate28dUserWeighted` (`google.type.
103
+ # Decimal`): Rolling average value of `anrRate` in the last 28 days. The daily
104
+ # values are weighted by the count of distinct users for the day. Not supported
105
+ # in HOURLY granularity. * `userPerceivedAnrRate` (`google.type.Decimal`):
106
+ # Percentage of distinct users in the aggregation period that experienced at
107
+ # least one user-perceived ANR. User-perceived ANRs are currently those of '
108
+ # Input dispatching' type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.
109
+ # Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 7 days.
110
+ # The daily values are weighted by the count of distinct users for the day. Not
111
+ # supported in HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`
112
+ # google.type.Decimal`): Rolling average value of `userPerceivedAnrRate` in the
113
+ # last 28 days. The daily values are weighted by the count of distinct users for
114
+ # the day. * `distinctUsers` (`google.type.Decimal`): Count of distinct users in
115
+ # the aggregation period that were used as normalization value for the `anrRate`
116
+ # and `userPerceivedAnrRate` metrics. A user is counted in this metric if they
117
+ # used the app in the foreground during the aggregation period. Care must be
118
+ # taken not to aggregate this count further, as it may result in users being
119
+ # counted multiple times. The value is rounded to the nearest multiple of 10,
120
+ # 100, 1,000 or 1,000,000, depending on the magnitude of the value. **Supported
121
+ # dimensions:** * `apiLevel` (string): the API level of Android that was running
122
+ # on the user's device. * `versionCode` (int64): version of the app that was
123
+ # running on the user's device. * `deviceModel` (string): unique identifier of
124
+ # the user's device model. * `deviceType` (string): the type (also known as form
125
+ # factor) of the user's device. * `countryCode` (string): the country or region
126
+ # of the user's device based on their IP address, represented as a 2-letter ISO-
127
+ # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
128
+ # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
129
+ # Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
130
+ # /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
131
+ # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
132
+ # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
133
+ # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
134
+ # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
135
+ # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
134
136
  # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
135
137
  # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
136
138
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
@@ -173,58 +175,61 @@ module Google
173
175
  # contains crashes data combined with usage data to produce a normalized metric
174
176
  # independent of user counts. **Supported aggregation periods:** * DAILY:
175
177
  # metrics are aggregated in calendar date intervals. Due to historical
176
- # constraints, the only supported timezone is `America/Los_Angeles`. **Supported
177
- # metrics:** * `crashRate` (`google.type.Decimal`): Percentage of distinct users
178
- # in the aggregation period that experienced at least one crash. * `
179
- # crashRate7dUserWeighted` (`google.type.Decimal`): Rolling average value of `
180
- # crashRate` in the last 7 days. The daily values are weighted by the count of
181
- # distinct users for the day. * `crashRate28dUserWeighted` (`google.type.Decimal`
182
- # ): Rolling average value of `crashRate` in the last 28 days. The daily values
183
- # are weighted by the count of distinct users for the day. * `
184
- # userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users
185
- # in the aggregation period that experienced at least one crash while they were
186
- # actively using your app (a user-perceived crash). An app is considered to be
187
- # in active use if it is displaying any activity or executing any foreground
188
- # service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
189
- # Rolling average value of `userPerceivedCrashRate` in the last 7 days. The
190
- # daily values are weighted by the count of distinct users for the day. * `
191
- # userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling
192
- # average value of `userPerceivedCrashRate` in the last 28 days. The daily
193
- # values are weighted by the count of distinct users for the day. * `
194
- # distinctUsers` (`google.type.Decimal`): Count of distinct users in the
195
- # aggregation period that were used as normalization value for the `crashRate`
196
- # and `userPerceivedCrashRate` metrics. A user is counted in this metric if they
197
- # used the app actively during the aggregation period. An app is considered to
198
- # be in active use if it is displaying any activity or executing any foreground
199
- # service. Care must be taken not to aggregate this count further, as it may
200
- # result in users being counted multiple times. The value is rounded to the
201
- # nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
202
- # the value. **Supported dimensions:** * `apiLevel` (string): the API level of
203
- # Android that was running on the user's device. * `versionCode` (int64):
204
- # version of the app that was running on the user's device. * `deviceModel` (
205
- # string): unique identifier of the user's device model. * `deviceType` (string):
206
- # the type (also known as form factor) of the user's device. * `countryCode` (
207
- # string): the country or region of the user's device based on their IP address,
208
- # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
209
- # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
210
- # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
211
- # , Samsung. [Reference](https://developer.android.com/reference/android/os/
212
- # Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
213
- # primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
214
- # android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
215
- # Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
216
- # of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
217
- # device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
218
- # GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
219
- # g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
220
- # "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
221
- # g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
222
- # NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
223
- # , mdpi, hdpi. **Required permissions**: to access this resource, the calling
224
- # user needs the _View app information (read-only)_ permission for the app. **
225
- # Related metric sets:** * vitals.errors contains unnormalized version (absolute
226
- # counts) of crashes. * vitals.errors contains normalized metrics about ANRs,
227
- # another stability metric.
178
+ # constraints, the only supported timezone is `America/Los_Angeles`. * HOURLY:
179
+ # metrics are aggregated in hourly intervals. The default and only supported
180
+ # timezone is `UTC`. **Supported metrics:** * `crashRate` (`google.type.Decimal`)
181
+ # : Percentage of distinct users in the aggregation period that experienced at
182
+ # least one crash. * `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling
183
+ # average value of `crashRate` in the last 7 days. The daily values are weighted
184
+ # by the count of distinct users for the day. Not supported in HOURLY
185
+ # granularity. * `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling
186
+ # average value of `crashRate` in the last 28 days. The daily values are
187
+ # weighted by the count of distinct users for the day. Not supported in HOURLY
188
+ # granularity. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of
189
+ # distinct users in the aggregation period that experienced at least one crash
190
+ # while they were actively using your app (a user-perceived crash). An app is
191
+ # considered to be in active use if it is displaying any activity or executing
192
+ # any foreground service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.
193
+ # Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7
194
+ # days. The daily values are weighted by the count of distinct users for the day.
195
+ # Not supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted`
196
+ # (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
197
+ # the last 28 days. The daily values are weighted by the count of distinct users
198
+ # for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
199
+ # type.Decimal`): Count of distinct users in the aggregation period that were
200
+ # used as normalization value for the `crashRate` and `userPerceivedCrashRate`
201
+ # metrics. A user is counted in this metric if they used the app actively during
202
+ # the aggregation period. An app is considered to be in active use if it is
203
+ # displaying any activity or executing any foreground service. Care must be
204
+ # taken not to aggregate this count further, as it may result in users being
205
+ # counted multiple times. The value is rounded to the nearest multiple of 10,
206
+ # 100, 1,000 or 1,000,000, depending on the magnitude of the value. **Supported
207
+ # dimensions:** * `apiLevel` (string): the API level of Android that was running
208
+ # on the user's device. * `versionCode` (int64): version of the app that was
209
+ # running on the user's device. * `deviceModel` (string): unique identifier of
210
+ # the user's device model. * `deviceType` (string): the type (also known as form
211
+ # factor) of the user's device. * `countryCode` (string): the country or region
212
+ # of the user's device based on their IP address, represented as a 2-letter ISO-
213
+ # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
214
+ # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
215
+ # Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
216
+ # /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
217
+ # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
218
+ # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
219
+ # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
220
+ # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
221
+ # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
222
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
223
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
224
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
225
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
226
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
227
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
228
+ # **Required permissions**: to access this resource, the calling user needs the
229
+ # _View app information (read-only)_ permission for the app. **Related metric
230
+ # sets:** * vitals.errors contains unnormalized version (absolute counts) of
231
+ # crashes. * vitals.errors contains normalized metrics about ANRs, another
232
+ # stability metric.
228
233
  class GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
229
234
  include Google::Apis::Core::Hashable
230
235
 
@@ -773,25 +778,27 @@ module Google
773
778
  # ): Percentage of distinct users in the aggregation period that experienced at
774
779
  # least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
775
780
  # average value of `anrRate` in the last 7 days. The daily values are weighted
776
- # by the count of distinct users for the day. * `anrRate28dUserWeighted` (`
777
- # google.type.Decimal`): Rolling average value of `anrRate` in the last 28 days.
778
- # The daily values are weighted by the count of distinct users for the day. * `
779
- # userPerceivedAnrRate` (`google.type.Decimal`): Percentage of distinct users in
780
- # the aggregation period that experienced at least one user-perceived ANR. User-
781
- # perceived ANRs are currently those of 'Input dispatching' type. * `
782
- # userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling average
783
- # value of `userPerceivedAnrRate` in the last 7 days. The daily values are
784
- # weighted by the count of distinct users for the day. * `
785
- # userPerceivedAnrRate28dUserWeighted` (`google.type.Decimal`): Rolling average
786
- # value of `userPerceivedAnrRate` in the last 28 days. The daily values are
787
- # weighted by the count of distinct users for the day. * `distinctUsers` (`
788
- # google.type.Decimal`): Count of distinct users in the aggregation period that
789
- # were used as normalization value for the `anrRate` and `userPerceivedAnrRate`
790
- # metrics. A user is counted in this metric if they used the app in the
791
- # foreground during the aggregation period. Care must be taken not to aggregate
792
- # this count further, as it may result in users being counted multiple times.
793
- # The value is rounded to the nearest multiple of 10, 100, 1,000 or 1,000,000,
794
- # depending on the magnitude of the value.
781
+ # by the count of distinct users for the day. Not supported in HOURLY
782
+ # granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling
783
+ # average value of `anrRate` in the last 28 days. The daily values are weighted
784
+ # by the count of distinct users for the day. Not supported in HOURLY
785
+ # granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of
786
+ # distinct users in the aggregation period that experienced at least one user-
787
+ # perceived ANR. User-perceived ANRs are currently those of 'Input dispatching'
788
+ # type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling
789
+ # average value of `userPerceivedAnrRate` in the last 7 days. The daily values
790
+ # are weighted by the count of distinct users for the day. Not supported in
791
+ # HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.
792
+ # Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days.
793
+ # The daily values are weighted by the count of distinct users for the day. Not
794
+ # . supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`):
795
+ # Count of distinct users in the aggregation period that were used as
796
+ # normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A
797
+ # user is counted in this metric if they used the app in the foreground during
798
+ # the aggregation period. Care must be taken not to aggregate this count further,
799
+ # as it may result in users being counted multiple times. The value is rounded
800
+ # to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
801
+ # magnitude of the value.
795
802
  # Corresponds to the JSON property `metrics`
796
803
  # @return [Array<String>]
797
804
  attr_accessor :metrics
@@ -925,26 +932,26 @@ module Google
925
932
  # values are weighted by the count of distinct users for the day. * `
926
933
  # crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `
927
934
  # crashRate` in the last 28 days. The daily values are weighted by the count of
928
- # distinct users for the day. * `userPerceivedCrashRate` (`google.type.Decimal`):
929
- # Percentage of distinct users in the aggregation period that experienced at
930
- # least one crash while they were actively using your app (a user-perceived
931
- # crash). An app is considered to be in active use if it is displaying any
932
- # activity or executing any foreground service. * `
933
- # userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`): Rolling average
934
- # value of `userPerceivedCrashRate` in the last 7 days. The daily values are
935
- # weighted by the count of distinct users for the day. * `
936
- # userPerceivedCrashRate28dUserWeighted` (`google.type.Decimal`): Rolling
937
- # average value of `userPerceivedCrashRate` in the last 28 days. The daily
938
- # values are weighted by the count of distinct users for the day. * `
939
- # distinctUsers` (`google.type.Decimal`): Count of distinct users in the
940
- # aggregation period that were used as normalization value for the `crashRate`
941
- # and `userPerceivedCrashRate` metrics. A user is counted in this metric if they
942
- # used the app actively during the aggregation period. An app is considered to
943
- # be in active use if it is displaying any activity or executing any foreground
944
- # service. Care must be taken not to aggregate this count further, as it may
945
- # result in users being counted multiple times. The value is rounded to the
946
- # nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the magnitude of
947
- # the value.
935
+ # distinct users for the day. Not supported in HOURLY granularity. * `
936
+ # userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users
937
+ # in the aggregation period that experienced at least one crash while they were
938
+ # actively using your app (a user-perceived crash). An app is considered to be
939
+ # in active use if it is displaying any activity or executing any foreground
940
+ # service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
941
+ # Rolling average value of `userPerceivedCrashRate` in the last 7 days. The
942
+ # daily values are weighted by the count of distinct users for the day. Not
943
+ # supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted` (`
944
+ # google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
945
+ # the last 28 days. The daily values are weighted by the count of distinct users
946
+ # for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
947
+ # type.Decimal`): Count of distinct users in the aggregation period that were
948
+ # used as normalization value for the `crashRate` and `userPerceivedCrashRate`
949
+ # metrics. A user is counted in this metric if they used the app actively during
950
+ # the aggregation period. An app is considered to be in active use if it is
951
+ # displaying any activity or executing any foreground service. Care must be
952
+ # taken not to aggregate this count further, as it may result in users being
953
+ # counted multiple times. The value is rounded to the nearest multiple of 10,
954
+ # 100, 1,000 or 1,000,000, depending on the magnitude of the value.
948
955
  # Corresponds to the JSON property `metrics`
949
956
  # @return [Array<String>]
950
957
  attr_accessor :metrics
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230329"
25
+ REVISION = "20230425"
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.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-04-02 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.17.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.18.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: []