google-apis-playdeveloperreporting_v1alpha1 0.30.0 → 0.31.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: c461ce827570f51f1f6fb69bda0cf38ce80c234e2dc3594a515028b21932cb39
|
|
4
|
+
data.tar.gz: 850b8ab73522e21ed2243f1bf8f8fd5701aefc557a2bc21c8590f5324c79b18d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3af3b88ccf59c4236f8bdf951780ea7f1cb13a8d49e3753a5ca1746e95bb3a8e13d457fb8c7a5e22689fe460af21e8a626fd603e9e409de63153f0f6ac7b6d9d
|
|
7
|
+
data.tar.gz: 55156ab0c621d087926bc68c04ca88387b40841849baeb60f1ccc27817000d6147f1312bb7c2570bd1f903d828121ce49cba22fd760dd247ee2cd3a6ef2ee145
|
data/CHANGELOG.md
CHANGED
|
@@ -1305,20 +1305,19 @@ module Google
|
|
|
1305
1305
|
# deviceModel` (string): unique identifier of the user's device model. * `
|
|
1306
1306
|
# deviceType` (string): identifier of the device's form factor, e.g., PHONE. * `
|
|
1307
1307
|
# reportType` (string): the type of error. The value should correspond to one of
|
|
1308
|
-
# the possible values in ErrorType. * `
|
|
1309
|
-
#
|
|
1310
|
-
# `
|
|
1311
|
-
#
|
|
1312
|
-
#
|
|
1313
|
-
#
|
|
1314
|
-
#
|
|
1315
|
-
#
|
|
1316
|
-
#
|
|
1317
|
-
#
|
|
1318
|
-
# device's
|
|
1319
|
-
#
|
|
1320
|
-
#
|
|
1321
|
-
# * `deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
1308
|
+
# the possible values in ErrorType. * `issueId` (string): the id an error was
|
|
1309
|
+
# assigned to. The value should correspond to the ``issue`` component of the
|
|
1310
|
+
# issue name. * `deviceRamBucket` (int64): RAM of the device, in MB, in buckets (
|
|
1311
|
+
# 3GB, 4GB, etc.). * `deviceSocMake` (string): Make of the device's primary
|
|
1312
|
+
# system-on-chip, e.g., Samsung. [Reference](https://developer.android.com/
|
|
1313
|
+
# reference/android/os/Build#SOC_MANUFACTURER) * `deviceSocModel` (string):
|
|
1314
|
+
# Model of the device's primary system-on-chip, e.g., "Exynos 2100". [Reference](
|
|
1315
|
+
# https://developer.android.com/reference/android/os/Build#SOC_MODEL) * `
|
|
1316
|
+
# deviceCpuMake` (string): Make of the device's CPU, e.g., Qualcomm. * `
|
|
1317
|
+
# deviceCpuModel` (string): Model of the device's CPU, e.g., "Kryo 240". * `
|
|
1318
|
+
# deviceGpuMake` (string): Make of the device's GPU, e.g., ARM. * `
|
|
1319
|
+
# deviceGpuModel` (string): Model of the device's GPU, e.g., Mali. * `
|
|
1320
|
+
# deviceGpuVersion` (string): Version of the device's GPU, e.g., T750. * `
|
|
1322
1321
|
# deviceVulkanVersion` (string): Vulkan version of the device, e.g., "4198400". *
|
|
1323
1322
|
# `deviceGlEsVersion` (string): OpenGL ES version of the device, e.g., "196610".
|
|
1324
1323
|
# * `deviceScreenSize` (string): Screen size of the device, e.g., NORMAL, LARGE.
|
|
@@ -1329,7 +1328,8 @@ module Google
|
|
|
1329
1328
|
|
|
1330
1329
|
# Filters to apply to data. The filtering expression follows [AIP-160](https://
|
|
1331
1330
|
# google.aip.dev/160) standard and supports filtering by equality of all
|
|
1332
|
-
# breakdown dimensions
|
|
1331
|
+
# breakdown dimensions and: * `isUserPerceived` (string): denotes whether error
|
|
1332
|
+
# is user perceived or not, USER_PERCEIVED or NOT_USER_PERCEIVED.
|
|
1333
1333
|
# Corresponds to the JSON property `filter`
|
|
1334
1334
|
# @return [String]
|
|
1335
1335
|
attr_accessor :filter
|
|
@@ -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.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240704"
|
|
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.31.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: 2024-
|
|
11
|
+
date: 2024-07-25 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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1alpha1/v0.31.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: []
|