Skip to content

Commit d1e219a

Browse files
feat: Automated regeneration of recommender v1beta1 client (#25747)
Auto-created at 2026-02-15 11:02:23 +0000 using the toys pull request generator.
1 parent 013d29a commit d1e219a

File tree

4 files changed

+6
-12
lines changed

4 files changed

+6
-12
lines changed

generated/google-apis-recommender_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-recommender_v1beta1
22

3+
### v0.48.0 (2026-02-15)
4+
5+
* Regenerated from discovery document revision 20260208
6+
37
### v0.47.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251026

generated/google-apis-recommender_v1beta1/lib/google/apis/recommender_v1beta1/classes.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,13 +145,6 @@ class GoogleCloudRecommenderV1beta1Impact
145145
# @return [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1CostProjection]
146146
attr_accessor :cost_projection
147147

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-
155148
# Contains information on the impact of a reliability recommendation.
156149
# Corresponds to the JSON property `reliabilityProjection`
157150
# @return [Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1ReliabilityProjection]
@@ -181,7 +174,6 @@ def initialize(**args)
181174
def update!(**args)
182175
@category = args[:category] if args.key?(:category)
183176
@cost_projection = args[:cost_projection] if args.key?(:cost_projection)
184-
@impact_components = args[:impact_components] if args.key?(:impact_components)
185177
@reliability_projection = args[:reliability_projection] if args.key?(:reliability_projection)
186178
@security_projection = args[:security_projection] if args.key?(:security_projection)
187179
@service = args[:service] if args.key?(:service)

generated/google-apis-recommender_v1beta1/lib/google/apis/recommender_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RecommenderV1beta1
1818
# Version of the google-apis-recommender_v1beta1 gem
19-
GEM_VERSION = "0.47.0"
19+
GEM_VERSION = "0.48.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251026"
25+
REVISION = "20260208"
2626
end
2727
end
2828
end

generated/google-apis-recommender_v1beta1/lib/google/apis/recommender_v1beta1/representations.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
258258
property :category, as: 'category'
259259
property :cost_projection, as: 'costProjection', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1CostProjection, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1CostProjection::Representation
260260

261-
collection :impact_components, as: 'impactComponents', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1Impact, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1Impact::Representation
262-
263261
property :reliability_projection, as: 'reliabilityProjection', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1ReliabilityProjection, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1ReliabilityProjection::Representation
264262

265263
property :security_projection, as: 'securityProjection', class: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SecurityProjection, decorator: Google::Apis::RecommenderV1beta1::GoogleCloudRecommenderV1beta1SecurityProjection::Representation

0 commit comments

Comments
 (0)