Skip to content

Commit d2ced60

Browse files
feat: Automated regeneration of healthcare v1beta1 client (googleapis#23919)
Auto-created at 2025-08-10 10:40:14 +0000 using the toys pull request generator.
1 parent c0e4240 commit d2ced60

File tree

3 files changed

+28
-26
lines changed

3 files changed

+28
-26
lines changed

generated/google-apis-healthcare_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-healthcare_v1beta1
22

3+
### v0.85.0 (2025-08-10)
4+
5+
* Regenerated from discovery document revision 20250710
6+
37
### v0.84.0 (2025-07-27)
48

59
* Regenerated from discovery document revision 20250625

generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module HealthcareV1beta1
1818
# Version of the google-apis-healthcare_v1beta1 gem
19-
GEM_VERSION = "0.84.0"
19+
GEM_VERSION = "0.85.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250625"
25+
REVISION = "20250710"
2626
end
2727
end
2828
end

generated/google-apis-healthcare_v1beta1/lib/google/apis/healthcare_v1beta1/service.rb

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3058,13 +3058,13 @@ def delete_project_location_dataset_dicom_store_study(parent, dicom_web_path, fi
30583058
end
30593059

30603060
# RetrieveStudyMetadata returns instance associated with the given study
3061-
# presented as metadata with the bulk data removed. See [RetrieveTransaction](
3062-
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3063-
# For details on the implementation of RetrieveStudyMetadata, see [Metadata
3064-
# resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
3065-
# in the Cloud Healthcare API conformance statement. For samples that show how
3066-
# to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
3067-
# com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3061+
# presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/
3062+
# dicom/current/output/html/part18.html#sect_10.4). For details on the
3063+
# implementation of RetrieveStudyMetadata, see [Metadata resources](https://
3064+
# cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
3065+
# Healthcare API conformance statement. For samples that show how to call
3066+
# RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.com/
3067+
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
30683068
# @param [String] parent
30693069
# Required. The name of the DICOM store that is being accessed. For example, `
30703070
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3318,12 +3318,11 @@ def delete_project_location_dataset_dicom_store_study_series(parent, dicom_web_p
33183318
end
33193319

33203320
# RetrieveSeriesMetadata returns instance associated with the given study and
3321-
# series, presented as metadata with the bulk data removed. See [
3322-
# RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
3323-
# part18.html#sect_10.4). For details on the implementation of
3324-
# RetrieveSeriesMetadata, see [Metadata resources](https://cloud.google.com/
3325-
# healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3326-
# conformance statement. For samples that show how to call
3321+
# series, presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/
3322+
# medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
3323+
# implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
3324+
# cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
3325+
# Healthcare API conformance statement. For samples that show how to call
33273326
# RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
33283327
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
33293328
# @param [String] parent
@@ -3535,14 +3534,13 @@ def retrieve_project_location_dataset_dicom_store_study_series_instance_instance
35353534
end
35363535

35373536
# RetrieveInstanceMetadata returns instance associated with the given study,
3538-
# series, and SOP Instance UID presented as metadata with the bulk data removed.
3539-
# See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/
3540-
# html/part18.html#sect_10.4). For details on the implementation of
3541-
# RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/
3542-
# healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3543-
# conformance statement. For samples that show how to call
3544-
# RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
3545-
# healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3537+
# series, and SOP Instance UID presented as metadata. See [RetrieveTransaction](
3538+
# http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3539+
# For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3540+
# resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
3541+
# in the Cloud Healthcare API conformance statement. For samples that show how
3542+
# to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
3543+
# com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
35463544
# @param [String] parent
35473545
# Required. The name of the DICOM store that is being accessed. For example, `
35483546
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3629,9 +3627,9 @@ def retrieve_project_location_dataset_dicom_store_study_series_instance_rendered
36293627
end
36303628

36313629
# Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3632-
# from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/
3633-
# dicom/current/output/html/part18.html#sect_10.4)`: .external`. For details on
3634-
# the implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3630+
# from an instance. See [Retrieve Transaction](http://dicom.nema.org/medical/
3631+
# dicom/current/output/html/part18.html#sect_10.4). For details on the
3632+
# implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
36353633
# google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
36363634
# API conformance statement. For samples that show how to call RetrieveBulkdata,
36373635
# see [Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/

0 commit comments

Comments
 (0)