google-apis-toolresults_v1beta3 0.25.0 → 0.27.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: d71eb84b94e0e602ba014abdebe284d4902273fbb782bd3afe8bdcb93a5139bb
4
- data.tar.gz: 5423cfdf5e428a9ea0f4c0cd56dea13d95a3c73116c9519fd9fdd79d9bd43aa0
3
+ metadata.gz: 40370bae7436e8e0b34d93902207806193f282f6974fc5a971cfefaf67c46c7c
4
+ data.tar.gz: 590d8f6dea3bd78419bf0f5e630e17e220d48d61f14a782c0bdc2b9bfd489a3c
5
5
  SHA512:
6
- metadata.gz: 3a9d2ada0e9ed1fef099be03936926d27bd3bc6cdf757937dc11c99da457e46e8c934e62cda109680c0578d25a019ac03e0f507047b0e279ba297b8bf9f1567f
7
- data.tar.gz: 3c8b24da3c468196753f2da8cb761776a0d176188762d0fb8e49763b03ed1ffc556f6a68b82ed06762f041a4f383af76137a4a932c5877e67b317fe8a9158296
6
+ metadata.gz: e30d340c2c6d892d33a24884c93a46a9d5801efb972facdfd9d4d17b67c950cd0d89df1792cdb186cd55260a5d24c25d74ff58308ea34b6e44cda9782863eead
7
+ data.tar.gz: '02578add6189e3ef9b8dbdea4afc0f3a9b9729b94783418bfc0c23412de7f95d0682831597653f83eeaa0df537c1fa8fce6917242589ea3110adec2e6d45e60c'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-toolresults_v1beta3
2
2
 
3
+ ### v0.27.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260108
6
+ * Regenerated using generator version 0.18.0
7
+
8
+ ### v0.26.0 (2025-05-11)
9
+
10
+ * Regenerated from discovery document revision 20250204
11
+ * Regenerated using generator version 0.17.0
12
+
3
13
  ### v0.25.0 (2024-05-19)
4
14
 
5
15
  * Regenerated from discovery document revision 20240321
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://firebase.google.com/docs/test-lab/) may prov
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -3373,9 +3373,9 @@ module Google
3373
3373
  # will be embedded adding a field `value` which holds the custom JSON in
3374
3374
  # addition to the `@type` field. Example (for message google.protobuf.Duration):
3375
3375
  # ` "@type": "type.googleapis.com/google.protobuf.Duration", "value": "1.212s" `
3376
- # Corresponds to the JSON property `warning`
3376
+ # Corresponds to the JSON property `warning_migration`
3377
3377
  # @return [Google::Apis::ToolresultsV1beta3::Any]
3378
- attr_accessor :warning
3378
+ attr_accessor :warning_migration
3379
3379
 
3380
3380
  def initialize(**args)
3381
3381
  update!(**args)
@@ -3388,7 +3388,7 @@ module Google
3388
3388
  @severity = args[:severity] if args.key?(:severity)
3389
3389
  @stack_trace = args[:stack_trace] if args.key?(:stack_trace)
3390
3390
  @type = args[:type] if args.key?(:type)
3391
- @warning = args[:warning] if args.key?(:warning)
3391
+ @warning_migration = args[:warning_migration] if args.key?(:warning_migration)
3392
3392
  end
3393
3393
  end
3394
3394
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ToolresultsV1beta3
18
18
  # Version of the google-apis-toolresults_v1beta3 gem
19
- GEM_VERSION = "0.25.0"
19
+ GEM_VERSION = "0.27.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.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240321"
25
+ REVISION = "20260108"
26
26
  end
27
27
  end
28
28
  end
@@ -1646,7 +1646,7 @@ module Google
1646
1646
  property :stack_trace, as: 'stackTrace', class: Google::Apis::ToolresultsV1beta3::StackTrace, decorator: Google::Apis::ToolresultsV1beta3::StackTrace::Representation
1647
1647
 
1648
1648
  property :type, as: 'type'
1649
- property :warning, as: 'warning', class: Google::Apis::ToolresultsV1beta3::Any, decorator: Google::Apis::ToolresultsV1beta3::Any::Representation
1649
+ property :warning_migration, as: 'warning_migration', class: Google::Apis::ToolresultsV1beta3::Any, decorator: Google::Apis::ToolresultsV1beta3::Any::Representation
1650
1650
 
1651
1651
  end
1652
1652
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-toolresults_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.25.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-toolresults_v1beta3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-toolresults_v1beta3/v0.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-toolresults_v1beta3/v0.27.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-toolresults_v1beta3
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.9
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Tool Results API V1beta3
82
79
  test_files: []