@@ -1222,6 +1222,13 @@ def get_billing_account_location_operation(name, fields: nil, quota_user: nil, o
12221222 # The standard list page size.
12231223 # @param [String] page_token
12241224 # The standard list page token.
1225+ # @param [Boolean] return_partial_success
1226+ # When set to true, operations that are reachable are returned as normal, and
1227+ # those that are unreachable are returned in the ListOperationsResponse.
1228+ # unreachable field.This can only be true when reading across collections e.g.
1229+ # when parent is set to "projects/example/locations/-".This field is not by
1230+ # default supported and will result in an UNIMPLEMENTED error if set unless
1231+ # explicitly documented otherwise in service or product specific documentation.
12251232 # @param [String] fields
12261233 # Selector specifying which fields to include in a partial response.
12271234 # @param [String] quota_user
@@ -1239,14 +1246,15 @@ def get_billing_account_location_operation(name, fields: nil, quota_user: nil, o
12391246 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
12401247 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
12411248 # @raise [Google::Apis::AuthorizationError] Authorization is required
1242- def list_billing_account_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1249+ def list_billing_account_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
12431250 command = make_simple_command(:get, 'v2/{+name}/operations', options)
12441251 command.response_representation = Google::Apis::LoggingV2::ListOperationsResponse::Representation
12451252 command.response_class = Google::Apis::LoggingV2::ListOperationsResponse
12461253 command.params['name'] = name unless name.nil?
12471254 command.query['filter'] = filter unless filter.nil?
12481255 command.query['pageSize'] = page_size unless page_size.nil?
12491256 command.query['pageToken'] = page_token unless page_token.nil?
1257+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
12501258 command.query['fields'] = fields unless fields.nil?
12511259 command.query['quotaUser'] = quota_user unless quota_user.nil?
12521260 execute_or_queue_command(command, &block)
@@ -3784,6 +3792,13 @@ def get_folder_location_operation(name, fields: nil, quota_user: nil, options: n
37843792 # The standard list page size.
37853793 # @param [String] page_token
37863794 # The standard list page token.
3795+ # @param [Boolean] return_partial_success
3796+ # When set to true, operations that are reachable are returned as normal, and
3797+ # those that are unreachable are returned in the ListOperationsResponse.
3798+ # unreachable field.This can only be true when reading across collections e.g.
3799+ # when parent is set to "projects/example/locations/-".This field is not by
3800+ # default supported and will result in an UNIMPLEMENTED error if set unless
3801+ # explicitly documented otherwise in service or product specific documentation.
37873802 # @param [String] fields
37883803 # Selector specifying which fields to include in a partial response.
37893804 # @param [String] quota_user
@@ -3801,14 +3816,15 @@ def get_folder_location_operation(name, fields: nil, quota_user: nil, options: n
38013816 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
38023817 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
38033818 # @raise [Google::Apis::AuthorizationError] Authorization is required
3804- def list_folder_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3819+ def list_folder_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
38053820 command = make_simple_command(:get, 'v2/{+name}/operations', options)
38063821 command.response_representation = Google::Apis::LoggingV2::ListOperationsResponse::Representation
38073822 command.response_class = Google::Apis::LoggingV2::ListOperationsResponse
38083823 command.params['name'] = name unless name.nil?
38093824 command.query['filter'] = filter unless filter.nil?
38103825 command.query['pageSize'] = page_size unless page_size.nil?
38113826 command.query['pageToken'] = page_token unless page_token.nil?
3827+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
38123828 command.query['fields'] = fields unless fields.nil?
38133829 command.query['quotaUser'] = quota_user unless quota_user.nil?
38143830 execute_or_queue_command(command, &block)
@@ -5456,6 +5472,13 @@ def get_location_operation(name, fields: nil, quota_user: nil, options: nil, &bl
54565472 # The standard list page size.
54575473 # @param [String] page_token
54585474 # The standard list page token.
5475+ # @param [Boolean] return_partial_success
5476+ # When set to true, operations that are reachable are returned as normal, and
5477+ # those that are unreachable are returned in the ListOperationsResponse.
5478+ # unreachable field.This can only be true when reading across collections e.g.
5479+ # when parent is set to "projects/example/locations/-".This field is not by
5480+ # default supported and will result in an UNIMPLEMENTED error if set unless
5481+ # explicitly documented otherwise in service or product specific documentation.
54595482 # @param [String] fields
54605483 # Selector specifying which fields to include in a partial response.
54615484 # @param [String] quota_user
@@ -5473,14 +5496,15 @@ def get_location_operation(name, fields: nil, quota_user: nil, options: nil, &bl
54735496 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
54745497 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
54755498 # @raise [Google::Apis::AuthorizationError] Authorization is required
5476- def list_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
5499+ def list_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
54775500 command = make_simple_command(:get, 'v2/{+name}/operations', options)
54785501 command.response_representation = Google::Apis::LoggingV2::ListOperationsResponse::Representation
54795502 command.response_class = Google::Apis::LoggingV2::ListOperationsResponse
54805503 command.params['name'] = name unless name.nil?
54815504 command.query['filter'] = filter unless filter.nil?
54825505 command.query['pageSize'] = page_size unless page_size.nil?
54835506 command.query['pageToken'] = page_token unless page_token.nil?
5507+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
54845508 command.query['fields'] = fields unless fields.nil?
54855509 command.query['quotaUser'] = quota_user unless quota_user.nil?
54865510 execute_or_queue_command(command, &block)
@@ -7193,6 +7217,13 @@ def get_organization_location_operation(name, fields: nil, quota_user: nil, opti
71937217 # The standard list page size.
71947218 # @param [String] page_token
71957219 # The standard list page token.
7220+ # @param [Boolean] return_partial_success
7221+ # When set to true, operations that are reachable are returned as normal, and
7222+ # those that are unreachable are returned in the ListOperationsResponse.
7223+ # unreachable field.This can only be true when reading across collections e.g.
7224+ # when parent is set to "projects/example/locations/-".This field is not by
7225+ # default supported and will result in an UNIMPLEMENTED error if set unless
7226+ # explicitly documented otherwise in service or product specific documentation.
71967227 # @param [String] fields
71977228 # Selector specifying which fields to include in a partial response.
71987229 # @param [String] quota_user
@@ -7210,14 +7241,15 @@ def get_organization_location_operation(name, fields: nil, quota_user: nil, opti
72107241 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
72117242 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
72127243 # @raise [Google::Apis::AuthorizationError] Authorization is required
7213- def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
7244+ 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)
72147245 command = make_simple_command(:get, 'v2/{+name}/operations', options)
72157246 command.response_representation = Google::Apis::LoggingV2::ListOperationsResponse::Representation
72167247 command.response_class = Google::Apis::LoggingV2::ListOperationsResponse
72177248 command.params['name'] = name unless name.nil?
72187249 command.query['filter'] = filter unless filter.nil?
72197250 command.query['pageSize'] = page_size unless page_size.nil?
72207251 command.query['pageToken'] = page_token unless page_token.nil?
7252+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
72217253 command.query['fields'] = fields unless fields.nil?
72227254 command.query['quotaUser'] = quota_user unless quota_user.nil?
72237255 execute_or_queue_command(command, &block)
@@ -9383,6 +9415,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
93839415 # The standard list page size.
93849416 # @param [String] page_token
93859417 # The standard list page token.
9418+ # @param [Boolean] return_partial_success
9419+ # When set to true, operations that are reachable are returned as normal, and
9420+ # those that are unreachable are returned in the ListOperationsResponse.
9421+ # unreachable field.This can only be true when reading across collections e.g.
9422+ # when parent is set to "projects/example/locations/-".This field is not by
9423+ # default supported and will result in an UNIMPLEMENTED error if set unless
9424+ # explicitly documented otherwise in service or product specific documentation.
93869425 # @param [String] fields
93879426 # Selector specifying which fields to include in a partial response.
93889427 # @param [String] quota_user
@@ -9400,14 +9439,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
94009439 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
94019440 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
94029441 # @raise [Google::Apis::AuthorizationError] Authorization is required
9403- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
9442+ 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)
94049443 command = make_simple_command(:get, 'v2/{+name}/operations', options)
94059444 command.response_representation = Google::Apis::LoggingV2::ListOperationsResponse::Representation
94069445 command.response_class = Google::Apis::LoggingV2::ListOperationsResponse
94079446 command.params['name'] = name unless name.nil?
94089447 command.query['filter'] = filter unless filter.nil?
94099448 command.query['pageSize'] = page_size unless page_size.nil?
94109449 command.query['pageToken'] = page_token unless page_token.nil?
9450+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
94119451 command.query['fields'] = fields unless fields.nil?
94129452 command.query['quotaUser'] = quota_user unless quota_user.nil?
94139453 execute_or_queue_command(command, &block)
0 commit comments