google-apis-playdeveloperreporting_v1beta1 0.29.0 → 0.31.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: d843e91996e62fc9caea88692394dfe20f7904bf7a8e3f3aeee2c7b447d0625c
4
- data.tar.gz: 9e648ac3af67d76dbaa3ec68c0fdd7174374908a2ac3abb4ff307306f52b39d9
3
+ metadata.gz: 648cb434dca76e0f1a71854342c0a19a50d7dc9e308f9393a6eea8f431db2a34
4
+ data.tar.gz: a972390b2c5fb13a53347d50af37325a79f766f3739fb22a5504702a37912fda
5
5
  SHA512:
6
- metadata.gz: f7c8827124a78e0524c7fa1db348cac9dc3eb8939430d2144d74a3ef1bdf03be3f23c0ce3ce186c7a16be8c8c33767c496059c561345cf71c31f51d9cd6be63f
7
- data.tar.gz: c117ee52f15b04986c488927ff755346f099fa86fd874fadc4b5aece36d86c3b6ea0eb97f74250f3b26e75567168ceee2e52aafbfaafd95d10a719584609d72a
6
+ metadata.gz: 8999b74695005bfe001a4b38aa41b312427effccf978f8a46f99d37dd9dadd7a14f305610a66366b3b5db39b86568bbf4e4cc6dae1b4232cf6e2590342d018f3
7
+ data.tar.gz: 9a4886e10b877aab737e3c8d2be858a5593a1420a9231c209752101a62dfae67b2449cea26757579e80904f8591cfa0d50c2a1bf7814ceaa59f7210b57d31101
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-playdeveloperreporting_v1beta1
2
2
 
3
+ ### v0.31.0 (2024-09-29)
4
+
5
+ * Regenerated from discovery document revision 20240926
6
+ * Regenerated using generator version 0.15.1
7
+
8
+ ### v0.30.0 (2024-07-25)
9
+
10
+ * Regenerated from discovery document revision 20240704
11
+
3
12
  ### v0.29.0 (2024-05-19)
4
13
 
5
14
  * 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 PlaydeveloperreportingV1beta1
18
18
  # Version of the google-apis-playdeveloperreporting_v1beta1 gem
19
- GEM_VERSION = "0.29.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240306"
25
+ REVISION = "20240926"
26
26
  end
27
27
  end
28
28
  end
@@ -541,28 +541,28 @@ module Google
541
541
  # requested device brands. Example: `deviceBrand = "Google". * `deviceType`:
542
542
  # Matches error reports that occurred in the requested device types. Example: `
543
543
  # deviceType = "PHONE"`. * `errorIssueType`: Matches error reports of the
544
- # requested types only. Valid candidates: `JAVA_CRASH`, `NATIVE_CRASH`, `ANR`.
545
- # Example: `errorIssueType = JAVA_CRASH OR errorIssueType = NATIVE_CRASH`. * `
546
- # errorIssueId`: Matches error reports belonging to the requested error issue
547
- # ids only. Example: `errorIssueId = 1234 OR errorIssueId = 4567`. * `
548
- # errorReportId`: Matches error reports with the requested error report id.
549
- # Example: `errorReportId = 1234 OR errorReportId = 4567`. * `appProcessState`:
550
- # Matches error reports on the process state of an app, indicating whether an
551
- # app runs in the foreground (user-visible) or background. Valid candidates: `
552
- # FOREGROUND`, `BACKGROUND`. Example: `appProcessState = FOREGROUND`. * `
553
- # isUserPerceived`: Matches error reports that are user-perceived. It is not
554
- # accompanied by any operators. Example: `isUserPerceived`. ** Supported
555
- # operators:** * Comparison operators: The only supported comparison operator is
556
- # equality. The filtered field must appear on the left hand side of the
557
- # comparison. * Logical Operators: Logical operators `AND` and `OR` can be used
558
- # to build complex filters following a conjunctive normal form (CNF), i.e.,
559
- # conjunctions of disjunctions. The `OR` operator takes precedence over `AND` so
560
- # the use of parenthesis is not necessary when building CNF. The `OR` operator
561
- # is only supported to build disjunctions that apply to the same field, e.g., `
562
- # versionCode = 123 OR versionCode = ANR`. The filter expression `versionCode =
563
- # 123 OR errorIssueType = ANR` is not valid. ** Examples ** Some valid filtering
564
- # expressions: * `versionCode = 123 AND errorIssueType = ANR` * `versionCode =
565
- # 123 AND errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (
544
+ # requested types only. Valid candidates: `CRASH`, `ANR`. Example: `
545
+ # errorIssueType = CRASH OR errorIssueType = ANR`. * `errorIssueId`: Matches
546
+ # error reports belonging to the requested error issue ids only. Example: `
547
+ # errorIssueId = 1234 OR errorIssueId = 4567`. * `errorReportId`: Matches error
548
+ # reports with the requested error report id. Example: `errorReportId = 1234 OR
549
+ # errorReportId = 4567`. * `appProcessState`: Matches error reports on the
550
+ # process state of an app, indicating whether an app runs in the foreground (
551
+ # user-visible) or background. Valid candidates: `FOREGROUND`, `BACKGROUND`.
552
+ # Example: `appProcessState = FOREGROUND`. * `isUserPerceived`: Matches error
553
+ # reports that are user-perceived. It is not accompanied by any operators.
554
+ # Example: `isUserPerceived`. ** Supported operators:** * Comparison operators:
555
+ # The only supported comparison operator is equality. The filtered field must
556
+ # appear on the left hand side of the comparison. * Logical Operators: Logical
557
+ # operators `AND` and `OR` can be used to build complex filters following a
558
+ # conjunctive normal form (CNF), i.e., conjunctions of disjunctions. The `OR`
559
+ # operator takes precedence over `AND` so the use of parenthesis is not
560
+ # necessary when building CNF. The `OR` operator is only supported to build
561
+ # disjunctions that apply to the same field, e.g., `versionCode = 123 OR
562
+ # versionCode = ANR`. The filter expression `versionCode = 123 OR errorIssueType
563
+ # = ANR` is not valid. ** Examples ** Some valid filtering expressions: * `
564
+ # versionCode = 123 AND errorIssueType = ANR` * `versionCode = 123 AND
565
+ # errorIssueType = OR errorIssueType = CRASH` * `versionCode = 123 AND (
566
566
  # errorIssueType = OR errorIssueType = CRASH)`
567
567
  # @param [Fixnum] interval_end_time_day
568
568
  # Optional. Day of month. Must be from 1 to 31 and valid for the year and month,
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.29.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-19 00:00:00.000000000 Z
11
+ date: 2024-09-29 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.29.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-playdeveloperreporting_v1beta1/v0.31.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: []