lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.6.0 vs lib/google/apis/healthcare_v1/service.rb in google-apis-healthcare_v1-0.7.0

- old
+ new

@@ -85,11 +85,11 @@ # @param [String] filter # A filter to narrow down results to a preferred subset. The filtering language # accepts strings like "displayName=tokyo", and is documented in more detail in [ # AIP-160](https://google.aip.dev/160). # @param [Fixnum] page_size - # The maximum number of results to return. If not set, the service will select a + # The maximum number of results to return. If not set, the service selects a # default. # @param [String] page_token # A page token received from the `next_page_token` field in the response. Send # that page token to receive the subsequent page. # @param [String] fields @@ -2498,15 +2498,14 @@ end # DeleteStudy deletes all instances within the given study. Delete requests are # equivalent to the GET requests specified in the Retrieve transaction. The # method returns an Operation which will be marked successful when the deletion - # is complete. Warning: Inserting instances into a study while a delete - # operation is running for that study could result in the new instances not - # appearing in search results until the deletion operation finishes. For samples - # that show how to call DeleteStudy, see [Deleting a study, series, or instance]( - # https://cloud.google.com/healthcare/docs/how-tos/dicomweb# + # is complete. Warning: Instances cannot be inserted into a study that is being + # deleted by an operation until the operation completes. For samples that show + # how to call DeleteStudy, see [Deleting a study, series, or instance](https:// + # cloud.google.com/healthcare/docs/how-tos/dicomweb# # deleting_a_study_series_or_instance). # @param [String] parent # @param [String] dicom_web_path # The path of the DeleteStudy request. For example, `studies/`study_uid``. # @param [String] fields @@ -2757,15 +2756,14 @@ end # DeleteSeries deletes all instances within the given study and series. Delete # requests are equivalent to the GET requests specified in the Retrieve # transaction. The method returns an Operation which will be marked successful - # when the deletion is complete. Warning: Inserting instances into a series - # while a delete operation is running for that series could result in the new - # instances not appearing in search results until the deletion operation - # finishes. For samples that show how to call DeleteSeries, see [Deleting a - # study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/ - # dicomweb#deleting_a_study_series_or_instance). + # when the deletion is complete. Warning: Instances cannot be inserted into a + # series that is being deleted by an operation until the operation completes. + # For samples that show how to call DeleteSeries, see [Deleting a study, series, + # or instance](https://cloud.google.com/healthcare/docs/how-tos/dicomweb# + # deleting_a_study_series_or_instance). # @param [String] parent # The name of the DICOM store that is being accessed. For example, `projects/` # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/` # dicom_store_id``. # @param [String] dicom_web_path