@@ -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