google-apis-recommender_v1beta1 0.41.0 → 0.42.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: 3d1e4e486abcd06f17fbc0a93c54e6ec277adf51062350433f2d2f08bfe7521c
4
- data.tar.gz: 8d02c325389ecbc9e6df98b8563a62c536c0474cbf8632b2e0558fa7169bc5c5
3
+ metadata.gz: aea0be9d0af169bf051ed3ddebdcf8fc3cfe5639113970b4a9ecfff23f12df72
4
+ data.tar.gz: fe909a039e05fd65b6f6e9265170ac21e0aa2f061a6c44c8daaca0b4b2e7dac3
5
5
  SHA512:
6
- metadata.gz: 9ce0ba216123257084fb0c13c02e5c8d408a85be20b3bc826ed1b7972e5eb485ec002d8dd0027d078d7d80a4f705bae927e11345933385d8aab50231aaca67f4
7
- data.tar.gz: 4c45d08ba8e3128142e1b164faac3e244b3431daae629ea9b940f959248527a89b98dbeaa54294b8829273275393053a2ca00e4bec00e987a561ee0abb9ac64a
6
+ metadata.gz: 3fd422f230ae0a4d7bd06e5b10e6827fb9c68ac948acc0a89969d272b0ea79c17b173177f1ec94a8f9d9bab2d612aa131b303d311ef4d86b1c261ff45220c362
7
+ data.tar.gz: 34634ff7cb147a5a3d6c3cb289d196bdad7a59531528e614e0ec8d36b03e6514146bdc125b91a1bd9d74f6a0c2052d646e5db2e3d98f2377c70114e23a314f95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-recommender_v1beta1
2
2
 
3
+ ### v0.42.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241013
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.41.0 (2024-05-19)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -145,6 +145,13 @@ module Google
145
145
  # @return [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1CostProjection]
146
146
  attr_accessor :cost_projection
147
147
 
148
+ # If populated, the impact contains multiple components. In this case, the top-
149
+ # level impact contains aggregated values and each component contains per-
150
+ # service details.
151
+ # Corresponds to the JSON property `impactComponents`
152
+ # @return [Array<Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1Impact>]
153
+ attr_accessor :impact_components
154
+
148
155
  # Contains information on the impact of a reliability recommendation.
149
156
  # Corresponds to the JSON property `reliabilityProjection`
150
157
  # @return [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1ReliabilityProjection]
@@ -155,6 +162,11 @@ module Google
155
162
  # @return [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SecurityProjection]
156
163
  attr_accessor :security_projection
157
164
 
165
+ # The service that this impact is associated with.
166
+ # Corresponds to the JSON property `service`
167
+ # @return [String]
168
+ attr_accessor :service
169
+
158
170
  # Contains metadata about how much sustainability a recommendation can save or
159
171
  # incur.
160
172
  # Corresponds to the JSON property `sustainabilityProjection`
@@ -169,8 +181,10 @@ module Google
169
181
  def update!(**args)
170
182
  @category = args[:category] if args.key?(:category)
171
183
  @cost_projection = args[:cost_projection] if args.key?(:cost_projection)
184
+ @impact_components = args[:impact_components] if args.key?(:impact_components)
172
185
  @reliability_projection = args[:reliability_projection] if args.key?(:reliability_projection)
173
186
  @security_projection = args[:security_projection] if args.key?(:security_projection)
187
+ @service = args[:service] if args.key?(:service)
174
188
  @sustainability_projection = args[:sustainability_projection] if args.key?(:sustainability_projection)
175
189
  end
176
190
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RecommenderV1beta1
18
18
  # Version of the google-apis-recommender_v1beta1 gem
19
- GEM_VERSION = "0.41.0"
19
+ GEM_VERSION = "0.42.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 = "20240428"
25
+ REVISION = "20241013"
26
26
  end
27
27
  end
28
28
  end
@@ -258,10 +258,13 @@ module Google
258
258
  property :category, as: 'category'
259
259
  property :cost_projection, as: 'costProjection', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1CostProjection, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1CostProjection::Representation
260
260
 
261
+ collection :impact_components, as: 'impactComponents', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1Impact, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1Impact::Representation
262
+
261
263
  property :reliability_projection, as: 'reliabilityProjection', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1ReliabilityProjection, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1ReliabilityProjection::Representation
262
264
 
263
265
  property :security_projection, as: 'securityProjection', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SecurityProjection, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SecurityProjection::Representation
264
266
 
267
+ property :service, as: 'service'
265
268
  property :sustainability_projection, as: 'sustainabilityProjection', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SustainabilityProjection, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SustainabilityProjection::Representation
266
269
 
267
270
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recommender_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.0
4
+ version: 0.42.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-12-04 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-recommender_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1beta1/v0.42.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Recommender API V1beta1