google-apis-healthcare_v1 0.77.0 → 0.78.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3bd20dfe2824ea547cc7236fae21ed0a346c8a57ea1d5b4d5e3f6ab826660701
4
- data.tar.gz: 3fb06aa819a9df21135909c3fb81dbcf7ce47e83e7a6a420b84e08dd8e635251
3
+ metadata.gz: bef0b59b1bf041cf827d7408014b8d9ccd1f3c6f2491e4f60a082144d6b1810f
4
+ data.tar.gz: 214e29d55cfcb6025dfa8bf30c2e6b3d3d67fb95feb1e9272cf6651dd416f78b
5
5
  SHA512:
6
- metadata.gz: da22b71f279d69145e988a0bd08a8d81960b2170935b973b4d4fea587d0d19e9180f699593b8cfe1eb2de553a2c08498f522c458cd6a6120372d7055b06b97e9
7
- data.tar.gz: 9db8c747d018377409d5c34602ff48b45e210bee83b0163ad57b45733e71b24b2d05f15775dad099a05deb4044fdd43beb9f14a5f8162a9b0e8a1c6b91ef340c
6
+ metadata.gz: ef1b751c921ff8e253997be4154db1464540bc4402e22f97809556762117ea22df80bdb7d6d76426aabed289d27599ddd3693252e54d78efbb3781897c1ebea8
7
+ data.tar.gz: 568a8f165819d2db4a2e975a91b848f52b21d2ee268d40a4d4d1182ec3a02651fab5280438a72e7a5a5c2a9cd00eea889e9e42b6f800d97caf962dfc579d93ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.78.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250710
6
+
3
7
  ### v0.77.0 (2025-07-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20250625
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.77.0"
19
+ GEM_VERSION = "0.78.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250625"
25
+ REVISION = "20250710"
26
26
  end
27
27
  end
28
28
  end
@@ -2899,13 +2899,13 @@ module Google
2899
2899
  end
2900
2900
 
2901
2901
  # RetrieveStudyMetadata returns instance associated with the given study
2902
- # presented as metadata with the bulk data removed. See [RetrieveTransaction] (
2903
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
2904
- # For details on the implementation of RetrieveStudyMetadata, see [Metadata
2905
- # resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
2906
- # in the Cloud Healthcare API conformance statement. For samples that show how
2907
- # to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
2908
- # com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
2902
+ # presented as metadata. See [RetrieveTransaction] (http://dicom.nema.org/
2903
+ # medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
2904
+ # implementation of RetrieveStudyMetadata, see [Metadata resources](https://
2905
+ # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
2906
+ # Healthcare API conformance statement. For samples that show how to call
2907
+ # RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.com/
2908
+ # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
2909
2909
  # @param [String] parent
2910
2910
  # Required. The name of the DICOM store that is being accessed. For example, `
2911
2911
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3159,12 +3159,11 @@ module Google
3159
3159
  end
3160
3160
 
3161
3161
  # RetrieveSeriesMetadata returns instance associated with the given study and
3162
- # series, presented as metadata with the bulk data removed. See [
3163
- # RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/html/
3164
- # part18.html#sect_10.4). For details on the implementation of
3165
- # RetrieveSeriesMetadata, see [Metadata resources](https://cloud.google.com/
3166
- # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3167
- # conformance statement. For samples that show how to call
3162
+ # series, presented as metadata. See [RetrieveTransaction] (http://dicom.nema.
3163
+ # org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
3164
+ # the implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
3165
+ # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
3166
+ # Healthcare API conformance statement. For samples that show how to call
3168
3167
  # RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
3169
3168
  # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3170
3169
  # @param [String] parent
@@ -3375,14 +3374,13 @@ module Google
3375
3374
  end
3376
3375
 
3377
3376
  # RetrieveInstanceMetadata returns instance associated with the given study,
3378
- # series, and SOP Instance UID presented as metadata with the bulk data removed.
3379
- # See [RetrieveTransaction] (http://dicom.nema.org/medical/dicom/current/output/
3380
- # html/part18.html#sect_10.4). For details on the implementation of
3381
- # RetrieveInstanceMetadata, see [Metadata resources](https://cloud.google.com/
3382
- # healthcare/docs/dicom#metadata_resources) in the Cloud Healthcare API
3383
- # conformance statement. For samples that show how to call
3384
- # RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
3385
- # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3377
+ # series, and SOP Instance UID presented as metadata. See [RetrieveTransaction] (
3378
+ # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3379
+ # For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3380
+ # resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
3381
+ # in the Cloud Healthcare API conformance statement. For samples that show how
3382
+ # to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
3383
+ # com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3386
3384
  # @param [String] parent
3387
3385
  # Required. The name of the DICOM store that is being accessed. For example, `
3388
3386
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3469,9 +3467,9 @@ module Google
3469
3467
  end
3470
3468
 
3471
3469
  # Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3472
- # from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/
3473
- # dicom/current/output/html/part18.html#sect_10.4)`: .external`. For details on
3474
- # the implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3470
+ # from an instance. See [Retrieve Transaction](http://dicom.nema.org/medical/
3471
+ # dicom/current/output/html/part18.html#sect_10.4). For details on the
3472
+ # implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3475
3473
  # google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
3476
3474
  # API conformance statement. For samples that show how to call RetrieveBulkdata,
3477
3475
  # see [Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.77.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.78.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
62
62
  rdoc_options: []
63
63
  require_paths: