Skip to content

Commit 1fce69b

Browse files
feat: Automated regeneration of connectors v1 client (googleapis#24639)
Auto-created at 2025-10-12 11:01:47 +0000 using the toys pull request generator.
1 parent d38b6c1 commit 1fce69b

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
@@ -128928,6 +128928,8 @@
128928128928
"/connectors:v1/ListOperationsResponse/nextPageToken": next_page_token
128929128929
"/connectors:v1/ListOperationsResponse/operations": operations
128930128930
"/connectors:v1/ListOperationsResponse/operations/operation": operation
128931+
"/connectors:v1/ListOperationsResponse/unreachable": unreachable
128932+
"/connectors:v1/ListOperationsResponse/unreachable/unreachable": unreachable
128931128933
"/connectors:v1/ListProvidersResponse": list_providers_response
128932128934
"/connectors:v1/ListProvidersResponse/nextPageToken": next_page_token
128933128935
"/connectors:v1/ListProvidersResponse/providers": providers
@@ -129546,6 +129548,7 @@
129546129548
"/connectors:v1/connectors.projects.locations.operations.list/name": name
129547129549
"/connectors:v1/connectors.projects.locations.operations.list/pageSize": page_size
129548129550
"/connectors:v1/connectors.projects.locations.operations.list/pageToken": page_token
129551+
"/connectors:v1/connectors.projects.locations.operations.list/returnPartialSuccess": return_partial_success
129549129552
"/connectors:v1/connectors.projects.locations.providers.connectors.get": get_project_location_provider_connector
129550129553
"/connectors:v1/connectors.projects.locations.providers.connectors.get/name": name
129551129554
"/connectors:v1/connectors.projects.locations.providers.connectors.list": list_project_location_provider_connectors

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

3+
### v0.80.0 (2025-10-12)
4+
5+
* Regenerated from discovery document revision 20250930
6+
37
### v0.79.0 (2025-09-28)
48

59
* Regenerated from discovery document revision 20250917

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4527,6 +4527,13 @@ class ListOperationsResponse
45274527
# @return [Array<Google::Apis::ConnectorsV1::Operation>]
45284528
attr_accessor :operations
45294529

4530+
# Unordered list. Unreachable resources. Populated when the request sets `
4531+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
4532+
# when attempting to list all resources across all supported locations.
4533+
# Corresponds to the JSON property `unreachable`
4534+
# @return [Array<String>]
4535+
attr_accessor :unreachable
4536+
45304537
def initialize(**args)
45314538
update!(**args)
45324539
end
@@ -4535,6 +4542,7 @@ def initialize(**args)
45354542
def update!(**args)
45364543
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
45374544
@operations = args[:operations] if args.key?(:operations)
4545+
@unreachable = args[:unreachable] if args.key?(:unreachable)
45384546
end
45394547
end
45404548

generated/google-apis-connectors_v1/lib/google/apis/connectors_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 ConnectorsV1
1818
# Version of the google-apis-connectors_v1 gem
19-
GEM_VERSION = "0.79.0"
19+
GEM_VERSION = "0.80.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 = "20250917"
25+
REVISION = "20250930"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2225,6 +2225,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
22252225
property :next_page_token, as: 'nextPageToken'
22262226
collection :operations, as: 'operations', class: Google::Apis::ConnectorsV1::Operation, decorator: Google::Apis::ConnectorsV1::Operation::Representation
22272227

2228+
collection :unreachable, as: 'unreachable'
22282229
end
22292230
end
22302231

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2390,6 +2390,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
23902390
# The standard list page size.
23912391
# @param [String] page_token
23922392
# The standard list page token.
2393+
# @param [Boolean] return_partial_success
2394+
# When set to `true`, operations that are reachable are returned as normal, and
2395+
# those that are unreachable are returned in the [ListOperationsResponse.
2396+
# unreachable] field. This can only be `true` when reading across collections e.
2397+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
2398+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
2399+
# explicitly documented otherwise in service or product specific documentation.
23932400
# @param [String] fields
23942401
# Selector specifying which fields to include in a partial response.
23952402
# @param [String] quota_user
@@ -2407,14 +2414,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
24072414
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
24082415
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
24092416
# @raise [Google::Apis::AuthorizationError] Authorization is required
2410-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
2417+
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)
24112418
command = make_simple_command(:get, 'v1/{+name}/operations', options)
24122419
command.response_representation = Google::Apis::ConnectorsV1::ListOperationsResponse::Representation
24132420
command.response_class = Google::Apis::ConnectorsV1::ListOperationsResponse
24142421
command.params['name'] = name unless name.nil?
24152422
command.query['filter'] = filter unless filter.nil?
24162423
command.query['pageSize'] = page_size unless page_size.nil?
24172424
command.query['pageToken'] = page_token unless page_token.nil?
2425+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
24182426
command.query['fields'] = fields unless fields.nil?
24192427
command.query['quotaUser'] = quota_user unless quota_user.nil?
24202428
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)