google-apis-playdeveloperreporting_v1alpha1 0.7.0 → 0.9.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7d419bed79f49e6d504346a37a355482ca0920cbff84da27ff566671d1d01ff
|
|
4
|
+
data.tar.gz: 2d9fdc4cfdbda6fd99fae79c913489dccd27ae2055170bfa850b00454352c05b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 425e7070cf3ec6108bae591360a9c1ac7574917807149da77fe96a82e3f5b915c7dec988c2b6530bde4233b58665337207628efe28d3d70630728c8112dcc437
|
|
7
|
+
data.tar.gz: edd4997af5f3901d5951066fb83a75f1bc3eef13996979b7ca810220b5e6c4b433a4bd6c5666d590931ec5bab59897123eba412ecc8d76d56100245bfac83c4b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-playdeveloperreporting_v1alpha1
|
|
2
2
|
|
|
3
|
+
### v0.9.0 (2022-09-17)
|
|
4
|
+
|
|
5
|
+
* Unspecified changes
|
|
6
|
+
|
|
7
|
+
### v0.8.0 (2022-07-28)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20220726
|
|
10
|
+
|
|
3
11
|
### v0.7.0 (2022-07-23)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20220720
|
|
@@ -113,12 +113,26 @@ module Google
|
|
|
113
113
|
# identifier of the user's device model. * `deviceType` (string): the type (also
|
|
114
114
|
# known as form factor) of the user's device. * `countryCode` (string): the
|
|
115
115
|
# country or region of the user's device based on their IP address, represented
|
|
116
|
-
# as a 2-letter ISO-3166 code (e.g. US for the United States).
|
|
117
|
-
#
|
|
118
|
-
#
|
|
119
|
-
#
|
|
120
|
-
#
|
|
121
|
-
#
|
|
116
|
+
# as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
|
117
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
|
118
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
|
119
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
|
120
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
|
121
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
|
122
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
|
123
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
|
124
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
|
125
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
|
126
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
|
127
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
|
128
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
|
129
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
|
130
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
|
131
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
|
132
|
+
# user needs the _View app information (read-only)_ permission for the app. **
|
|
133
|
+
# Related metric sets:** * vitals.errors contains unnormalized version (absolute
|
|
134
|
+
# counts) of crashes. * vitals.errors contains normalized metrics about crashes,
|
|
135
|
+
# another stability metric.
|
|
122
136
|
class GooglePlayDeveloperReportingV1alpha1AnrRateMetricSet
|
|
123
137
|
include Google::Apis::Core::Hashable
|
|
124
138
|
|
|
@@ -171,11 +185,26 @@ module Google
|
|
|
171
185
|
# device model. * `deviceType` (string): the type (also known as form factor) of
|
|
172
186
|
# the user's device. * `countryCode` (string): the country or region of the user'
|
|
173
187
|
# s device based on their IP address, represented as a 2-letter ISO-3166 code (e.
|
|
174
|
-
# g. US for the United States).
|
|
175
|
-
#
|
|
176
|
-
#
|
|
177
|
-
#
|
|
178
|
-
#
|
|
188
|
+
# g. US for the United States). * `deviceRamBucket` (int64): RAM of the device,
|
|
189
|
+
# in MB, in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the
|
|
190
|
+
# device's primary system-on-chip, e.g., Samsung. [Reference](https://developer.
|
|
191
|
+
# android.com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (
|
|
192
|
+
# string): Model of the device's primary system-on-chip, e.g., "Exynos 2100". [
|
|
193
|
+
# Reference](https://developer.android.com/reference/android/os/Build#SOC_MODEL)
|
|
194
|
+
# * `deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
|
195
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
|
196
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
|
197
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
|
198
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
199
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
|
200
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
|
201
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
|
202
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
203
|
+
# **Required permissions**: to access this resource, the calling user needs the
|
|
204
|
+
# _View app information (read-only)_ permission for the app. **Related metric
|
|
205
|
+
# sets:** * vitals.errors contains unnormalized version (absolute counts) of
|
|
206
|
+
# crashes. * vitals.errors contains normalized metrics about ANRs, another
|
|
207
|
+
# stability metric.
|
|
179
208
|
class GooglePlayDeveloperReportingV1alpha1CrashRateMetricSet
|
|
180
209
|
include Google::Apis::Core::Hashable
|
|
181
210
|
|
|
@@ -262,11 +291,25 @@ module Google
|
|
|
262
291
|
# the user's device model. * `deviceType` (string): identifier of the device's
|
|
263
292
|
# form factor, e.g., PHONE. * `issueId` (string): the id an error was assigned
|
|
264
293
|
# to. The value should correspond to the ``issue`` component of the issue name. *
|
|
265
|
-
#
|
|
266
|
-
#
|
|
267
|
-
#
|
|
268
|
-
#
|
|
269
|
-
#
|
|
294
|
+
# `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB,
|
|
295
|
+
# etc.). * `deviceSocMake` (string): Make of the device's primary system-on-chip,
|
|
296
|
+
# e.g., Samsung. [Reference](https://developer.android.com/reference/android/os/
|
|
297
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
|
298
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
|
299
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
|
300
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
|
301
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
|
302
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
|
303
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
|
304
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
|
305
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
|
306
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
|
307
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
|
308
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
|
309
|
+
# user needs the _View app information (read-only)_ permission for the app. **
|
|
310
|
+
# Related metric sets:** * vitals.errors.counts contains normalized metrics
|
|
311
|
+
# about Crashes, another stability metric. * vitals.errors.counts contains
|
|
312
|
+
# normalized metrics about ANRs, another stability metric.
|
|
270
313
|
class GooglePlayDeveloperReportingV1alpha1ErrorCountMetricSet
|
|
271
314
|
include Google::Apis::Core::Hashable
|
|
272
315
|
|
|
@@ -421,9 +464,23 @@ module Google
|
|
|
421
464
|
# string): unique identifier of the user's device model. * `deviceType` (string):
|
|
422
465
|
# the type (also known as form factor) of the user's device. * `countryCode` (
|
|
423
466
|
# string): the country or region of the user's device based on their IP address,
|
|
424
|
-
# represented as a 2-letter ISO-3166 code (e.g. US for the United States).
|
|
425
|
-
#
|
|
426
|
-
#
|
|
467
|
+
# represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
|
468
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
|
469
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
|
470
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
|
471
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
|
472
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
|
473
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
|
474
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
|
475
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
|
476
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
|
477
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
|
478
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
|
479
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
|
480
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
|
481
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
|
482
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
|
483
|
+
# user needs the _View app information (read-only)_ permission for the app.
|
|
427
484
|
class GooglePlayDeveloperReportingV1alpha1ExcessiveWakeupRateMetricSet
|
|
428
485
|
include Google::Apis::Core::Hashable
|
|
429
486
|
|
|
@@ -627,7 +684,21 @@ module Google
|
|
|
627
684
|
# deviceType` (string): the type (also known as form factor) of the user's
|
|
628
685
|
# device. * `countryCode` (string): the country or region of the user's device
|
|
629
686
|
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
|
630
|
-
# for the United States).
|
|
687
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
|
688
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
|
689
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
|
690
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
|
691
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
|
692
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
|
693
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
|
694
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
|
695
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
|
696
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
|
697
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
698
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
|
699
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
|
700
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
|
701
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
631
702
|
# Corresponds to the JSON property `dimensions`
|
|
632
703
|
# @return [Array<String>]
|
|
633
704
|
attr_accessor :dimensions
|
|
@@ -739,7 +810,21 @@ module Google
|
|
|
739
810
|
# deviceType` (string): the type (also known as form factor) of the user's
|
|
740
811
|
# device. * `countryCode` (string): the country or region of the user's device
|
|
741
812
|
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
|
742
|
-
# for the United States).
|
|
813
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
|
814
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
|
815
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
|
816
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
|
817
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
|
818
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
|
819
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
|
820
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
|
821
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
|
822
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
|
823
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
824
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
|
825
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
|
826
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
|
827
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
743
828
|
# Corresponds to the JSON property `dimensions`
|
|
744
829
|
# @return [Array<String>]
|
|
745
830
|
attr_accessor :dimensions
|
|
@@ -853,7 +938,21 @@ module Google
|
|
|
853
938
|
# reportType` (string): the type of error. The value should correspond to one of
|
|
854
939
|
# the possible values in ErrorType. * `issueId` (string): the id an error was
|
|
855
940
|
# assigned to. The value should correspond to the ``issue`` component of the
|
|
856
|
-
# issue name.
|
|
941
|
+
# issue name. * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (
|
|
942
|
+
# 3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
|
|
943
|
+
# system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/
|
|
944
|
+
# reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
|
945
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
|
946
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
|
947
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
|
948
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
|
949
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
|
950
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
|
951
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
952
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
|
953
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
|
954
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
|
955
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
857
956
|
# Corresponds to the JSON property `dimensions`
|
|
858
957
|
# @return [Array<String>]
|
|
859
958
|
attr_accessor :dimensions
|
|
@@ -957,7 +1056,21 @@ module Google
|
|
|
957
1056
|
# deviceType` (string): the type (also known as form factor) of the user's
|
|
958
1057
|
# device. * `countryCode` (string): the country or region of the user's device
|
|
959
1058
|
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
|
960
|
-
# for the United States).
|
|
1059
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
|
1060
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
|
1061
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
|
1062
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
|
1063
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
|
1064
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
|
1065
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
|
1066
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
|
1067
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
|
1068
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
|
1069
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
1070
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
|
1071
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
|
1072
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
|
1073
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
961
1074
|
# Corresponds to the JSON property `dimensions`
|
|
962
1075
|
# @return [Array<String>]
|
|
963
1076
|
attr_accessor :dimensions
|
|
@@ -1072,7 +1185,21 @@ module Google
|
|
|
1072
1185
|
# deviceType` (string): the type (also known as form factor) of the user's
|
|
1073
1186
|
# device. * `countryCode` (string): the country or region of the user's device
|
|
1074
1187
|
# based on their IP address, represented as a 2-letter ISO-3166 code (e.g. US
|
|
1075
|
-
# for the United States).
|
|
1188
|
+
# for the United States). * `deviceRamBucket` (int64): RAM of the device, in MB,
|
|
1189
|
+
# in buckets (3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's
|
|
1190
|
+
# primary system-on-chip, e.g., Samsung. [Reference](https://developer.android.
|
|
1191
|
+
# com/reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
|
1192
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
|
1193
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
|
1194
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
|
1195
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
|
1196
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
|
1197
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
|
1198
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
1199
|
+
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
|
1200
|
+
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
|
1201
|
+
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
|
1202
|
+
# * `deviceScreenDpi` (string): Screen density of the device, e.g., mdpi, hdpi.
|
|
1076
1203
|
# Corresponds to the JSON property `dimensions`
|
|
1077
1204
|
# @return [Array<String>]
|
|
1078
1205
|
attr_accessor :dimensions
|
|
@@ -1253,9 +1380,23 @@ module Google
|
|
|
1253
1380
|
# string): unique identifier of the user's device model. * `deviceType` (string):
|
|
1254
1381
|
# the type (also known as form factor) of the user's device. * `countryCode` (
|
|
1255
1382
|
# string): the country or region of the user's device based on their IP address,
|
|
1256
|
-
# represented as a 2-letter ISO-3166 code (e.g. US for the United States).
|
|
1257
|
-
#
|
|
1258
|
-
#
|
|
1383
|
+
# represented as a 2-letter ISO-3166 code (e.g. US for the United States). * `
|
|
1384
|
+
# deviceRamBucket` (int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.)
|
|
1385
|
+
# . * `deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.
|
|
1386
|
+
# , Samsung. [Reference](https://developer.android.com/reference/android/os/
|
|
1387
|
+
# Build#SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's
|
|
1388
|
+
# primary system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.
|
|
1389
|
+
# android.com/reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string):
|
|
1390
|
+
# Make of the device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model
|
|
1391
|
+
# of the device's CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the
|
|
1392
|
+
# device's GPU, e.g., ARM. * `deviceGpuModel` (string): Model of the device's
|
|
1393
|
+
# GPU, e.g., Mali. * `deviceGpuVersion` (string): Version of the device's GPU, e.
|
|
1394
|
+
# g., T750. * `deviceVulkanVersion` (string): Vulkan version of the device, e.g.,
|
|
1395
|
+
# "4198400". * `deviceGlEsVersion` (string): OpenGL ES version of the device, e.
|
|
1396
|
+
# g., "196610". * `deviceScreenSize` (string): Screen size of the device, e.g.,
|
|
1397
|
+
# NORMAL, LARGE. * `deviceScreenDpi` (string): Screen density of the device, e.g.
|
|
1398
|
+
# , mdpi, hdpi. **Required permissions**: to access this resource, the calling
|
|
1399
|
+
# user needs the _View app information (read-only)_ permission for the app.
|
|
1259
1400
|
class GooglePlayDeveloperReportingV1alpha1StuckBackgroundWakelockRateMetricSet
|
|
1260
1401
|
include Google::Apis::Core::Hashable
|
|
1261
1402
|
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220726"
|
|
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.
|
|
4
|
+
version: 0.9.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -16,7 +16,7 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
19
|
+
version: 0.7.2
|
|
20
20
|
- - "<"
|
|
21
21
|
- !ruby/object:Gem::Version
|
|
22
22
|
version: 2.a
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ">="
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version:
|
|
29
|
+
version: 0.7.2
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
@@ -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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.9.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: []
|