Skip to content

Commit 72f0f22

Browse files
feat: Automated regeneration of developerconnect v1 client (#24494)
Auto-created at 2025-10-05 09:52:00 +0000 using the toys pull request generator.
1 parent 3a54e30 commit 72f0f22

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
@@ -162601,6 +162601,8 @@
162601162601
"/developerconnect:v1/ListOperationsResponse/nextPageToken": next_page_token
162602162602
"/developerconnect:v1/ListOperationsResponse/operations": operations
162603162603
"/developerconnect:v1/ListOperationsResponse/operations/operation": operation
162604+
"/developerconnect:v1/ListOperationsResponse/unreachable": unreachable
162605+
"/developerconnect:v1/ListOperationsResponse/unreachable/unreachable": unreachable
162604162606
"/developerconnect:v1/ListUsersResponse": list_users_response
162605162607
"/developerconnect:v1/ListUsersResponse/nextPageToken": next_page_token
162606162608
"/developerconnect:v1/ListUsersResponse/unreachable": unreachable
@@ -162819,6 +162821,7 @@
162819162821
"/developerconnect:v1/developerconnect.projects.locations.operations.list/name": name
162820162822
"/developerconnect:v1/developerconnect.projects.locations.operations.list/pageSize": page_size
162821162823
"/developerconnect:v1/developerconnect.projects.locations.operations.list/pageToken": page_token
162824+
"/developerconnect:v1/developerconnect.projects.locations.operations.list/returnPartialSuccess": return_partial_success
162822162825
"/developerconnect:v1/fields": fields
162823162826
"/developerconnect:v1/key": key
162824162827
"/developerconnect:v1/quotaUser": quota_user

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

3+
### v0.13.0 (2025-10-05)
4+
5+
* Regenerated from discovery document revision 20250929
6+
37
### v0.12.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250904

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1468,6 +1468,13 @@ class ListOperationsResponse
14681468
# @return [Array<Google::Apis::DeveloperconnectV1::Operation>]
14691469
attr_accessor :operations
14701470

1471+
# Unordered list. Unreachable resources. Populated when the request sets `
1472+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
1473+
# when attempting to list all resources across all supported locations.
1474+
# Corresponds to the JSON property `unreachable`
1475+
# @return [Array<String>]
1476+
attr_accessor :unreachable
1477+
14711478
def initialize(**args)
14721479
update!(**args)
14731480
end
@@ -1476,6 +1483,7 @@ def initialize(**args)
14761483
def update!(**args)
14771484
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
14781485
@operations = args[:operations] if args.key?(:operations)
1486+
@unreachable = args[:unreachable] if args.key?(:unreachable)
14791487
end
14801488
end
14811489

generated/google-apis-developerconnect_v1/lib/google/apis/developerconnect_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 DeveloperconnectV1
1818
# Version of the google-apis-developerconnect_v1 gem
19-
GEM_VERSION = "0.12.0"
19+
GEM_VERSION = "0.13.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 = "20250904"
25+
REVISION = "20250929"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
760760
property :next_page_token, as: 'nextPageToken'
761761
collection :operations, as: 'operations', class: Google::Apis::DeveloperconnectV1::Operation, decorator: Google::Apis::DeveloperconnectV1::Operation::Representation
762762

763+
collection :unreachable, as: 'unreachable'
763764
end
764765
end
765766

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1661,6 +1661,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
16611661
# The standard list page size.
16621662
# @param [String] page_token
16631663
# The standard list page token.
1664+
# @param [Boolean] return_partial_success
1665+
# When set to `true`, operations that are reachable are returned as normal, and
1666+
# those that are unreachable are returned in the [ListOperationsResponse.
1667+
# unreachable] field. This can only be `true` when reading across collections e.
1668+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1669+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1670+
# explicitly documented otherwise in service or product specific documentation.
16641671
# @param [String] fields
16651672
# Selector specifying which fields to include in a partial response.
16661673
# @param [String] quota_user
@@ -1678,14 +1685,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
16781685
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
16791686
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
16801687
# @raise [Google::Apis::AuthorizationError] Authorization is required
1681-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1688+
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)
16821689
command = make_simple_command(:get, 'v1/{+name}/operations', options)
16831690
command.response_representation = Google::Apis::DeveloperconnectV1::ListOperationsResponse::Representation
16841691
command.response_class = Google::Apis::DeveloperconnectV1::ListOperationsResponse
16851692
command.params['name'] = name unless name.nil?
16861693
command.query['filter'] = filter unless filter.nil?
16871694
command.query['pageSize'] = page_size unless page_size.nil?
16881695
command.query['pageToken'] = page_token unless page_token.nil?
1696+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
16891697
command.query['fields'] = fields unless fields.nil?
16901698
command.query['quotaUser'] = quota_user unless quota_user.nil?
16911699
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)