Skip to content

Commit ba8796f

Browse files
feat: Automated regeneration of recommendationengine v1beta1 client (googleapis#24684)
Auto-created at 2025-10-19 10:26:26 +0000 using the toys pull request generator.
1 parent 60cc0db commit ba8796f

File tree

6 files changed

+39
-5
lines changed

6 files changed

+39
-5
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -325406,6 +325406,8 @@
325406325406
"/recommendationengine:v1beta1/GoogleLongrunningListOperationsResponse/nextPageToken": next_page_token
325407325407
"/recommendationengine:v1beta1/GoogleLongrunningListOperationsResponse/operations": operations
325408325408
"/recommendationengine:v1beta1/GoogleLongrunningListOperationsResponse/operations/operation": operation
325409+
"/recommendationengine:v1beta1/GoogleLongrunningListOperationsResponse/unreachable": unreachable
325410+
"/recommendationengine:v1beta1/GoogleLongrunningListOperationsResponse/unreachable/unreachable": unreachable
325409325411
"/recommendationengine:v1beta1/GoogleLongrunningOperation": google_longrunning_operation
325410325412
"/recommendationengine:v1beta1/GoogleLongrunningOperation/done": done
325411325413
"/recommendationengine:v1beta1/GoogleLongrunningOperation/error": error
@@ -325450,6 +325452,7 @@
325450325452
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.eventStores.operations.list/name": name
325451325453
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.eventStores.operations.list/pageSize": page_size
325452325454
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.eventStores.operations.list/pageToken": page_token
325455+
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.eventStores.operations.list/returnPartialSuccess": return_partial_success
325453325456
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.eventStores.placements.predict": predict_project_location_catalog_event_store_placement
325454325457
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.eventStores.placements.predict/name": name
325455325458
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.eventStores.predictionApiKeyRegistrations.create": create_project_location_catalog_event_store_prediction_api_key_registration
@@ -325494,6 +325497,7 @@
325494325497
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.operations.list/name": name
325495325498
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.operations.list/pageSize": page_size
325496325499
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.operations.list/pageToken": page_token
325500+
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.operations.list/returnPartialSuccess": return_partial_success
325497325501
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.patch": patch_project_location_catalog
325498325502
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.patch/name": name
325499325503
"/recommendationengine:v1beta1/recommendationengine.projects.locations.catalogs.patch/updateMask": update_mask

generated/google-apis-recommendationengine_v1beta1/CHANGELOG.md

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

3+
### v0.29.0 (2025-10-19)
4+
5+
* Regenerated from discovery document revision 20251009
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.28.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1829,6 +1829,13 @@ class GoogleLongrunningListOperationsResponse
18291829
# @return [Array<Google::Apis::RecommendationengineV1beta1::GoogleLongrunningOperation>]
18301830
attr_accessor :operations
18311831

1832+
# Unordered list. Unreachable resources. Populated when the request sets `
1833+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
1834+
# when attempting to list all resources across all supported locations.
1835+
# Corresponds to the JSON property `unreachable`
1836+
# @return [Array<String>]
1837+
attr_accessor :unreachable
1838+
18321839
def initialize(**args)
18331840
update!(**args)
18341841
end
@@ -1837,6 +1844,7 @@ def initialize(**args)
18371844
def update!(**args)
18381845
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
18391846
@operations = args[:operations] if args.key?(:operations)
1847+
@unreachable = args[:unreachable] if args.key?(:unreachable)
18401848
end
18411849
end
18421850

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module RecommendationengineV1beta1
1818
# Version of the google-apis-recommendationengine_v1beta1 gem
19-
GEM_VERSION = "0.28.0"
19+
GEM_VERSION = "0.29.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,6 +823,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
823823
property :next_page_token, as: 'nextPageToken'
824824
collection :operations, as: 'operations', class: Google::Apis::RecommendationengineV1beta1::GoogleLongrunningOperation, decorator: Google::Apis::RecommendationengineV1beta1::GoogleLongrunningOperation::Representation
825825

826+
collection :unreachable, as: 'unreachable'
826827
end
827828
end
828829

generated/google-apis-recommendationengine_v1beta1/lib/google/apis/recommendationengine_v1beta1/service.rb

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,13 @@ def get_project_location_catalog_event_store_operation(name, fields: nil, quota_
387387
# The standard list page size.
388388
# @param [String] page_token
389389
# The standard list page token.
390+
# @param [Boolean] return_partial_success
391+
# When set to `true`, operations that are reachable are returned as normal, and
392+
# those that are unreachable are returned in the [ListOperationsResponse.
393+
# unreachable] field. This can only be `true` when reading across collections e.
394+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
395+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
396+
# explicitly documented otherwise in service or product specific documentation.
390397
# @param [String] fields
391398
# Selector specifying which fields to include in a partial response.
392399
# @param [String] quota_user
@@ -404,14 +411,15 @@ def get_project_location_catalog_event_store_operation(name, fields: nil, quota_
404411
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
405412
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
406413
# @raise [Google::Apis::AuthorizationError] Authorization is required
407-
def list_project_location_catalog_event_store_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
414+
def list_project_location_catalog_event_store_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
408415
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
409416
command.response_representation = Google::Apis::RecommendationengineV1beta1::GoogleLongrunningListOperationsResponse::Representation
410417
command.response_class = Google::Apis::RecommendationengineV1beta1::GoogleLongrunningListOperationsResponse
411418
command.params['name'] = name unless name.nil?
412419
command.query['filter'] = filter unless filter.nil?
413420
command.query['pageSize'] = page_size unless page_size.nil?
414421
command.query['pageToken'] = page_token unless page_token.nil?
422+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
415423
command.query['fields'] = fields unless fields.nil?
416424
command.query['quotaUser'] = quota_user unless quota_user.nil?
417425
execute_or_queue_command(command, &block)
@@ -858,6 +866,13 @@ def get_project_location_catalog_operation(name, fields: nil, quota_user: nil, o
858866
# The standard list page size.
859867
# @param [String] page_token
860868
# The standard list page token.
869+
# @param [Boolean] return_partial_success
870+
# When set to `true`, operations that are reachable are returned as normal, and
871+
# those that are unreachable are returned in the [ListOperationsResponse.
872+
# unreachable] field. This can only be `true` when reading across collections e.
873+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
874+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
875+
# explicitly documented otherwise in service or product specific documentation.
861876
# @param [String] fields
862877
# Selector specifying which fields to include in a partial response.
863878
# @param [String] quota_user
@@ -875,14 +890,15 @@ def get_project_location_catalog_operation(name, fields: nil, quota_user: nil, o
875890
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
876891
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
877892
# @raise [Google::Apis::AuthorizationError] Authorization is required
878-
def list_project_location_catalog_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
893+
def list_project_location_catalog_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
879894
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
880895
command.response_representation = Google::Apis::RecommendationengineV1beta1::GoogleLongrunningListOperationsResponse::Representation
881896
command.response_class = Google::Apis::RecommendationengineV1beta1::GoogleLongrunningListOperationsResponse
882897
command.params['name'] = name unless name.nil?
883898
command.query['filter'] = filter unless filter.nil?
884899
command.query['pageSize'] = page_size unless page_size.nil?
885900
command.query['pageToken'] = page_token unless page_token.nil?
901+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
886902
command.query['fields'] = fields unless fields.nil?
887903
command.query['quotaUser'] = quota_user unless quota_user.nil?
888904
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)