google-apis-recommender_v1 0.38.0 → 0.40.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: 5b2bd6dbddcbb96a293aed1ed1ed074d615ee23f85b94c572705ca3f5bb72792
4
- data.tar.gz: a5381a3f4753951f3405a353c2c7c3f220a9956e434d22ea3aba1938764c627e
3
+ metadata.gz: 283837be0b458a0768900bb19a8e4d6f4ac91ffeecfbcf6f1ee2fd9c58ba401c
4
+ data.tar.gz: b9b872a2d6118eaec9d0bc0261b50bb0a9211525085b7160d64e37f24040b4dd
5
5
  SHA512:
6
- metadata.gz: 93161798d814824db9e88de546d86912f932b5ebe0226a22f3f2b098d3d119522115a6cf2a75153402cc4606093050758be3db99663bf851017e4bfaa4d19338
7
- data.tar.gz: 96dc619b370d7a0512fe910767a6155a970c9b8758d103e81a935e4369a7dcb7e19ca38b63c61737e8a37f3d31fe45fb851088f4e7b5734b09faa2802b2460e4
6
+ metadata.gz: b7712272f27ce49bd94c56d735b83045fc53c13f3a7e897e97c5ff6957d3ff0e61ff94cc9ac3d6d6deb9c527d1c4efe97d9a0c65d710f60d11f55df65867093a
7
+ data.tar.gz: e66b0783acef6959ea8ca9de5f199f4248774637415c81141fc5da7c0bd7a2aae1d667afc02139f1aa9aa300c64659d48dae8fbf050795593a0f8dc1f4653a2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-recommender_v1
2
2
 
3
+ ### v0.40.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.39.0 (2026-02-15)
8
+
9
+ * Regenerated from discovery document revision 20260208
10
+ * Regenerated using generator version 0.18.0
11
+
3
12
  ### v0.38.0 (2025-05-04)
4
13
 
5
14
  * Regenerated using generator version 0.17.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/recommender/docs/) may prov
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
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
 
@@ -67,13 +67,6 @@ module Google
67
67
  # @return [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1CostProjection]
68
68
  attr_accessor :cost_projection
69
69
 
70
- # If populated, the impact contains multiple components. In this case, the top-
71
- # level impact contains aggregated values and each component contains per-
72
- # service details.
73
- # Corresponds to the JSON property `impactComponents`
74
- # @return [Array<Google::Apis::RecommenderV1::GoogleCloudRecommenderV1Impact>]
75
- attr_accessor :impact_components
76
-
77
70
  # Contains information on the impact of a reliability recommendation.
78
71
  # Corresponds to the JSON property `reliabilityProjection`
79
72
  # @return [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1ReliabilityProjection]
@@ -103,7 +96,6 @@ module Google
103
96
  def update!(**args)
104
97
  @category = args[:category] if args.key?(:category)
105
98
  @cost_projection = args[:cost_projection] if args.key?(:cost_projection)
106
- @impact_components = args[:impact_components] if args.key?(:impact_components)
107
99
  @reliability_projection = args[:reliability_projection] if args.key?(:reliability_projection)
108
100
  @security_projection = args[:security_projection] if args.key?(:security_projection)
109
101
  @service = args[:service] if args.key?(:service)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecommenderV1
18
18
  # Version of the google-apis-recommender_v1 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.40.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.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241013"
25
+ REVISION = "20260208"
26
26
  end
27
27
  end
28
28
  end
@@ -201,8 +201,6 @@ module Google
201
201
  property :category, as: 'category'
202
202
  property :cost_projection, as: 'costProjection', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1CostProjection, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1CostProjection::Representation
203
203
 
204
- collection :impact_components, as: 'impactComponents', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1Impact, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1Impact::Representation
205
-
206
204
  property :reliability_projection, as: 'reliabilityProjection', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1ReliabilityProjection, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1ReliabilityProjection::Representation
207
205
 
208
206
  property :security_projection, as: 'securityProjection', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1SecurityProjection, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1SecurityProjection::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recommender_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.40.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-recommender_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.38.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.40.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="
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 Recommender API V1
79
79
  test_files: []