google-apis-healthcare_v1 0.77.0 → 0.79.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: 06d3d09cac04fe4b25de1df94ddab318f2d53ac5e8cbca04690e74045cf35bf9
4
+ data.tar.gz: 6e6f233c130aac7e828beebca4b567e78ac77a9885c3af7705e9f0047fde9cb1
5
5
  SHA512:
6
- metadata.gz: da22b71f279d69145e988a0bd08a8d81960b2170935b973b4d4fea587d0d19e9180f699593b8cfe1eb2de553a2c08498f522c458cd6a6120372d7055b06b97e9
7
- data.tar.gz: 9db8c747d018377409d5c34602ff48b45e210bee83b0163ad57b45733e71b24b2d05f15775dad099a05deb4044fdd43beb9f14a5f8162a9b0e8a1c6b91ef340c
6
+ metadata.gz: 9e42b6d43e576caacfa34b539d08d9faa34291346488e221042bfd0d139ca5576c64e4ac8358035dc8d3dd34b13f0b9528ede480fa1a9d3ad4bb41ad23bdec35
7
+ data.tar.gz: e9fe025b819bed7cfe5ddb71b1135c203464d1b98f25faae74b0b9e0d61ee83fe427be5de2638221834de35fecdd926b7bb2e71fe19db866c5c6837054b93da4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.79.0 (2025-09-07)
4
+
5
+ * Regenerated from discovery document revision 20250821
6
+
7
+ ### v0.78.0 (2025-08-10)
8
+
9
+ * Regenerated from discovery document revision 20250710
10
+
3
11
  ### v0.77.0 (2025-07-27)
4
12
 
5
13
  * 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.79.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 = "20250821"
26
26
  end
27
27
  end
28
28
  end
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. A list of extra location types that should be used as conditions for
89
- # controlling the visibility of the locations.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -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/
@@ -5514,12 +5512,10 @@ module Google
5514
5512
  # 000) of resources. For a search query that will match a large number of
5515
5513
  # resources, you can avoiding using the special synchronous index by including
5516
5514
  # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5517
- # you want to keep the default sorting order. Note: The special synchronous
5518
- # identifier index are currently disabled for DocumentReference and
5519
- # DocumentManifest searches. For samples and detailed information, see [
5520
- # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5521
- # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5522
- # healthcare/docs/how-tos/fhir-advanced-search).
5515
+ # you want to keep the default sorting order. For samples and detailed
5516
+ # information, see [Searching for FHIR resources](https://cloud.google.com/
5517
+ # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5518
+ # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5523
5519
  # @param [String] parent
5524
5520
  # Required. Name of the FHIR store to retrieve resources from.
5525
5521
  # @param [Google::Apis::HealthcareV1::SearchResourcesRequest] search_resources_request_object
@@ -5608,12 +5604,10 @@ module Google
5608
5604
  # 000) of resources. For a search query that will match a large number of
5609
5605
  # resources, you can avoiding using the special synchronous index by including
5610
5606
  # an additional `_sort` parameter in your query. Use `_sort=-_lastUpdated` if
5611
- # you want to keep the default sorting order. Note: The special synchronous
5612
- # identifier index are currently disabled for DocumentReference and
5613
- # DocumentManifest searches. For samples and detailed information, see [
5614
- # Searching for FHIR resources](https://cloud.google.com/healthcare/docs/how-tos/
5615
- # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5616
- # healthcare/docs/how-tos/fhir-advanced-search).
5607
+ # you want to keep the default sorting order. For samples and detailed
5608
+ # information, see [Searching for FHIR resources](https://cloud.google.com/
5609
+ # healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search features](https:
5610
+ # //cloud.google.com/healthcare/docs/how-tos/fhir-advanced-search).
5617
5611
  # @param [String] parent
5618
5612
  # Required. Name of the FHIR store to retrieve resources from.
5619
5613
  # @param [String] resource_type
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.79.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.79.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: