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: d6f69721a0c84b61014e9b321726b12104d29469fcf6473515b294285b75d538
4
- data.tar.gz: e8203540cf63814336a527d1efccaaf6825e6f98633621bfb74398aa542fc111
3
+ metadata.gz: c461ce827570f51f1f6fb69bda0cf38ce80c234e2dc3594a515028b21932cb39
4
+ data.tar.gz: 850b8ab73522e21ed2243f1bf8f8fd5701aefc557a2bc21c8590f5324c79b18d
5
5
  SHA512:
6
- metadata.gz: aff5ff5e4eda81c5f08ca0db31c86ed55350cdde50a155c981c54e71e8bc31c2aeed45a3a994c83d96662e39980ad7f90d7de781ccc2a23cc5dacc9ce9cb522d
7
- data.tar.gz: 1eb7435382fa9d848b5b886c25067e7b28e8cfe2eb3a3f2839b28880ffb220adc7a871469b6795c716a3a7b4a22ccff2d241f6c08544694cfb79a514d19d28a7
6
+ metadata.gz: 3af3b88ccf59c4236f8bdf951780ea7f1cb13a8d49e3753a5ca1746e95bb3a8e13d457fb8c7a5e22689fe460af21e8a626fd603e9e409de63153f0f6ac7b6d9d
7
+ data.tar.gz: 55156ab0c621d087926bc68c04ca88387b40841849baeb60f1ccc27817000d6147f1312bb7c2570bd1f903d828121ce49cba22fd760dd247ee2cd3a6ef2ee145
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1alpha1
2
2
 
3
+ ### v0.31.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240704
6
+
3
7
  ### v0.30.0 (2024-05-19)
4
8
 
5
9
  * Regenerated using generator version 0.15.0
@@ -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. * `isUserPerceived` (string): denotes
1309
- # whether error is user perceived or not, USER_PERCEIVED or NOT_USER_PERCEIVED. *
1310
- # `issueId` (string): the id an error was assigned to. The value should
1311
- # correspond to the ``issue`` component of the issue name. * `deviceRamBucket` (
1312
- # int64): RAM of the device, in MB, in buckets (3GB, 4GB, etc.). * `
1313
- # deviceSocMake` (string): Make of the device's primary system-on-chip, e.g.,
1314
- # Samsung. [Reference](https://developer.android.com/reference/android/os/Build#
1315
- # SOC_MANUFACTURER) * `deviceSocModel` (string): Model of the device's primary
1316
- # system-on-chip, e.g., "Exynos 2100". [Reference](https://developer.android.com/
1317
- # reference/android/os/Build#SOC_MODEL) * `deviceCpuMake` (string): Make of the
1318
- # device's CPU, e.g., Qualcomm. * `deviceCpuModel` (string): Model of the device'
1319
- # s CPU, e.g., "Kryo 240". * `deviceGpuMake` (string): Make of the device's GPU,
1320
- # e.g., ARM. * `deviceGpuModel` (string): Model of the device's GPU, e.g., Mali.
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.30.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 = "20240306"
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.30.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-05-26 00:00:00.000000000 Z
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.30.0
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: []