Skip to content

Commit 0160b98

Browse files
feat: Automated regeneration of beyondcorp v1 client (googleapis#24638)
Auto-created at 2025-10-12 11:00:43 +0000 using the toys pull request generator.
1 parent f5bb44b commit 0160b98

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
lines changed

api_names_out.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51685,6 +51685,8 @@
5168551685
"/beyondcorp:v1/GoogleLongrunningListOperationsResponse/nextPageToken": next_page_token
5168651686
"/beyondcorp:v1/GoogleLongrunningListOperationsResponse/operations": operations
5168751687
"/beyondcorp:v1/GoogleLongrunningListOperationsResponse/operations/operation": operation
51688+
"/beyondcorp:v1/GoogleLongrunningListOperationsResponse/unreachable": unreachable
51689+
"/beyondcorp:v1/GoogleLongrunningListOperationsResponse/unreachable/unreachable": unreachable
5168851690
"/beyondcorp:v1/GoogleLongrunningOperation": google_longrunning_operation
5168951691
"/beyondcorp:v1/GoogleLongrunningOperation/done": done
5169051692
"/beyondcorp:v1/GoogleLongrunningOperation/error": error
@@ -51784,6 +51786,7 @@
5178451786
"/beyondcorp:v1/beyondcorp.organizations.locations.operations.list/name": name
5178551787
"/beyondcorp:v1/beyondcorp.organizations.locations.operations.list/pageSize": page_size
5178651788
"/beyondcorp:v1/beyondcorp.organizations.locations.operations.list/pageToken": page_token
51789+
"/beyondcorp:v1/beyondcorp.organizations.locations.operations.list/returnPartialSuccess": return_partial_success
5178751790
"/beyondcorp:v1/beyondcorp.projects.locations.appConnections.create": create_project_location_app_connection
5178851791
"/beyondcorp:v1/beyondcorp.projects.locations.appConnections.create/appConnectionId": app_connection_id
5178951792
"/beyondcorp:v1/beyondcorp.projects.locations.appConnections.create/parent": parent
@@ -51963,6 +51966,7 @@
5196351966
"/beyondcorp:v1/beyondcorp.projects.locations.operations.list/name": name
5196451967
"/beyondcorp:v1/beyondcorp.projects.locations.operations.list/pageSize": page_size
5196551968
"/beyondcorp:v1/beyondcorp.projects.locations.operations.list/pageToken": page_token
51969+
"/beyondcorp:v1/beyondcorp.projects.locations.operations.list/returnPartialSuccess": return_partial_success
5196651970
"/beyondcorp:v1/beyondcorp.projects.locations.securityGateways.applications.create": create_project_location_security_gateway_application
5196751971
"/beyondcorp:v1/beyondcorp.projects.locations.securityGateways.applications.create/applicationId": application_id
5196851972
"/beyondcorp:v1/beyondcorp.projects.locations.securityGateways.applications.create/parent": parent

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

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

59
* Regenerated from discovery document revision 20250922

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2837,6 +2837,13 @@ class GoogleLongrunningListOperationsResponse
28372837
# @return [Array<Google::Apis::BeyondcorpV1::GoogleLongrunningOperation>]
28382838
attr_accessor :operations
28392839

2840+
# Unordered list. Unreachable resources. Populated when the request sets `
2841+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
2842+
# when attempting to list all resources across all supported locations.
2843+
# Corresponds to the JSON property `unreachable`
2844+
# @return [Array<String>]
2845+
attr_accessor :unreachable
2846+
28402847
def initialize(**args)
28412848
update!(**args)
28422849
end
@@ -2845,6 +2852,7 @@ def initialize(**args)
28452852
def update!(**args)
28462853
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
28472854
@operations = args[:operations] if args.key?(:operations)
2855+
@unreachable = args[:unreachable] if args.key?(:unreachable)
28482856
end
28492857
end
28502858

generated/google-apis-beyondcorp_v1/lib/google/apis/beyondcorp_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 BeyondcorpV1
1818
# Version of the google-apis-beyondcorp_v1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.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 = "20250922"
25+
REVISION = "20250930"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1232,6 +1232,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
12321232
property :next_page_token, as: 'nextPageToken'
12331233
collection :operations, as: 'operations', class: Google::Apis::BeyondcorpV1::GoogleLongrunningOperation, decorator: Google::Apis::BeyondcorpV1::GoogleLongrunningOperation::Representation
12341234

1235+
collection :unreachable, as: 'unreachable'
12351236
end
12361237
end
12371238

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,13 @@ def get_organization_location_operation(name, fields: nil, quota_user: nil, opti
168168
# The standard list page size.
169169
# @param [String] page_token
170170
# The standard list page token.
171+
# @param [Boolean] return_partial_success
172+
# When set to `true`, operations that are reachable are returned as normal, and
173+
# those that are unreachable are returned in the [ListOperationsResponse.
174+
# unreachable] field. This can only be `true` when reading across collections e.
175+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
176+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
177+
# explicitly documented otherwise in service or product specific documentation.
171178
# @param [String] fields
172179
# Selector specifying which fields to include in a partial response.
173180
# @param [String] quota_user
@@ -185,14 +192,15 @@ def get_organization_location_operation(name, fields: nil, quota_user: nil, opti
185192
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
186193
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
187194
# @raise [Google::Apis::AuthorizationError] Authorization is required
188-
def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
195+
def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
189196
command = make_simple_command(:get, 'v1/{+name}/operations', options)
190197
command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse::Representation
191198
command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse
192199
command.params['name'] = name unless name.nil?
193200
command.query['filter'] = filter unless filter.nil?
194201
command.query['pageSize'] = page_size unless page_size.nil?
195202
command.query['pageToken'] = page_token unless page_token.nil?
203+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
196204
command.query['fields'] = fields unless fields.nil?
197205
command.query['quotaUser'] = quota_user unless quota_user.nil?
198206
execute_or_queue_command(command, &block)
@@ -1526,6 +1534,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
15261534
# The standard list page size.
15271535
# @param [String] page_token
15281536
# The standard list page token.
1537+
# @param [Boolean] return_partial_success
1538+
# When set to `true`, operations that are reachable are returned as normal, and
1539+
# those that are unreachable are returned in the [ListOperationsResponse.
1540+
# unreachable] field. This can only be `true` when reading across collections e.
1541+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1542+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1543+
# explicitly documented otherwise in service or product specific documentation.
15291544
# @param [String] fields
15301545
# Selector specifying which fields to include in a partial response.
15311546
# @param [String] quota_user
@@ -1543,14 +1558,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
15431558
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
15441559
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
15451560
# @raise [Google::Apis::AuthorizationError] Authorization is required
1546-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1561+
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)
15471562
command = make_simple_command(:get, 'v1/{+name}/operations', options)
15481563
command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse::Representation
15491564
command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse
15501565
command.params['name'] = name unless name.nil?
15511566
command.query['filter'] = filter unless filter.nil?
15521567
command.query['pageSize'] = page_size unless page_size.nil?
15531568
command.query['pageToken'] = page_token unless page_token.nil?
1569+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
15541570
command.query['fields'] = fields unless fields.nil?
15551571
command.query['quotaUser'] = quota_user unless quota_user.nil?
15561572
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)