google-apis-playdeveloperreporting_v1beta1 0.15.0 → 0.17.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6fb15c11a45ad6ef569b1734e8fe3ab5cd94f2f4920c639e56a367deaf22485
|
4
|
+
data.tar.gz: 6f67df726581ab30506dbb2bedf367718569fa81a7645c97f7ae7426557ea495
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dab2db4d65a26f21155837595834a6f329018ab7927cec836ec3e4724cb3c1b0cb66a23afae713fd6ff44148b797f39ba90f947ef38e7699a3e43f7bfe7dc28
|
7
|
+
data.tar.gz: 9ea0d4471b1912a05aa9685a8636ee81d5b95db310658b4ab1daf2bf64583dab15eff56761cc2fa53aa7487a5d46ac2f7e00524fd15a56b3161b4b1aeb050a30
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1beta1
|
2
2
|
|
3
|
+
### v0.17.0 (2023-05-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230504
|
6
|
+
|
7
|
+
### v0.16.0 (2023-04-30)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230425
|
10
|
+
|
3
11
|
### v0.15.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`.
|
97
|
-
#
|
98
|
-
#
|
99
|
-
#
|
100
|
-
#
|
101
|
-
#
|
102
|
-
#
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
106
|
-
#
|
107
|
-
#
|
108
|
-
#
|
109
|
-
#
|
110
|
-
#
|
111
|
-
#
|
112
|
-
# google.type.Decimal`):
|
113
|
-
#
|
114
|
-
#
|
115
|
-
#
|
116
|
-
#
|
117
|
-
#
|
118
|
-
#
|
119
|
-
#
|
120
|
-
#
|
121
|
-
# * `
|
122
|
-
#
|
123
|
-
# device. * `
|
124
|
-
#
|
125
|
-
#
|
126
|
-
#
|
127
|
-
#
|
128
|
-
#
|
129
|
-
#
|
130
|
-
#
|
131
|
-
#
|
132
|
-
#
|
133
|
-
#
|
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`.
|
177
|
-
# metrics
|
178
|
-
#
|
179
|
-
#
|
180
|
-
#
|
181
|
-
#
|
182
|
-
#
|
183
|
-
#
|
184
|
-
#
|
185
|
-
#
|
186
|
-
#
|
187
|
-
#
|
188
|
-
#
|
189
|
-
#
|
190
|
-
#
|
191
|
-
#
|
192
|
-
#
|
193
|
-
#
|
194
|
-
#
|
195
|
-
#
|
196
|
-
#
|
197
|
-
#
|
198
|
-
#
|
199
|
-
#
|
200
|
-
#
|
201
|
-
#
|
202
|
-
#
|
203
|
-
#
|
204
|
-
#
|
205
|
-
# string):
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
209
|
-
#
|
210
|
-
# . * `
|
211
|
-
# ,
|
212
|
-
#
|
213
|
-
#
|
214
|
-
#
|
215
|
-
#
|
216
|
-
# of the device's
|
217
|
-
#
|
218
|
-
#
|
219
|
-
#
|
220
|
-
# "
|
221
|
-
#
|
222
|
-
#
|
223
|
-
#
|
224
|
-
#
|
225
|
-
#
|
226
|
-
#
|
227
|
-
#
|
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 GooglePlayDeveloperReportingV1beta1CrashRateMetricSet
|
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. * `
|
518
|
-
#
|
519
|
-
#
|
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.
|
777
|
-
# google.type.Decimal`): Rolling
|
778
|
-
#
|
779
|
-
#
|
780
|
-
#
|
781
|
-
#
|
782
|
-
#
|
783
|
-
#
|
784
|
-
#
|
785
|
-
#
|
786
|
-
#
|
787
|
-
#
|
788
|
-
#
|
789
|
-
#
|
790
|
-
#
|
791
|
-
#
|
792
|
-
# this
|
793
|
-
#
|
794
|
-
#
|
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.
|
929
|
-
# Percentage of distinct users
|
930
|
-
# least one crash while they were
|
931
|
-
# crash). An app is considered to be
|
932
|
-
# activity or executing any foreground
|
933
|
-
# userPerceivedCrashRate7dUserWeighted` (`google.type.Decimal`):
|
934
|
-
# value of `userPerceivedCrashRate` in the last 7 days. The
|
935
|
-
# weighted by the count of distinct users for the day.
|
936
|
-
# userPerceivedCrashRate28dUserWeighted` (`
|
937
|
-
# average value of `userPerceivedCrashRate` in
|
938
|
-
# values are weighted by the count of distinct users
|
939
|
-
#
|
940
|
-
#
|
941
|
-
#
|
942
|
-
#
|
943
|
-
# be in active use if it is
|
944
|
-
#
|
945
|
-
#
|
946
|
-
#
|
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. * `
|
1048
|
-
#
|
1049
|
-
#
|
1050
|
-
#
|
1051
|
-
#
|
1052
|
-
#
|
1053
|
-
#
|
1054
|
-
#
|
1055
|
-
#
|
1056
|
-
#
|
1057
|
-
#
|
1058
|
-
#
|
1059
|
-
#
|
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. * `
|
1814
|
-
#
|
1815
|
-
# s device
|
1816
|
-
#
|
1817
|
-
#
|
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. * `
|
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. * `
|
1955
|
-
#
|
1956
|
-
# s device
|
1957
|
-
#
|
1958
|
-
#
|
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 PlaydeveloperreportingV1beta1
|
18
18
|
# Version of the google-apis-playdeveloperreporting_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.17.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 = "
|
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 = "
|
308
|
-
# deviceModel = "marlin"`. * `
|
309
|
-
# the requested device
|
310
|
-
#
|
311
|
-
#
|
312
|
-
#
|
313
|
-
#
|
314
|
-
#
|
315
|
-
#
|
316
|
-
#
|
317
|
-
#
|
318
|
-
#
|
319
|
-
#
|
320
|
-
#
|
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
|
454
|
-
#
|
455
|
-
# marlin"`. * `
|
456
|
-
# device
|
457
|
-
# error reports
|
458
|
-
#
|
459
|
-
#
|
460
|
-
#
|
461
|
-
#
|
462
|
-
#
|
463
|
-
#
|
464
|
-
#
|
465
|
-
#
|
466
|
-
#
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
470
|
-
#
|
471
|
-
#
|
472
|
-
# CNF. The `OR` operator
|
473
|
-
# the
|
474
|
-
#
|
475
|
-
#
|
476
|
-
# errorIssueType = ANR`
|
477
|
-
#
|
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_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.17.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-
|
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_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.17.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-playdeveloperreporting_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|