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