google-apis-healthcare_v1beta1 0.84.0 → 0.85.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: 5d1739e4fbef5ef36ed63839cc98d156a346adca93125754ce474968b469b726
4
- data.tar.gz: 85fb6bdadc829b3ae8e7f4e6810a1e9bc97025087d2145c37a4074fd7ff4391a
3
+ metadata.gz: '09915102dadebe2e8fac6a6c51faa97b2f7d05050bf6bb27941211f047a3a565'
4
+ data.tar.gz: 3fc0fd1bf6dc511ecb96bf33d9a1564b07cbde6e150098284397faf100fc937c
5
5
  SHA512:
6
- metadata.gz: 832f8c3a52f270da43e0b97e462acbfd86570c530b4a126b087469a8a687dbbd992a215b6c96ef576d1cedb14cbb81a1b13eec7978908acb43da7cd132dff992
7
- data.tar.gz: b6236846823186b995a67ed0edb6b16d4c75a82701d9e70b07272a7757cfaec782c657708d66c9d47053c6adb369e2b9a96c68cfc2c75e31f1eb1af11305b80a
6
+ metadata.gz: 017f867d968505deb18816b503c2b139bac2b81612d10fc402bbc155e48694dcdf5d68f0ff4c69399fd0d9924802ba512b27eef6c430f375b1da8755b13da660
7
+ data.tar.gz: 14d7847b87bb75bb1838d6fef1438b97e82b384ee9444160b6e86248acb5b9d53e20a4a24a9c018e7e6e431ce8a6feb3b07d2381962a8b0a38009a07ab9940e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.85.0 (2025-08-10)
4
+
5
+ * Regenerated from discovery document revision 20250710
6
+
3
7
  ### v0.84.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 HealthcareV1beta1
18
18
  # Version of the google-apis-healthcare_v1beta1 gem
19
- GEM_VERSION = "0.84.0"
19
+ GEM_VERSION = "0.85.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
@@ -3058,13 +3058,13 @@ module Google
3058
3058
  end
3059
3059
 
3060
3060
  # 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).
3068
3068
  # @param [String] parent
3069
3069
  # Required. The name of the DICOM store that is being accessed. For example, `
3070
3070
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3318,12 +3318,11 @@ module Google
3318
3318
  end
3319
3319
 
3320
3320
  # 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
3327
3326
  # RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
3328
3327
  # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3329
3328
  # @param [String] parent
@@ -3535,14 +3534,13 @@ module Google
3535
3534
  end
3536
3535
 
3537
3536
  # 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).
3546
3544
  # @param [String] parent
3547
3545
  # Required. The name of the DICOM store that is being accessed. For example, `
3548
3546
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -3629,9 +3627,9 @@ module Google
3629
3627
  end
3630
3628
 
3631
3629
  # 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.
3635
3633
  # google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
3636
3634
  # API conformance statement. For samples that show how to call RetrieveBulkdata,
3637
3635
  # 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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.84.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.85.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: