google-apis-recommender_v1 0.36.0 → 0.38.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: d00b766a602dbe2afba367c4e54dd2c662f73d1efbd5996e31a98f5b4e3b425b
4
- data.tar.gz: a7b95b2f47d2308708e30b57c3b5feacc0713d954c007046a22b7e64e19b4a19
3
+ metadata.gz: 5b2bd6dbddcbb96a293aed1ed1ed074d615ee23f85b94c572705ca3f5bb72792
4
+ data.tar.gz: a5381a3f4753951f3405a353c2c7c3f220a9956e434d22ea3aba1938764c627e
5
5
  SHA512:
6
- metadata.gz: ff0f8268a47a9a6160afda66228d14a38da80ab6f614d721c931e177810b28618c10bc5d16ecb471db6db1591fe0c97e67662ddab41d1020917392e00a8d3afa
7
- data.tar.gz: 59a016079fc42aab004ef2ed14e3b7bafa632127a17b21699840fe8e1ef1a81b3b55a51644232c4d84fa1dab5e083b04fda5279a104def099bcf39c07cc2bfee
6
+ metadata.gz: 93161798d814824db9e88de546d86912f932b5ebe0226a22f3f2b098d3d119522115a6cf2a75153402cc4606093050758be3db99663bf851017e4bfaa4d19338
7
+ data.tar.gz: 96dc619b370d7a0512fe910767a6155a970c9b8758d103e81a935e4369a7dcb7e19ca38b63c61737e8a37f3d31fe45fb851088f4e7b5734b09faa2802b2460e4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-recommender_v1
2
2
 
3
+ ### v0.38.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.37.0 (2024-10-20)
8
+
9
+ * Regenerated from discovery document revision 20241013
10
+ * Regenerated using generator version 0.15.1
11
+
3
12
  ### v0.36.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.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 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
 
@@ -67,6 +67,13 @@ 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
+
70
77
  # Contains information on the impact of a reliability recommendation.
71
78
  # Corresponds to the JSON property `reliabilityProjection`
72
79
  # @return [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1ReliabilityProjection]
@@ -77,6 +84,11 @@ module Google
77
84
  # @return [Google::Apis::RecommenderV1::GoogleCloudRecommenderV1SecurityProjection]
78
85
  attr_accessor :security_projection
79
86
 
87
+ # The service that this impact is associated with.
88
+ # Corresponds to the JSON property `service`
89
+ # @return [String]
90
+ attr_accessor :service
91
+
80
92
  # Contains metadata about how much sustainability a recommendation can save or
81
93
  # incur.
82
94
  # Corresponds to the JSON property `sustainabilityProjection`
@@ -91,8 +103,10 @@ module Google
91
103
  def update!(**args)
92
104
  @category = args[:category] if args.key?(:category)
93
105
  @cost_projection = args[:cost_projection] if args.key?(:cost_projection)
106
+ @impact_components = args[:impact_components] if args.key?(:impact_components)
94
107
  @reliability_projection = args[:reliability_projection] if args.key?(:reliability_projection)
95
108
  @security_projection = args[:security_projection] if args.key?(:security_projection)
109
+ @service = args[:service] if args.key?(:service)
96
110
  @sustainability_projection = args[:sustainability_projection] if args.key?(:sustainability_projection)
97
111
  end
98
112
  end
@@ -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.36.0"
19
+ GEM_VERSION = "0.38.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.17.0"
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
@@ -201,10 +201,13 @@ 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
+
204
206
  property :reliability_projection, as: 'reliabilityProjection', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1ReliabilityProjection, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1ReliabilityProjection::Representation
205
207
 
206
208
  property :security_projection, as: 'securityProjection', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1SecurityProjection, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1SecurityProjection::Representation
207
209
 
210
+ property :service, as: 'service'
208
211
  property :sustainability_projection, as: 'sustainabilityProjection', class: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1SustainabilityProjection, decorator: Google::Apis::RecommenderV1::GoogleCloudRecommenderV1SustainabilityProjection::Representation
209
212
 
210
213
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-recommender_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.38.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-recommender_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.36.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-recommender_v1/v0.38.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recommender_v1
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.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Recommender API V1
82
79
  test_files: []