google-apis-playdeveloperreporting_v1alpha1 0.17.0 → 0.19.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: 224c4eb478bcc4d80d68294a4c4ac4a390eb871b1b0840773e427faf7d2c6d4b
4
- data.tar.gz: e1643ec84a2310d9103969a5592d192c8e996e3f73d7ba39fa483ff8fb4cdea2
3
+ metadata.gz: 793deb67ba76266e3da17277081eb2371578dab53b48bff345e36e1e5ba755e1
4
+ data.tar.gz: 2f7485a5d095bb8e2767ffed0f41bf4460d39f4ea72237250f29980477815534
5
5
  SHA512:
6
- metadata.gz: 8285dc4d5de53e830266330d181ae6331c5a65c2dcac1a0cfc788f9d702d21ed62cb7c8ed61a537ab9e668bfc18ad30ba33d013a242dd7703df8297e455bb6e9
7
- data.tar.gz: 24ad57200ffb6022da77f9e06eab7a12870deae8b43a960fe49c538761c22174e9575134b5d6c87e2b4209e06b9fdc68e241a1987c7c6920e62537ba53717e48
6
+ metadata.gz: 3b54c65c08d4fff2ae5419aca9aff51ae859c10416146cc82f7dba5ece5bbcb7839878e5a1c675c9d9496882090a08d1f69aa9b91de39ef519dbe04994a18aa7
7
+ data.tar.gz: e6a8184334ac4646503da2f0ff3c4f8a9164024ae36488dd70ebb280787a0667aaf35f1ace37ac336ab9b0522c1e3fdc41aca24688befe63aea7b02b05635dd5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.19.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230504
6
+
7
+ ### v0.18.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230425
10
+
3
11
  ### v0.17.0 (2023-04-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230329
@@ -93,44 +93,47 @@ 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. * `deviceBrand` (string): unique identifier of the
125
+ # user's device brand. * `deviceType` (string): the type (also known as form
126
+ # factor) of the user's device. * `countryCode` (string): the country or region
127
+ # of the user's device based on their IP address, represented as a 2-letter ISO-
128
+ # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
129
+ # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
130
+ # Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
131
+ # /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
132
+ # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
133
+ # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
134
+ # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
135
+ # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
136
+ # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
134
137
  # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
135
138
  # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
136
139
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
@@ -173,58 +176,62 @@ module Google
173
176
  # contains crashes data combined with usage data to produce a normalized metric
174
177
  # independent of user counts. **Supported aggregation periods:** * DAILY:
175
178
  # 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.
179
+ # constraints, the only supported timezone is `America/Los_Angeles`. * HOURLY:
180
+ # metrics are aggregated in hourly intervals. The default and only supported
181
+ # timezone is `UTC`. **Supported metrics:** * `crashRate` (`google.type.Decimal`)
182
+ # : Percentage of distinct users in the aggregation period that experienced at
183
+ # least one crash. * `crashRate7dUserWeighted` (`google.type.Decimal`): Rolling
184
+ # average value of `crashRate` in the last 7 days. The daily values are weighted
185
+ # by the count of distinct users for the day. Not supported in HOURLY
186
+ # granularity. * `crashRate28dUserWeighted` (`google.type.Decimal`): Rolling
187
+ # average value of `crashRate` in the last 28 days. The daily values are
188
+ # weighted by the count of distinct users for the day. Not supported in HOURLY
189
+ # granularity. * `userPerceivedCrashRate` (`google.type.Decimal`): Percentage of
190
+ # distinct users in the aggregation period that experienced at least one crash
191
+ # while they were actively using your app (a user-perceived crash). An app is
192
+ # considered to be in active use if it is displaying any activity or executing
193
+ # any foreground service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.
194
+ # Decimal`): Rolling average value of `userPerceivedCrashRate` in the last 7
195
+ # days. The daily values are weighted by the count of distinct users for the day.
196
+ # Not supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted`
197
+ # (`google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
198
+ # the last 28 days. The daily values are weighted by the count of distinct users
199
+ # for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
200
+ # type.Decimal`): Count of distinct users in the aggregation period that were
201
+ # used as normalization value for the `crashRate` and `userPerceivedCrashRate`
202
+ # metrics. A user is counted in this metric if they used the app actively during
203
+ # the aggregation period. An app is considered to be in active use if it is
204
+ # displaying any activity or executing any foreground service. Care must be
205
+ # taken not to aggregate this count further, as it may result in users being
206
+ # counted multiple times. The value is rounded to the nearest multiple of 10,
207
+ # 100, 1,000 or 1,000,000, depending on the magnitude of the value. **Supported
208
+ # dimensions:** * `apiLevel` (string): the API level of Android that was running
209
+ # on the user's device. * `versionCode` (int64): version of the app that was
210
+ # running on the user's device. * `deviceModel` (string): unique identifier of
211
+ # the user's device model. * `deviceBrand` (string): unique identifier of the
212
+ # user's device brand. * `deviceType` (string): the type (also known as form
213
+ # factor) of the user's device. * `countryCode` (string): the country or region
214
+ # of the user's device based on their IP address, represented as a 2-letter ISO-
215
+ # 3166 code (e.g. US for the United States). * `deviceRamBucket` (int64): RAM of
216
+ # the device, in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string):
217
+ # Make of the device's primary system-on-chip, e.g., Samsung. [Reference](https:/
218
+ # /developer.android.com/reference/android/os/Build#SOC_MANUFACTURER) * `
219
+ # deviceSocModel` (string): Model of the device's primary system-on-chip, e.g., "
220
+ # Exynos 2100". [Reference](https://developer.android.com/reference/android/os/
221
+ # Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the device's CPU, e.g.,
222
+ # Qualcomm. * `deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo
223
+ # 240". * `deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
224
+ # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
225
+ # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
226
+ # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
227
+ # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
228
+ # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
229
+ # * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
230
+ # **Required permissions**: to access this resource, the calling user needs the
231
+ # _View app information (read-only)_ permission for the app. **Related metric
232
+ # sets:** * vitals.errors contains unnormalized version (absolute counts) of
233
+ # crashes. * vitals.errors contains normalized metrics about ANRs, another
234
+ # stability metric.
228
235
  class GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
229
236
  include Google::Apis::Core::Hashable
230
237
 
@@ -514,9 +521,10 @@ module Google
514
521
  # the value. **Supported dimensions:** * `apiLevel` (string): the API level of
515
522
  # Android that was running on the user's device. * `versionCode` (int64):
516
523
  # version of the app that was running on the user's device. * `deviceModel` (
517
- # string): unique identifier of the user's device model. * `deviceType` (string):
518
- # the type (also known as form factor) of the user's device. * `countryCode` (
519
- # string): the country or region of the user's device based on their IP address,
524
+ # string): unique identifier of the user's device model. * `deviceBrand` (string)
525
+ # : unique identifier of the user's device brand. * `deviceType` (string): the
526
+ # type (also known as form factor) of the user's device. * `countryCode` (string)
527
+ # : the country or region of the user's device based on their IP address,
520
528
  # represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
521
529
  # deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
522
530
  # . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
@@ -740,6 +748,7 @@ module Google
740
748
  # string): the API level of Android that was running on the user's device. * `
741
749
  # versionCode` (int64): version of the app that was running on the user's device.
742
750
  # * `deviceModel` (string): unique identifier of the user's device model. * `
751
+ # deviceBrand` (string): unique identifier of the user's device brand. * `
743
752
  # deviceType` (string): the type (also known as form factor) of the user's
744
753
  # device. * `countryCode` (string): the country or region of the user's device
745
754
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
@@ -773,25 +782,27 @@ module Google
773
782
  # ): Percentage of distinct users in the aggregation period that experienced at
774
783
  # least one ANR. * `anrRate7dUserWeighted` (`google.type.Decimal`): Rolling
775
784
  # 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.
785
+ # by the count of distinct users for the day. Not supported in HOURLY
786
+ # granularity. * `anrRate28dUserWeighted` (`google.type.Decimal`): Rolling
787
+ # average value of `anrRate` in the last 28 days. The daily values are weighted
788
+ # by the count of distinct users for the day. Not supported in HOURLY
789
+ # granularity. * `userPerceivedAnrRate` (`google.type.Decimal`): Percentage of
790
+ # distinct users in the aggregation period that experienced at least one user-
791
+ # perceived ANR. User-perceived ANRs are currently those of 'Input dispatching'
792
+ # type. * `userPerceivedAnrRate7dUserWeighted` (`google.type.Decimal`): Rolling
793
+ # average value of `userPerceivedAnrRate` in the last 7 days. The daily values
794
+ # are weighted by the count of distinct users for the day. Not supported in
795
+ # HOURLY granularity. * `userPerceivedAnrRate28dUserWeighted` (`google.type.
796
+ # Decimal`): Rolling average value of `userPerceivedAnrRate` in the last 28 days.
797
+ # The daily values are weighted by the count of distinct users for the day. Not
798
+ # . supported in HOURLY granularity. * `distinctUsers` (`google.type.Decimal`):
799
+ # Count of distinct users in the aggregation period that were used as
800
+ # normalization value for the `anrRate` and `userPerceivedAnrRate` metrics. A
801
+ # user is counted in this metric if they used the app in the foreground during
802
+ # the aggregation period. Care must be taken not to aggregate this count further,
803
+ # as it may result in users being counted multiple times. The value is rounded
804
+ # to the nearest multiple of 10, 100, 1,000 or 1,000,000, depending on the
805
+ # magnitude of the value.
795
806
  # Corresponds to the JSON property `metrics`
796
807
  # @return [Array<String>]
797
808
  attr_accessor :metrics
@@ -889,6 +900,7 @@ module Google
889
900
  # string): the API level of Android that was running on the user's device. * `
890
901
  # versionCode` (int64): version of the app that was running on the user's device.
891
902
  # * `deviceModel` (string): unique identifier of the user's device model. * `
903
+ # deviceBrand` (string): unique identifier of the user's device brand. * `
892
904
  # deviceType` (string): the type (also known as form factor) of the user's
893
905
  # device. * `countryCode` (string): the country or region of the user's device
894
906
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
@@ -925,26 +937,26 @@ module Google
925
937
  # values are weighted by the count of distinct users for the day. * `
926
938
  # crashRate28dUserWeighted` (`google.type.Decimal`): Rolling average value of `
927
939
  # 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.
940
+ # distinct users for the day. Not supported in HOURLY granularity. * `
941
+ # userPerceivedCrashRate` (`google.type.Decimal`): Percentage of distinct users
942
+ # in the aggregation period that experienced at least one crash while they were
943
+ # actively using your app (a user-perceived crash). An app is considered to be
944
+ # in active use if it is displaying any activity or executing any foreground
945
+ # service. * `userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
946
+ # Rolling average value of `userPerceivedCrashRate` in the last 7 days. The
947
+ # daily values are weighted by the count of distinct users for the day. Not
948
+ # supported in HOURLY granularity. * `userPerceivedCrashRate28dUserWeighted` (`
949
+ # google.type.Decimal`): Rolling average value of `userPerceivedCrashRate` in
950
+ # the last 28 days. The daily values are weighted by the count of distinct users
951
+ # for the day. Not supported in HOURLY granularity. * `distinctUsers` (`google.
952
+ # type.Decimal`): Count of distinct users in the aggregation period that were
953
+ # used as normalization value for the `crashRate` and `userPerceivedCrashRate`
954
+ # metrics. A user is counted in this metric if they used the app actively during
955
+ # the aggregation period. An app is considered to be in active use if it is
956
+ # displaying any activity or executing any foreground service. Care must be
957
+ # taken not to aggregate this count further, as it may result in users being
958
+ # counted multiple times. The value is rounded to the nearest multiple of 10,
959
+ # 100, 1,000 or 1,000,000, depending on the magnitude of the value.
948
960
  # Corresponds to the JSON property `metrics`
949
961
  # @return [Array<String>]
950
962
  attr_accessor :metrics
@@ -1044,19 +1056,20 @@ module Google
1044
1056
  # * `deviceModel` (string): unique identifier of the user's device model. * `
1045
1057
  # deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `
1046
1058
  # reportType` (string): the type of error. The value should correspond to one of
1047
- # the possible values in ErrorType. * `issueId` (string): the id an error was
1048
- # assigned to. The value should correspond to the ``issue`` component of the
1049
- # issue name. * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (
1050
- # 3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
1051
- # system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/
1052
- # reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
1053
- # Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
1054
- # https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
1055
- # deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
1056
- # deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
1057
- # deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
1058
- # deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
1059
- # deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1059
+ # the possible values in ErrorType. * `isUserPerceived` (string): denotes
1060
+ # whether error is user perceived or not, USER_PERCEIVED or NOT_USER_PERCEIVED. *
1061
+ # `issueId` (string): the id an error was assigned to. The value should
1062
+ # correspond to the ``issue`` component of the issue name. * `deviceRamBucket` (
1063
+ # int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `
1064
+ # deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.,
1065
+ # Samsung. [Reference](https://developer.android.com/reference/android/os/Build#
1066
+ # SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary
1067
+ # system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/
1068
+ # reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the
1069
+ # device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device'
1070
+ # s CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU,
1071
+ # e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali.
1072
+ # * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
1060
1073
  # deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
1061
1074
  # `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
1062
1075
  # * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
@@ -1161,6 +1174,7 @@ module Google
1161
1174
  # string): the API level of Android that was running on the user's device. * `
1162
1175
  # versionCode` (int64): version of the app that was running on the user's device.
1163
1176
  # * `deviceModel` (string): unique identifier of the user's device model. * `
1177
+ # deviceBrand` (string): unique identifier of the user's device brand. * `
1164
1178
  # deviceType` (string): the type (also known as form factor) of the user's
1165
1179
  # device. * `countryCode` (string): the country or region of the user's device
1166
1180
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
@@ -1303,6 +1317,7 @@ module Google
1303
1317
  # string): the API level of Android that was running on the user's device. * `
1304
1318
  # versionCode` (int64): version of the app that was running on the user's device.
1305
1319
  # * `deviceModel` (string): unique identifier of the user's device model. * `
1320
+ # deviceBrand` (string): unique identifier of the user's device brand. * `
1306
1321
  # deviceType` (string): the type (also known as form factor) of the user's
1307
1322
  # device. * `countryCode` (string): the country or region of the user's device
1308
1323
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
@@ -1452,6 +1467,7 @@ module Google
1452
1467
  # string): the API level of Android that was running on the user's device. * `
1453
1468
  # versionCode` (int64): version of the app that was running on the user's device.
1454
1469
  # * `deviceModel` (string): unique identifier of the user's device model. * `
1470
+ # deviceBrand` (string): unique identifier of the user's device brand. * `
1455
1471
  # deviceType` (string): the type (also known as form factor) of the user's
1456
1472
  # device. * `countryCode` (string): the country or region of the user's device
1457
1473
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
@@ -1592,6 +1608,7 @@ module Google
1592
1608
  # string): the API level of Android that was running on the user's device. * `
1593
1609
  # versionCode` (int64): version of the app that was running on the user's device.
1594
1610
  # * `deviceModel` (string): unique identifier of the user's device model. * `
1611
+ # deviceBrand` (string): unique identifier of the user's device brand. * `
1595
1612
  # deviceType` (string): the type (also known as form factor) of the user's
1596
1613
  # device. * `countryCode` (string): the country or region of the user's device
1597
1614
  # based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
@@ -1810,11 +1827,12 @@ module Google
1810
1827
  # apiLevel` (string): the API level of Android that was running on the user's
1811
1828
  # device. * `versionCode` (int64): version of the app that was running on the
1812
1829
  # user's device. * `deviceModel` (string): unique identifier of the user's
1813
- # device model. * `deviceType` (string): the type (also known as form factor) of
1814
- # the user's device. * `countryCode` (string): the country or region of the user'
1815
- # s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
1816
- # g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
1817
- # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
1830
+ # device model. * `deviceBrand` (string): unique identifier of the user's device
1831
+ # brand. * `deviceType` (string): the type (also known as form factor) of the
1832
+ # user's device. * `countryCode` (string): the country or region of the user's
1833
+ # device based on their IP address, represented as a 2-letter ISO-3166 code (e.g.
1834
+ # US for the United States). * `deviceRamBucket` (int64): RAM of the device, in
1835
+ # MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
1818
1836
  # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
1819
1837
  # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
1820
1838
  # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
@@ -1880,7 +1898,8 @@ module Google
1880
1898
  # . **Supported dimensions:** * `apiLevel` (string): the API level of Android
1881
1899
  # that was running on the user's device. * `versionCode` (int64): version of the
1882
1900
  # app that was running on the user's device. * `deviceModel` (string): unique
1883
- # identifier of the user's device model. * `deviceType` (string): the type (also
1901
+ # identifier of the user's device model. * `deviceBrand` (string): unique
1902
+ # identifier of the user's device brand. * `deviceType` (string): the type (also
1884
1903
  # known as form factor) of the user's device. * `countryCode` (string): the
1885
1904
  # country or region of the user's device based on their IP address, represented
1886
1905
  # as a 2-letter ISO-3166 code (e.g. US for the United States). * `
@@ -1951,11 +1970,12 @@ module Google
1951
1970
  # * * `apiLevel` (string): the API level of Android that was running on the user'
1952
1971
  # s device. * `versionCode` (int64): version of the app that was running on the
1953
1972
  # user's device. * `deviceModel` (string): unique identifier of the user's
1954
- # device model. * `deviceType` (string): the type (also known as form factor) of
1955
- # the user's device. * `countryCode` (string): the country or region of the user'
1956
- # s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
1957
- # g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
1958
- # in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
1973
+ # device model. * `deviceBrand` (string): unique identifier of the user's device
1974
+ # brand. * `deviceType` (string): the type (also known as form factor) of the
1975
+ # user's device. * `countryCode` (string): the country or region of the user's
1976
+ # device based on their IP address, represented as a 2-letter ISO-3166 code (e.g.
1977
+ # US for the United States). * `deviceRamBucket` (int64): RAM of the device, in
1978
+ # MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
1959
1979
  # device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
1960
1980
  # android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
1961
1981
  # string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
@@ -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.19.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 = "20230504"
26
26
  end
27
27
  end
28
28
  end
@@ -304,20 +304,22 @@ module Google
304
304
  # Example: `apiLevel = 28 OR apiLevel = 29`. * `versionCode`: Matches error
305
305
  # issues that occurred in the requested app version codes only. Example: `
306
306
  # versionCode = 123 OR versionCode = 456`. * `deviceModel`: Matches error issues
307
- # that occurred in the requested devices. Example: `deviceModel = "walleye" OR
308
- # deviceModel = "marlin"`. * `deviceType`: Matches error issues that occurred in
309
- # the requested device types. Example: `deviceType = "PHONE"`. * `errorIssueType`
310
- # : Matches error issues of the requested types only. Valid candidates: `CRASH`,
311
- # `ANR`. Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `
312
- # appProcessState`: Matches error issues on the process state of an app,
313
- # indicating whether an app runs in the foreground (user-visible) or background.
314
- # Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState =
315
- # FOREGROUND`. * `isUserPerceived`: Matches error issues that are user-perceived.
316
- # It is not accompanied by any operators. Example: `isUserPerceived`. **
317
- # Supported operators:** * Comparison operators: The only supported comparison
318
- # operator is equality. The filtered field must appear on the left hand side of
319
- # the comparison. * Logical Operators: Logical operators `AND` and `OR` can be
320
- # used to build complex filters following a conjunctive normal form (CNF), i.e.,
307
+ # that occurred in the requested devices. Example: `deviceModel = "google/
308
+ # walleye" OR deviceModel = "google/marlin"`. * `deviceBrand`: Matches error
309
+ # issues that occurred in the requested device brands. Example: `deviceBrand = "
310
+ # Google". * `deviceType`: Matches error issues that occurred in the requested
311
+ # device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches
312
+ # error issues of the requested types only. Valid candidates: `CRASH`, `ANR`.
313
+ # Example: `errorIssueType = CRASH OR errorIssueType = ANR`. * `appProcessState`:
314
+ # Matches error issues on the process state of an app, indicating whether an
315
+ # app runs in the foreground (user-visible) or background. Valid candidates: `
316
+ # FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `
317
+ # isUserPerceived`: Matches error issues that are user-perceived. It is not
318
+ # accompanied by any operators. Example: `isUserPerceived`. ** Supported
319
+ # operators:** * Comparison operators: The only supported comparison operator is
320
+ # equality. The filtered field must appear on the left hand side of the
321
+ # comparison. * Logical Operators: Logical operators `AND` and `OR` can be used
322
+ # to build complex filters following a conjunctive normal form (CNF), i.e.,
321
323
  # conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so
322
324
  # the use of parenthesis is not necessary when building CNF. The `OR` operator
323
325
  # is only supported to build disjunctions that apply to the same field, e.g., `
@@ -450,32 +452,33 @@ module Google
450
452
  # Android versions (specified as the numeric API level) only. Example: `apiLevel
451
453
  # = 28 OR apiLevel = 29`. * `versionCode`: Matches error reports that occurred
452
454
  # in the requested app version codes only. Example: `versionCode = 123 OR
453
- # versionCode = 456`. * `deviceModel`: Matches error reports that occurred in
454
- # the requested devices. Example: `deviceModel = "walleye" OR deviceModel = "
455
- # marlin"`. * `deviceType`: Matches error reports that occurred in the requested
456
- # device types. Example: `deviceType = "PHONE"`. * `errorIssueType`: Matches
457
- # error reports of the requested types only. Valid candidates: `JAVA_CRASH`, `
458
- # NATIVE_CRASH`, `ANR`. Example: `errorIssueType = JAVA_CRASH OR errorIssueType =
459
- # NATIVE_CRASH`. * `errorIssueId`: Matches error reports belonging to the
460
- # requested error issue ids only. Example: `errorIssueId = 1234 OR errorIssueId =
461
- # 4567`. * `appProcessState`: Matches error reports on the process state of an
462
- # app, indicating whether an app runs in the foreground (user-visible) or
463
- # background. Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `
464
- # appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error reports that
465
- # are user-perceived. It is not accompanied by any operators. Example: `
466
- # isUserPerceived`. ** Supported operators:** * Comparison operators: The only
467
- # supported comparison operator is equality. The filtered field must appear on
468
- # the left hand side of the comparison. * Logical Operators: Logical operators `
469
- # AND` and `OR` can be used to build complex filters following a conjunctive
470
- # normal form (CNF), i.e., conjunctions of disjunctions. The `OR` operator takes
471
- # precedence over `AND` so the use of parenthesis is not necessary when building
472
- # CNF. The `OR` operator is only supported to build disjunctions that apply to
473
- # the same field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter
474
- # expression `versionCode = 123 OR errorIssueType = ANR` is not valid. **
475
- # Examples ** Some valid filtering expressions: * `versionCode = 123 AND
476
- # errorIssueType = ANR` * `versionCode = 123 AND errorIssueType = OR
477
- # errorIssueType = CRASH` * `versionCode = 123 AND (errorIssueType = OR
478
- # errorIssueType = CRASH)`
455
+ # versionCode = 456`. * `deviceModel`: Matches error issues that occurred in the
456
+ # requested devices. Example: `deviceModel = "google/walleye" OR deviceModel = "
457
+ # google/marlin"`. * `deviceBrand`: Matches error issues that occurred in the
458
+ # requested device brands. Example: `deviceBrand = "Google". * `deviceType`:
459
+ # Matches error reports that occurred in the requested device types. Example: `
460
+ # deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the
461
+ # requested types only. Valid candidates: `JAVA_CRASH`, `NATIVE_CRASH`, `ANR`.
462
+ # Example: `errorIssueType = JAVA_CRASH OR errorIssueType = NATIVE_CRASH`. * `
463
+ # errorIssueId`: Matches error reports belonging to the requested error issue
464
+ # ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `
465
+ # appProcessState`: Matches error reports on the process state of an app,
466
+ # indicating whether an app runs in the foreground (user-visible) or background.
467
+ # Valid candidates: `FOREGROUND`, `BACKGROUND`. Example: `appProcessState =
468
+ # FOREGROUND`. * `isUserPerceived`: Matches error reports that are user-
469
+ # perceived. It is not accompanied by any operators. Example: `isUserPerceived`.
470
+ # ** Supported operators:** * Comparison operators: The only supported
471
+ # comparison operator is equality. The filtered field must appear on the left
472
+ # hand side of the comparison. * Logical Operators: Logical operators `AND` and `
473
+ # OR` can be used to build complex filters following a conjunctive normal form (
474
+ # CNF), i.e., conjunctions of disjunctions. The `OR` operator takes precedence
475
+ # over `AND` so the use of parenthesis is not necessary when building CNF. The `
476
+ # OR` operator is only supported to build disjunctions that apply to the same
477
+ # field, e.g., `versionCode = 123 OR versionCode = ANR`. The filter expression `
478
+ # versionCode = 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some
479
+ # valid filtering expressions: * `versionCode = 123 AND errorIssueType = ANR` * `
480
+ # versionCode = 123 AND errorIssueType = OR errorIssueType = CRASH` * `
481
+ # versionCode = 123 AND (errorIssueType = OR errorIssueType = CRASH)`
479
482
  # @param [Fixnum] interval_end_time_day
480
483
  # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
481
484
  # or 0 if specifying a datetime without a day.
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.19.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-05-14 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.19.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: []