Skip to content

Commit 0d7d649

Browse files
feat: Automated regeneration of networkmanagement v1beta1 client (#24497)
Auto-created at 2025-10-05 09:58:17 +0000 using the toys pull request generator.
1 parent 7a5511a commit 0d7d649

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
@@ -301288,6 +301288,8 @@
301288301288
"/networkmanagement:v1beta1/ListOperationsResponse/nextPageToken": next_page_token
301289301289
"/networkmanagement:v1beta1/ListOperationsResponse/operations": operations
301290301290
"/networkmanagement:v1beta1/ListOperationsResponse/operations/operation": operation
301291+
"/networkmanagement:v1beta1/ListOperationsResponse/unreachable": unreachable
301292+
"/networkmanagement:v1beta1/ListOperationsResponse/unreachable/unreachable": unreachable
301291301293
"/networkmanagement:v1beta1/ListVpcFlowLogsConfigsResponse": list_vpc_flow_logs_configs_response
301292301294
"/networkmanagement:v1beta1/ListVpcFlowLogsConfigsResponse/nextPageToken": next_page_token
301293301295
"/networkmanagement:v1beta1/ListVpcFlowLogsConfigsResponse/unreachable": unreachable
@@ -301586,6 +301588,7 @@
301586301588
"/networkmanagement:v1beta1/networkmanagement.organizations.locations.global.operations.list/name": name
301587301589
"/networkmanagement:v1beta1/networkmanagement.organizations.locations.global.operations.list/pageSize": page_size
301588301590
"/networkmanagement:v1beta1/networkmanagement.organizations.locations.global.operations.list/pageToken": page_token
301591+
"/networkmanagement:v1beta1/networkmanagement.organizations.locations.global.operations.list/returnPartialSuccess": return_partial_success
301589301592
"/networkmanagement:v1beta1/networkmanagement.organizations.locations.list": list_organization_locations
301590301593
"/networkmanagement:v1beta1/networkmanagement.organizations.locations.list/extraLocationTypes": extra_location_types
301591301594
"/networkmanagement:v1beta1/networkmanagement.organizations.locations.list/filter": filter
@@ -301647,6 +301650,7 @@
301647301650
"/networkmanagement:v1beta1/networkmanagement.projects.locations.global.operations.list/name": name
301648301651
"/networkmanagement:v1beta1/networkmanagement.projects.locations.global.operations.list/pageSize": page_size
301649301652
"/networkmanagement:v1beta1/networkmanagement.projects.locations.global.operations.list/pageToken": page_token
301653+
"/networkmanagement:v1beta1/networkmanagement.projects.locations.global.operations.list/returnPartialSuccess": return_partial_success
301650301654
"/networkmanagement:v1beta1/networkmanagement.projects.locations.list": list_project_locations
301651301655
"/networkmanagement:v1beta1/networkmanagement.projects.locations.list/extraLocationTypes": extra_location_types
301652301656
"/networkmanagement:v1beta1/networkmanagement.projects.locations.list/filter": filter

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

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

59
* Regenerated from discovery document revision 20250905

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,13 @@ class ListOperationsResponse
17131713
# @return [Array<Google::Apis::NetworkmanagementV1beta1::Operation>]
17141714
attr_accessor :operations
17151715

1716+
# Unordered list. Unreachable resources. Populated when the request sets `
1717+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
1718+
# when attempting to list all resources across all supported locations.
1719+
# Corresponds to the JSON property `unreachable`
1720+
# @return [Array<String>]
1721+
attr_accessor :unreachable
1722+
17161723
def initialize(**args)
17171724
update!(**args)
17181725
end
@@ -1721,6 +1728,7 @@ def initialize(**args)
17211728
def update!(**args)
17221729
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
17231730
@operations = args[:operations] if args.key?(:operations)
1731+
@unreachable = args[:unreachable] if args.key?(:unreachable)
17241732
end
17251733
end
17261734

generated/google-apis-networkmanagement_v1beta1/lib/google/apis/networkmanagement_v1beta1/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 NetworkmanagementV1beta1
1818
# Version of the google-apis-networkmanagement_v1beta1 gem
19-
GEM_VERSION = "0.66.0"
19+
GEM_VERSION = "0.67.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 = "20250905"
25+
REVISION = "20250925"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -828,6 +828,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
828828
property :next_page_token, as: 'nextPageToken'
829829
collection :operations, as: 'operations', class: Google::Apis::NetworkmanagementV1beta1::Operation, decorator: Google::Apis::NetworkmanagementV1beta1::Operation::Representation
830830

831+
collection :unreachable, as: 'unreachable'
831832
end
832833
end
833834

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

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,13 @@ def get_organization_location_global_operation(name, fields: nil, quota_user: ni
243243
# The standard list page size.
244244
# @param [String] page_token
245245
# The standard list page token.
246+
# @param [Boolean] return_partial_success
247+
# When set to `true`, operations that are reachable are returned as normal, and
248+
# those that are unreachable are returned in the [ListOperationsResponse.
249+
# unreachable] field. This can only be `true` when reading across collections e.
250+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
251+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
252+
# explicitly documented otherwise in service or product specific documentation.
246253
# @param [String] fields
247254
# Selector specifying which fields to include in a partial response.
248255
# @param [String] quota_user
@@ -260,14 +267,15 @@ def get_organization_location_global_operation(name, fields: nil, quota_user: ni
260267
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
261268
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
262269
# @raise [Google::Apis::AuthorizationError] Authorization is required
263-
def list_organization_location_global_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
270+
def list_organization_location_global_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
264271
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
265272
command.response_representation = Google::Apis::NetworkmanagementV1beta1::ListOperationsResponse::Representation
266273
command.response_class = Google::Apis::NetworkmanagementV1beta1::ListOperationsResponse
267274
command.params['name'] = name unless name.nil?
268275
command.query['filter'] = filter unless filter.nil?
269276
command.query['pageSize'] = page_size unless page_size.nil?
270277
command.query['pageToken'] = page_token unless page_token.nil?
278+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
271279
command.query['fields'] = fields unless fields.nil?
272280
command.query['quotaUser'] = quota_user unless quota_user.nil?
273281
execute_or_queue_command(command, &block)
@@ -1044,6 +1052,13 @@ def get_project_location_global_operation(name, fields: nil, quota_user: nil, op
10441052
# The standard list page size.
10451053
# @param [String] page_token
10461054
# The standard list page token.
1055+
# @param [Boolean] return_partial_success
1056+
# When set to `true`, operations that are reachable are returned as normal, and
1057+
# those that are unreachable are returned in the [ListOperationsResponse.
1058+
# unreachable] field. This can only be `true` when reading across collections e.
1059+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1060+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1061+
# explicitly documented otherwise in service or product specific documentation.
10471062
# @param [String] fields
10481063
# Selector specifying which fields to include in a partial response.
10491064
# @param [String] quota_user
@@ -1061,14 +1076,15 @@ def get_project_location_global_operation(name, fields: nil, quota_user: nil, op
10611076
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
10621077
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
10631078
# @raise [Google::Apis::AuthorizationError] Authorization is required
1064-
def list_project_location_global_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1079+
def list_project_location_global_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
10651080
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
10661081
command.response_representation = Google::Apis::NetworkmanagementV1beta1::ListOperationsResponse::Representation
10671082
command.response_class = Google::Apis::NetworkmanagementV1beta1::ListOperationsResponse
10681083
command.params['name'] = name unless name.nil?
10691084
command.query['filter'] = filter unless filter.nil?
10701085
command.query['pageSize'] = page_size unless page_size.nil?
10711086
command.query['pageToken'] = page_token unless page_token.nil?
1087+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
10721088
command.query['fields'] = fields unless fields.nil?
10731089
command.query['quotaUser'] = quota_user unless quota_user.nil?
10741090
execute_or_queue_command(command, &block)

0 commit comments

Comments
 (0)