diff --git a/api_names_out.yaml b/api_names_out.yaml index 3e72c8b351a..d81c2de9082 100644 --- a/api_names_out.yaml +++ b/api_names_out.yaml @@ -326790,6 +326790,8 @@ "/redis:v1beta1/ListOperationsResponse/nextPageToken": next_page_token "/redis:v1beta1/ListOperationsResponse/operations": operations "/redis:v1beta1/ListOperationsResponse/operations/operation": operation +"/redis:v1beta1/ListOperationsResponse/unreachable": unreachable +"/redis:v1beta1/ListOperationsResponse/unreachable/unreachable": unreachable "/redis:v1beta1/Location": location "/redis:v1beta1/Location/displayName": display_name "/redis:v1beta1/Location/labels": labels @@ -326926,6 +326928,7 @@ "/redis:v1beta1/ResourceMaintenanceSchedule/day": day "/redis:v1beta1/ResourceMaintenanceSchedule/phase": phase "/redis:v1beta1/ResourceMaintenanceSchedule/time": time +"/redis:v1beta1/ResourceMaintenanceSchedule/week": week "/redis:v1beta1/RetentionSettings": retention_settings "/redis:v1beta1/RetentionSettings/durationBasedRetention": duration_based_retention "/redis:v1beta1/RetentionSettings/quantityBasedRetention": quantity_based_retention @@ -327064,6 +327067,7 @@ "/redis:v1beta1/redis.projects.locations.operations.list/name": name "/redis:v1beta1/redis.projects.locations.operations.list/pageSize": page_size "/redis:v1beta1/redis.projects.locations.operations.list/pageToken": page_token +"/redis:v1beta1/redis.projects.locations.operations.list/returnPartialSuccess": return_partial_success "/remotebuildexecution:v1/BuildBazelRemoteExecutionV2Action": build_bazel_remote_execution_v2_action "/remotebuildexecution:v1/BuildBazelRemoteExecutionV2Action/commandDigest": command_digest "/remotebuildexecution:v1/BuildBazelRemoteExecutionV2Action/doNotCache": do_not_cache diff --git a/generated/google-apis-redis_v1beta1/CHANGELOG.md b/generated/google-apis-redis_v1beta1/CHANGELOG.md index ce6aee77831..ea5da32adc7 100644 --- a/generated/google-apis-redis_v1beta1/CHANGELOG.md +++ b/generated/google-apis-redis_v1beta1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-redis_v1beta1 +### v0.73.0 (2025-10-19) + +* Regenerated from discovery document revision 20251009 + ### v0.72.0 (2025-10-12) * Regenerated from discovery document revision 20251007 diff --git a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/classes.rb b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/classes.rb index 0513530a707..257e16ee654 100644 --- a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/classes.rb +++ b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/classes.rb @@ -2719,6 +2719,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 @@ -2727,6 +2734,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 @@ -3729,7 +3737,8 @@ class ResourceMaintenanceSchedule # maintenance. For example, for Cloud SQL resources, this can be used to capture # if the maintenance window is in Week1, Week2, Week5, etc. Non production # resources are usually part of early phase. For more details, refer to Cloud - # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance + # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance Deprecated. + # Use phase instead. # Corresponds to the JSON property `phase` # @return [String] attr_accessor :phase @@ -3741,6 +3750,15 @@ class ResourceMaintenanceSchedule # @return [Google::Apis::RedisV1beta1::TimeOfDay] attr_accessor :time + # Optional. Phase of the maintenance window. This is to capture order of + # maintenance. For example, for Cloud SQL resources, this can be used to capture + # if the maintenance window is in Week1, Week2, Week5, etc. Non production + # resources are usually part of early phase. For more details, refer to Cloud + # SQL resources - https://cloud.google.com/sql/docs/mysql/maintenance + # Corresponds to the JSON property `week` + # @return [String] + attr_accessor :week + def initialize(**args) update!(**args) end @@ -3750,6 +3768,7 @@ def update!(**args) @day = args[:day] if args.key?(:day) @phase = args[:phase] if args.key?(:phase) @time = args[:time] if args.key?(:time) + @week = args[:week] if args.key?(:week) end end diff --git a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/gem_version.rb b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/gem_version.rb index 48233a9c0cd..e8f90ecd65c 100644 --- a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/gem_version.rb +++ b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module RedisV1beta1 # Version of the google-apis-redis_v1beta1 gem - GEM_VERSION = "0.72.0" + GEM_VERSION = "0.73.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 = "20251007" + REVISION = "20251009" end end end diff --git a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/representations.rb b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/representations.rb index 8263cfab62d..0db6c8b26d4 100644 --- a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/representations.rb +++ b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/representations.rb @@ -1301,6 +1301,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :next_page_token, as: 'nextPageToken' collection :operations, as: 'operations', class: Google::Apis::RedisV1beta1::Operation, decorator: Google::Apis::RedisV1beta1::Operation::Representation + collection :unreachable, as: 'unreachable' end end @@ -1567,6 +1568,7 @@ class Representation < Google::Apis::Core::JsonRepresentation property :phase, as: 'phase' property :time, as: 'time', class: Google::Apis::RedisV1beta1::TimeOfDay, decorator: Google::Apis::RedisV1beta1::TimeOfDay::Representation + property :week, as: 'week' end end diff --git a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/service.rb b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/service.rb index 77ea3fd7a20..87c18ea354f 100644 --- a/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/service.rb +++ b/generated/google-apis-redis_v1beta1/lib/google/apis/redis_v1beta1/service.rb @@ -1207,6 +1207,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 @@ -1224,7 +1231,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::RedisV1beta1::ListOperationsResponse::Representation command.response_class = Google::Apis::RedisV1beta1::ListOperationsResponse @@ -1232,6 +1239,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)