diff --git a/api_names_out.yaml b/api_names_out.yaml index 8649edff29a..4e437837e3b 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -262450,6 +262450,8 @@ "/gkehub:v1beta1/ListOperationsResponse/nextPageToken": next_page_token "/gkehub:v1beta1/ListOperationsResponse/operations": operations "/gkehub:v1beta1/ListOperationsResponse/operations/operation": operation +"/gkehub:v1beta1/ListOperationsResponse/unreachable": unreachable +"/gkehub:v1beta1/ListOperationsResponse/unreachable/unreachable": unreachable "/gkehub:v1beta1/Location": location "/gkehub:v1beta1/Location/displayName": display_name "/gkehub:v1beta1/Location/labels": labels @@ -262610,6 +262612,7 @@ "/gkehub:v1beta1/gkehub.projects.locations.operations.list/name": name "/gkehub:v1beta1/gkehub.projects.locations.operations.list/pageSize": page_size "/gkehub:v1beta1/gkehub.projects.locations.operations.list/pageToken": page_token +"/gkehub:v1beta1/gkehub.projects.locations.operations.list/returnPartialSuccess": return_partial_success "/gkehub:v1beta1/key": key "/gkehub:v1beta1/quotaUser": quota_user "/gkehub:v2/AppDevExperienceState": app_dev_experience_state diff --git a/generated/google-apis-gkehub_v1beta1/CHANGELOG.md b/generated/google-apis-gkehub_v1beta1/CHANGELOG.md index e84209edfd8..07adcdbbdcc 100644 --- a/generated/google-apis-gkehub_v1beta1/CHANGELOG.md +++ b/generated/google-apis-gkehub_v1beta1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-gkehub_v1beta1 +### v0.49.0 (2025-10-05) + +* Regenerated from discovery document revision 20250925 + ### v0.48.0 (2025-09-14) * Regenerated from discovery document revision 20250907 diff --git a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/classes.rb b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/classes.rb index 5a97e255e2c..ca80aa06e31 100644 --- a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/classes.rb +++ b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/classes.rb @@ -713,6 +713,13 @@ class ListOperationsResponse # @return [Array] attr_accessor :operations + # Unordered list. Unreachable resources. Populated when the request sets ` + # ListOperationsRequest.return_partial_success` and reads across collections e.g. + # when attempting to list all resources across all supported locations. + # Corresponds to the JSON property `unreachable` + # @return [Array] + attr_accessor :unreachable + def initialize(**args) update!(**args) end @@ -721,6 +728,7 @@ def initialize(**args) def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @operations = args[:operations] if args.key?(:operations) + @unreachable = args[:unreachable] if args.key?(:unreachable) end end diff --git a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/gem_version.rb b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/gem_version.rb index c461ea55a76..06065461e16 100644 --- a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/gem_version.rb +++ b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module GkehubV1beta1 # Version of the google-apis-gkehub_v1beta1 gem - GEM_VERSION = "0.48.0" + GEM_VERSION = "0.49.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20250907" + REVISION = "20250925" end end end diff --git a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/representations.rb b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/representations.rb index d42ec70ae77..71c476266fe 100644 --- a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/representations.rb +++ b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/representations.rb @@ -405,6 +405,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :next_page_token, as: 'nextPageToken' collection :operations, as: 'operations', class: Google::Apis::GkehubV1beta1::Operation, decorator: Google::Apis::GkehubV1beta1::Operation::Representation + collection :unreachable, as: 'unreachable' end end diff --git a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/service.rb b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/service.rb index c52bac82112..0de7135301a 100644 --- a/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/service.rb +++ b/generated/google-apis-gkehub_v1beta1/lib/google/apis/gkehub_v1beta1/service.rb @@ -756,6 +756,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options: # The standard list page size. # @param [String] page_token # The standard list page token. + # @param [Boolean] return_partial_success + # When set to `true`, operations that are reachable are returned as normal, and + # those that are unreachable are returned in the [ListOperationsResponse. + # unreachable] field. This can only be `true` when reading across collections e. + # g. when `parent` is set to `"projects/example/locations/-"`. This field is not + # by default supported and will result in an `UNIMPLEMENTED` error if set unless + # explicitly documented otherwise in service or product specific documentation. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -773,7 +780,7 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options: # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification # @raise [Google::Apis::AuthorizationError] Authorization is required - def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block) + def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block) command = make_simple_command(:get, 'v1beta1/{+name}/operations', options) command.response_representation = Google::Apis::GkehubV1beta1::ListOperationsResponse::Representation command.response_class = Google::Apis::GkehubV1beta1::ListOperationsResponse @@ -781,6 +788,7 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok command.query['filter'] = filter unless filter.nil? command.query['pageSize'] = page_size unless page_size.nil? command.query['pageToken'] = page_token unless page_token.nil? + command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil? command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block)