google-apis-toolresults_v1beta3 0.26.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: 30049995970dbb91b33025a2821dae6af64ff20ec0be4e79706385d4c6c91794
4
- data.tar.gz: 8574826deec876129da91b01170495a2f6d7e3ec84542ee36eb38027a59572fc
3
+ metadata.gz: 40370bae7436e8e0b34d93902207806193f282f6974fc5a971cfefaf67c46c7c
4
+ data.tar.gz: 590d8f6dea3bd78419bf0f5e630e17e220d48d61f14a782c0bdc2b9bfd489a3c
5
5
  SHA512:
6
- metadata.gz: 39bec81c7cbfde4279f39f400b0fef7d43262ee5a7590b7146511e525a94e8cda52046b095ebacbcc8d942380b1ad21146e631730592d027ab7f92843832d014
7
- data.tar.gz: 51211fcac576e3d872ab430e9456bf177cd104b22a3e60fddc141dd89275667ad32a076ea10ca050be310aa98fc78f0a49dadac92de5449d350799beaea990ae
6
+ metadata.gz: e30d340c2c6d892d33a24884c93a46a9d5801efb972facdfd9d4d17b67c950cd0d89df1792cdb186cd55260a5d24c25d74ff58308ea34b6e44cda9782863eead
7
+ data.tar.gz: '02578add6189e3ef9b8dbdea4afc0f3a9b9729b94783418bfc0c23412de7f95d0682831597653f83eeaa0df537c1fa8fce6917242589ea3110adec2e6d45e60c'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.26.0 (2025-05-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20250204
@@ -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.26.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.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250204"
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-toolresults_v1beta3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.27.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-toolresults_v1beta3/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-toolresults_v1beta3/v0.26.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-toolresults_v1beta3/v0.27.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-toolresults_v1beta3
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Tool Results API V1beta3
79
79
  test_files: []