Skip to content

Commit 4137528

Browse files
feat: Automated regeneration of clouddeploy v1 client (#24501)
Auto-created at 2025-10-05 10:03:19 +0000 using the toys pull request generator.
1 parent 6af8867 commit 4137528

File tree

6 files changed

+27
-3
lines changed

6 files changed

+27
-3
lines changed

api_names_out.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72202,6 +72202,8 @@
7220272202
"/clouddeploy:v1/ListOperationsResponse/nextPageToken": next_page_token
7220372203
"/clouddeploy:v1/ListOperationsResponse/operations": operations
7220472204
"/clouddeploy:v1/ListOperationsResponse/operations/operation": operation
72205+
"/clouddeploy:v1/ListOperationsResponse/unreachable": unreachable
72206+
"/clouddeploy:v1/ListOperationsResponse/unreachable/unreachable": unreachable
7220572207
"/clouddeploy:v1/ListReleasesResponse": list_releases_response
7220672208
"/clouddeploy:v1/ListReleasesResponse/nextPageToken": next_page_token
7220772209
"/clouddeploy:v1/ListReleasesResponse/releases": releases
@@ -72881,6 +72883,7 @@
7288172883
"/clouddeploy:v1/clouddeploy.projects.locations.operations.list/name": name
7288272884
"/clouddeploy:v1/clouddeploy.projects.locations.operations.list/pageSize": page_size
7288372885
"/clouddeploy:v1/clouddeploy.projects.locations.operations.list/pageToken": page_token
72886+
"/clouddeploy:v1/clouddeploy.projects.locations.operations.list/returnPartialSuccess": return_partial_success
7288472887
"/clouddeploy:v1/clouddeploy.projects.locations.targets.create": create_project_location_target
7288572888
"/clouddeploy:v1/clouddeploy.projects.locations.targets.create/parent": parent
7288672889
"/clouddeploy:v1/clouddeploy.projects.locations.targets.create/requestId": request_id

generated/google-apis-clouddeploy_v1/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-clouddeploy_v1
22

3+
### v0.63.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250924
6+
37
### v0.62.0 (2025-09-21)
48

59
* Regenerated from discovery document revision 20250910

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3064,6 +3064,13 @@ class ListOperationsResponse
30643064
# @return [Array<Google::Apis::ClouddeployV1::Operation>]
30653065
attr_accessor :operations
30663066

3067+
# Unordered list. Unreachable resources. Populated when the request sets `
3068+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
3069+
# when attempting to list all resources across all supported locations.
3070+
# Corresponds to the JSON property `unreachable`
3071+
# @return [Array<String>]
3072+
attr_accessor :unreachable
3073+
30673074
def initialize(**args)
30683075
update!(**args)
30693076
end
@@ -3072,6 +3079,7 @@ def initialize(**args)
30723079
def update!(**args)
30733080
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
30743081
@operations = args[:operations] if args.key?(:operations)
3082+
@unreachable = args[:unreachable] if args.key?(:unreachable)
30753083
end
30763084
end
30773085

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/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 ClouddeployV1
1818
# Version of the google-apis-clouddeploy_v1 gem
19-
GEM_VERSION = "0.62.0"
19+
GEM_VERSION = "0.63.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 = "20250910"
25+
REVISION = "20250924"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1841,6 +1841,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
18411841
property :next_page_token, as: 'nextPageToken'
18421842
collection :operations, as: 'operations', class: Google::Apis::ClouddeployV1::Operation, decorator: Google::Apis::ClouddeployV1::Operation::Representation
18431843

1844+
collection :unreachable, as: 'unreachable'
18441845
end
18451846
end
18461847

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2328,6 +2328,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
23282328
# The standard list page size.
23292329
# @param [String] page_token
23302330
# The standard list page token.
2331+
# @param [Boolean] return_partial_success
2332+
# When set to `true`, operations that are reachable are returned as normal, and
2333+
# those that are unreachable are returned in the [ListOperationsResponse.
2334+
# unreachable] field. This can only be `true` when reading across collections e.
2335+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2336+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
2337+
# explicitly documented otherwise in service or product specific documentation.
23312338
# @param [String] fields
23322339
# Selector specifying which fields to include in a partial response.
23332340
# @param [String] quota_user
@@ -2345,14 +2352,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
23452352
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
23462353
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
23472354
# @raise [Google::Apis::AuthorizationError] Authorization is required
2348-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2355+
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)
23492356
command = make_simple_command(:get, 'v1/{+name}/operations', options)
23502357
command.response_representation = Google::Apis::ClouddeployV1::ListOperationsResponse::Representation
23512358
command.response_class = Google::Apis::ClouddeployV1::ListOperationsResponse
23522359
command.params['name'] = name unless name.nil?
23532360
command.query['filter'] = filter unless filter.nil?
23542361
command.query['pageSize'] = page_size unless page_size.nil?
23552362
command.query['pageToken'] = page_token unless page_token.nil?
2363+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
23562364
command.query['fields'] = fields unless fields.nil?
23572365
command.query['quotaUser'] = quota_user unless quota_user.nil?
23582366
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)