@@ -2478,8 +2478,8 @@ def patch_project_location_dataset_dicom_store(name, dicom_store_object = nil, u
24782478 # dicomStores/`dicom_store_id``.
24792479 # @param [String] dicom_web_path
24802480 # Required. The path of the SearchForInstancesRequest DICOMweb request. For
2481- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
2482- # instances`.
2481+ # example, `instances`, `studies/`study_uid`/ series/`series_uid`/instances`, or `
2482+ # studies/`study_uid`/ instances`.
24832483 # @param [String] fields
24842484 # Selector specifying which fields to include in a partial response.
24852485 # @param [String] quota_user
@@ -3076,8 +3076,8 @@ def retrieve_project_location_dataset_dicom_store_study_study(parent, dicom_web_
30763076 # dicomStores/`dicom_store_id``.
30773077 # @param [String] dicom_web_path
30783078 # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3079- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3080- # instances`.
3079+ # example, `instances`, `studies/`study_uid`/ series/`series_uid`/instances`, or `
3080+ # studies/`study_uid`/ instances`.
30813081 # @param [String] fields
30823082 # Selector specifying which fields to include in a partial response.
30833083 # @param [String] quota_user
@@ -3417,8 +3417,8 @@ def retrieve_project_location_dataset_dicom_store_study_series_series(parent, di
34173417 # dicomStores/`dicom_store_id``.
34183418 # @param [String] dicom_web_path
34193419 # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3420- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3421- # instances`.
3420+ # example, `instances`, `studies/`study_uid`/ series/`series_uid`/instances`, or `
3421+ # studies/`study_uid`/ instances`.
34223422 # @param [String] fields
34233423 # Selector specifying which fields to include in a partial response.
34243424 # @param [String] quota_user
@@ -4215,10 +4215,16 @@ def explain_project_location_dataset_fhir_store_data_access(name, resource_id: n
42154215
42164216 # Export resources from the FHIR store to the specified destination. This method
42174217 # returns an Operation that can be used to track the status of the export by
4218- # calling GetOperation. Immediate fatal errors appear in the error field, errors
4219- # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
4220- # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
4221- # the operation finishes, a detailed response of type ExportResourcesResponse is
4218+ # calling GetOperation. To improve performance, it is recommended to make the `
4219+ # type` filter as specific as possible, including only the resource types that
4220+ # are absolutely needed. This minimizes the size of the initial dataset to be
4221+ # processed and is the most effective way to improve performance. While post-
4222+ # filters like `_since` are useful for refining results, they do not speed up
4223+ # the initial data retrieval phase, which is primarily governed by the `type`
4224+ # filter. Immediate fatal errors appear in the error field, errors are also
4225+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
4226+ # cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
4227+ # operation finishes, a detailed response of type ExportResourcesResponse is
42224228 # returned in the response field. The metadata field type for this operation is
42234229 # OperationMetadata.
42244230 # @param [String] name
@@ -4494,7 +4500,7 @@ def import_fhir_store_resources(name, import_resources_request_object = nil, fie
44944500 # Import resource historical versions from Cloud Storage source to destination
44954501 # fhir store. The exported resource, along with previous versions, will be
44964502 # exported in one or more FHIR history bundles. This method returns an Operation
4497- # that can be used to track the status of the export by calling GetOperation.
4503+ # that can be used to track the status of the import by calling GetOperation.
44984504 # Immediate fatal errors appear in the error field, errors are also logged to
44994505 # Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.
45004506 # com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes,
@@ -7399,6 +7405,13 @@ def get_project_location_dataset_operation(name, fields: nil, quota_user: nil, o
73997405 # The standard list page size.
74007406 # @param [String] page_token
74017407 # The standard list page token.
7408+ # @param [Boolean] return_partial_success
7409+ # When set to `true`, operations that are reachable are returned as normal, and
7410+ # those that are unreachable are returned in the [ListOperationsResponse.
7411+ # unreachable] field. This can only be `true` when reading across collections e.
7412+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
7413+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
7414+ # explicitly documented otherwise in service or product specific documentation.
74027415 # @param [String] fields
74037416 # Selector specifying which fields to include in a partial response.
74047417 # @param [String] quota_user
@@ -7416,14 +7429,15 @@ def get_project_location_dataset_operation(name, fields: nil, quota_user: nil, o
74167429 # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
74177430 # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
74187431 # @raise [Google::Apis::AuthorizationError] Authorization is required
7419- def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
7432+ def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
74207433 command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
74217434 command.response_representation = Google::Apis::HealthcareV1beta1::ListOperationsResponse::Representation
74227435 command.response_class = Google::Apis::HealthcareV1beta1::ListOperationsResponse
74237436 command.params['name'] = name unless name.nil?
74247437 command.query['filter'] = filter unless filter.nil?
74257438 command.query['pageSize'] = page_size unless page_size.nil?
74267439 command.query['pageToken'] = page_token unless page_token.nil?
7440+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
74277441 command.query['fields'] = fields unless fields.nil?
74287442 command.query['quotaUser'] = quota_user unless quota_user.nil?
74297443 execute_or_queue_command(command, &block)
0 commit comments