@@ -745,6 +745,13 @@ def get_organization_location_operation(name, fields: nil, quota_user: nil, opti
745745 # The standard list page size.
746746 # @param [String] page_token
747747 # The standard list page token.
748+ # @param [Boolean] return_partial_success
749+ # When set to `true`, operations that are reachable are returned as normal, and
750+ # those that are unreachable are returned in the [ListOperationsResponse.
751+ # unreachable] field. This can only be `true` when reading across collections e.
752+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
753+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
754+ # explicitly documented otherwise in service or product specific documentation.
748755 # @param [String] fields
749756 # Selector specifying which fields to include in a partial response.
750757 # @param [String] quota_user
@@ -762,14 +769,15 @@ def get_organization_location_operation(name, fields: nil, quota_user: nil, opti
762769 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
763770 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
764771 # @raise [Google::Apis::AuthorizationError] Authorization is required
765- def list_organization_location_operations ( name , filter : nil , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
772+ 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 )
766773 command = make_simple_command ( :get , 'v1/{+name}/operations' , options )
767774 command . response_representation = Google ::Apis ::NetworksecurityV1 ::ListOperationsResponse ::Representation
768775 command . response_class = Google ::Apis ::NetworksecurityV1 ::ListOperationsResponse
769776 command . params [ 'name' ] = name unless name . nil?
770777 command . query [ 'filter' ] = filter unless filter . nil?
771778 command . query [ 'pageSize' ] = page_size unless page_size . nil?
772779 command . query [ 'pageToken' ] = page_token unless page_token . nil?
780+ command . query [ 'returnPartialSuccess' ] = return_partial_success unless return_partial_success . nil?
773781 command . query [ 'fields' ] = fields unless fields . nil?
774782 command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
775783 execute_or_queue_command ( command , &block )
@@ -5220,6 +5228,13 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
52205228 # The standard list page size.
52215229 # @param [String] page_token
52225230 # The standard list page token.
5231+ # @param [Boolean] return_partial_success
5232+ # When set to `true`, operations that are reachable are returned as normal, and
5233+ # those that are unreachable are returned in the [ListOperationsResponse.
5234+ # unreachable] field. This can only be `true` when reading across collections e.
5235+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
5236+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
5237+ # explicitly documented otherwise in service or product specific documentation.
52235238 # @param [String] fields
52245239 # Selector specifying which fields to include in a partial response.
52255240 # @param [String] quota_user
@@ -5237,14 +5252,15 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
52375252 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
52385253 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
52395254 # @raise [Google::Apis::AuthorizationError] Authorization is required
5240- def list_project_location_operations ( name , filter : nil , page_size : nil , page_token : nil , fields : nil , quota_user : nil , options : nil , &block )
5255+ 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 )
52415256 command = make_simple_command ( :get , 'v1/{+name}/operations' , options )
52425257 command . response_representation = Google ::Apis ::NetworksecurityV1 ::ListOperationsResponse ::Representation
52435258 command . response_class = Google ::Apis ::NetworksecurityV1 ::ListOperationsResponse
52445259 command . params [ 'name' ] = name unless name . nil?
52455260 command . query [ 'filter' ] = filter unless filter . nil?
52465261 command . query [ 'pageSize' ] = page_size unless page_size . nil?
52475262 command . query [ 'pageToken' ] = page_token unless page_token . nil?
5263+ command . query [ 'returnPartialSuccess' ] = return_partial_success unless return_partial_success . nil?
52485264 command . query [ 'fields' ] = fields unless fields . nil?
52495265 command . query [ 'quotaUser' ] = quota_user unless quota_user . nil?
52505266 execute_or_queue_command ( command , &block )
0 commit comments