google-apis-healthcare_v1beta1 0.88.0 → 0.90.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: 6fc60b13351feb6e65d7382c36f490992559997cff5e9d973aeac7b519088e89
4
- data.tar.gz: 46e5283727b2c5b785ae5fa91ebf3a523eafee5b7ed6c3684c1370bac26f35e9
3
+ metadata.gz: 3c6a6c86e62c5ccfc7b091396ac0a51e0a7cc642d6075bb78707fba06c61859c
4
+ data.tar.gz: c193ae93a7627e590fa3845e3d85373a33d5059bdc9a03e842c707a06ddda878
5
5
  SHA512:
6
- metadata.gz: 0c0701c27a8cddcb94b25ac647fbfc6fd2fac9614099f99efbed266e725e0fd1f84adbc49accac343d55bf8cc695e95e89eb51d2d928779bddae1b95eda71020
7
- data.tar.gz: 9bfd009ca4848a34a1eaf810880e1fa9ed977622d552382b4ca546d1ff3dec0826c48c0eb535507577396f374edbd7d7323c06883552c70bbff89d3d5e96cb94
6
+ metadata.gz: 02260dc5a60a59a9f3e5b4cc0892ad37c9950c524d58fa3919eeb4d48b74548b18c29df931128107abd70c3a621e124a5450ff825ca1fce00f725ed99c419009
7
+ data.tar.gz: 78c4c431d513950ddb88e926f8b4a7e8599527f90044a186c3b50b571e5918a48f5d744afc5b19ea2ceef551d834df89af4fd8fd6e694a16899a9ef571d60b43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.90.0 (2025-10-19)
4
+
5
+ * Regenerated from discovery document revision 20251001
6
+
7
+ ### v0.89.0 (2025-10-05)
8
+
9
+ * Regenerated from discovery document revision 20250923
10
+
3
11
  ### v0.88.0 (2025-09-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20250904
@@ -55,7 +55,7 @@ module Google
55
55
  attr_accessor :clean_image_tag
56
56
 
57
57
  # Inspect text and transform sensitive text. Configurable using TextConfig.
58
- # Supported [Value Representations] (http://dicom.nema.org/medical/dicom/2018e/
58
+ # Supported [Value Representations] (https://dicom.nema.org/medical/dicom/2018e/
59
59
  # output/chtml/part05/sect_6.2.html#table_6.2-1): AE, LO, LT, PN, SH, ST, UC, UT,
60
60
  # DA, DT, AS
61
61
  # Corresponds to the JSON property `cleanTextTag`
@@ -79,15 +79,15 @@ module Google
79
79
  attr_accessor :queries
80
80
 
81
81
  # Recursively apply DICOM de-id to tags nested in a sequence. Supported [Value
82
- # Representation] (http://dicom.nema.org/medical/dicom/2018e/output/chtml/part05/
83
- # sect_6.2.html#table_6.2-1): SQ
82
+ # Representation] (https://dicom.nema.org/medical/dicom/2018e/output/chtml/
83
+ # part05/sect_6.2.html#table_6.2-1): SQ
84
84
  # Corresponds to the JSON property `recurseTag`
85
85
  # @return [Google::Apis::HealthcareV1beta1::RecurseTag]
86
86
  attr_accessor :recurse_tag
87
87
 
88
- # Replace UID with a new generated UID. Supported [Value Representation] (http://
89
- # dicom.nema.org/medical/dicom/2018e/output/chtml/part05/sect_6.2.html#table_6.2-
90
- # 1): UI
88
+ # Replace UID with a new generated UID. Supported [Value Representation] (https:/
89
+ # /dicom.nema.org/medical/dicom/2018e/output/chtml/part05/sect_6.2.html#table_6.
90
+ # 2-1): UI
91
91
  # Corresponds to the JSON property `regenUidTag`
92
92
  # @return [Google::Apis::HealthcareV1beta1::RegenUidTag]
93
93
  attr_accessor :regen_uid_tag
@@ -939,12 +939,12 @@ module Google
939
939
  end
940
940
  end
941
941
 
942
- # This option is based on the DICOM Standard's [Clean Descriptors Option](http://
943
- # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/sect_E.3.5.html), and
942
+ # This option is based on the DICOM Standard's [Clean Descriptors Option](https:/
943
+ # /dicom.nema.org/medical/dicom/2018e/output/chtml/part15/sect_E.3.5.html), and
944
944
  # the `CleanText` `Action` is applied to all the specified fields. When cleaning
945
945
  # text, the process attempts to transform phrases matching any of the tags
946
- # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](http://
947
- # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
946
+ # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](https:/
947
+ # /dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
948
948
  # contextual phrases are replaced with the token "[CTX]". This option uses an
949
949
  # additional infoType during inspection.
950
950
  class CleanDescriptorsOption
@@ -976,7 +976,7 @@ module Google
976
976
  end
977
977
 
978
978
  # Inspect text and transform sensitive text. Configurable using TextConfig.
979
- # Supported [Value Representations] (http://dicom.nema.org/medical/dicom/2018e/
979
+ # Supported [Value Representations] (https://dicom.nema.org/medical/dicom/2018e/
980
980
  # output/chtml/part05/sect_6.2.html#table_6.2-1): AE, LO, LT, PN, SH, ST, UC, UT,
981
981
  # DA, DT, AS
982
982
  class CleanTextTag
@@ -1925,7 +1925,7 @@ module Google
1925
1925
  # "Whilst these UIDs cannot be mapped directly to an individual out of context,
1926
1926
  # given access to the original images, or to a database of the original images
1927
1927
  # containing the UIDs, it would be possible to recover the individual's identity.
1928
- # " http://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.
1928
+ # " https://dicom.nema.org/medical/dicom/current/output/chtml/part15/sect_E.3.9.
1929
1929
  # html
1930
1930
  # Corresponds to the JSON property `skipIdRedaction`
1931
1931
  # @return [Boolean]
@@ -4998,6 +4998,13 @@ module Google
4998
4998
  # @return [Array<Google::Apis::HealthcareV1beta1::Operation>]
4999
4999
  attr_accessor :operations
5000
5000
 
5001
+ # Unordered list. Unreachable resources. Populated when the request sets `
5002
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
5003
+ # when attempting to list all resources across all supported locations.
5004
+ # Corresponds to the JSON property `unreachable`
5005
+ # @return [Array<String>]
5006
+ attr_accessor :unreachable
5007
+
5001
5008
  def initialize(**args)
5002
5009
  update!(**args)
5003
5010
  end
@@ -5006,6 +5013,7 @@ module Google
5006
5013
  def update!(**args)
5007
5014
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
5008
5015
  @operations = args[:operations] if args.key?(:operations)
5016
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
5009
5017
  end
5010
5018
  end
5011
5019
 
@@ -5331,12 +5339,12 @@ module Google
5331
5339
  class Options
5332
5340
  include Google::Apis::Core::Hashable
5333
5341
 
5334
- # This option is based on the DICOM Standard's [Clean Descriptors Option](http://
5335
- # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/sect_E.3.5.html), and
5342
+ # This option is based on the DICOM Standard's [Clean Descriptors Option](https:/
5343
+ # /dicom.nema.org/medical/dicom/2018e/output/chtml/part15/sect_E.3.5.html), and
5336
5344
  # the `CleanText` `Action` is applied to all the specified fields. When cleaning
5337
5345
  # text, the process attempts to transform phrases matching any of the tags
5338
- # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](http://
5339
- # dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
5346
+ # marked for removal (action codes D, Z, X, and U) in the [Basic Profile](https:/
5347
+ # /dicom.nema.org/medical/dicom/2018e/output/chtml/part15/chapter_E.html). These
5340
5348
  # contextual phrases are replaced with the token "[CTX]". This option uses an
5341
5349
  # additional infoType during inspection.
5342
5350
  # Corresponds to the JSON property `cleanDescriptors`
@@ -5349,7 +5357,7 @@ module Google
5349
5357
  attr_accessor :clean_image
5350
5358
 
5351
5359
  # Set `Action` for [`StudyInstanceUID`, `SeriesInstanceUID`, `SOPInstanceUID`,
5352
- # and `MediaStorageSOPInstanceUID`](http://dicom.nema.org/medical/dicom/2018e/
5360
+ # and `MediaStorageSOPInstanceUID`](https://dicom.nema.org/medical/dicom/2018e/
5353
5361
  # output/chtml/part06/chapter_6.html).
5354
5362
  # Corresponds to the JSON property `primaryIds`
5355
5363
  # @return [String]
@@ -5703,8 +5711,8 @@ module Google
5703
5711
  end
5704
5712
 
5705
5713
  # Recursively apply DICOM de-id to tags nested in a sequence. Supported [Value
5706
- # Representation] (http://dicom.nema.org/medical/dicom/2018e/output/chtml/part05/
5707
- # sect_6.2.html#table_6.2-1): SQ
5714
+ # Representation] (https://dicom.nema.org/medical/dicom/2018e/output/chtml/
5715
+ # part05/sect_6.2.html#table_6.2-1): SQ
5708
5716
  class RecurseTag
5709
5717
  include Google::Apis::Core::Hashable
5710
5718
 
@@ -5731,9 +5739,9 @@ module Google
5731
5739
  end
5732
5740
  end
5733
5741
 
5734
- # Replace UID with a new generated UID. Supported [Value Representation] (http://
5735
- # dicom.nema.org/medical/dicom/2018e/output/chtml/part05/sect_6.2.html#table_6.2-
5736
- # 1): UI
5742
+ # Replace UID with a new generated UID. Supported [Value Representation] (https:/
5743
+ # /dicom.nema.org/medical/dicom/2018e/output/chtml/part05/sect_6.2.html#table_6.
5744
+ # 2-1): UI
5737
5745
  class RegenUidTag
5738
5746
  include Google::Apis::Core::Hashable
5739
5747
 
@@ -6769,7 +6777,7 @@ module Google
6769
6777
  include Google::Apis::Core::Hashable
6770
6778
 
6771
6779
  # Tags to be filtered. Tags must be DICOM Data Elements, File Meta Elements, or
6772
- # Directory Structuring Elements, as defined at: http://dicom.nema.org/medical/
6780
+ # Directory Structuring Elements, as defined at: https://dicom.nema.org/medical/
6773
6781
  # dicom/current/output/html/part06.html#table_6-1,. They may be provided by "
6774
6782
  # Keyword" or "Tag". For example, "PatientID", "00100010".
6775
6783
  # Corresponds to the JSON property `tags`
@@ -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.88.0"
19
+ GEM_VERSION = "0.90.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 = "20250904"
25
+ REVISION = "20251001"
26
26
  end
27
27
  end
28
28
  end
@@ -2617,6 +2617,7 @@ module Google
2617
2617
  property :next_page_token, as: 'nextPageToken'
2618
2618
  collection :operations, as: 'operations', class: Google::Apis::HealthcareV1beta1::Operation, decorator: Google::Apis::HealthcareV1beta1::Operation::Representation
2619
2619
 
2620
+ collection :unreachable, as: 'unreachable'
2620
2621
  end
2621
2622
  end
2622
2623
 
@@ -2465,7 +2465,7 @@ module Google
2465
2465
  end
2466
2466
 
2467
2467
  # SearchForInstances returns a list of matching instances. See [
2468
- # RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
2468
+ # RetrieveTransaction](https://dicom.nema.org/medical/dicom/current/output/html/
2469
2469
  # part18.html#sect_10.4). For details on the implementation of
2470
2470
  # SearchForInstances, see [Search transaction](https://cloud.google.com/
2471
2471
  # healthcare/docs/dicom#search_transaction) in the Cloud Healthcare API
@@ -2478,8 +2478,8 @@ module Google
2478
2478
  # dicomStores/`dicom_store_id``.
2479
2479
  # @param [String] dicom_web_path
2480
2480
  # Required. The path of the SearchForInstancesRequest DICOMweb request. For
2481
- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
2482
- # instances`.
2481
+ # example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
2482
+ # studies/`study_uid`/instances`.
2483
2483
  # @param [String] fields
2484
2484
  # Selector specifying which fields to include in a partial response.
2485
2485
  # @param [String] quota_user
@@ -2509,11 +2509,11 @@ module Google
2509
2509
  end
2510
2510
 
2511
2511
  # SearchForSeries returns a list of matching series. See [RetrieveTransaction](
2512
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
2513
- # For details on the implementation of SearchForSeries, see [Search transaction]
2514
- # (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
2515
- # Cloud Healthcare API conformance statement. For samples that show how to call
2516
- # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
2512
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4)
2513
+ # . For details on the implementation of SearchForSeries, see [Search
2514
+ # transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
2515
+ # in the Cloud Healthcare API conformance statement. For samples that show how
2516
+ # to call SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
2517
2517
  # healthcare/docs/how-tos/dicomweb#search-dicom).
2518
2518
  # @param [String] parent
2519
2519
  # Required. The name of the DICOM store that is being accessed. For example, `
@@ -2551,8 +2551,8 @@ module Google
2551
2551
  end
2552
2552
 
2553
2553
  # SearchForStudies returns a list of matching studies. See [RetrieveTransaction](
2554
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
2555
- # For details on the implementation of SearchForStudies, see [Search
2554
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4)
2555
+ # . For details on the implementation of SearchForStudies, see [Search
2556
2556
  # transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
2557
2557
  # in the Cloud Healthcare API conformance statement. For samples that show how
2558
2558
  # to call SearchForStudies, see [Search for DICOM data](https://cloud.google.com/
@@ -2673,7 +2673,7 @@ module Google
2673
2673
  end
2674
2674
 
2675
2675
  # StoreInstances stores DICOM instances associated with study instance unique
2676
- # identifiers (SUID). See [Store Transaction](http://dicom.nema.org/medical/
2676
+ # identifiers (SUID). See [Store Transaction](https://dicom.nema.org/medical/
2677
2677
  # dicom/current/output/html/part18.html#sect_10.5). For details on the
2678
2678
  # implementation of StoreInstances, see [Store transaction](https://cloud.google.
2679
2679
  # com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
@@ -2977,8 +2977,8 @@ module Google
2977
2977
  end
2978
2978
 
2979
2979
  # RetrieveStudyMetadata returns instance associated with the given study
2980
- # presented as metadata. See [RetrieveTransaction](http://dicom.nema.org/medical/
2981
- # dicom/current/output/html/part18.html#sect_10.4). For details on the
2980
+ # presented as metadata. See [RetrieveTransaction](https://dicom.nema.org/
2981
+ # medical/dicom/current/output/html/part18.html#sect_10.4). For details on the
2982
2982
  # implementation of RetrieveStudyMetadata, see [Metadata resources](https://
2983
2983
  # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
2984
2984
  # Healthcare API conformance statement. For samples that show how to call
@@ -3020,7 +3020,7 @@ module Google
3020
3020
  end
3021
3021
 
3022
3022
  # RetrieveStudy returns all instances within the given study. See [
3023
- # RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
3023
+ # RetrieveTransaction](https://dicom.nema.org/medical/dicom/current/output/html/
3024
3024
  # part18.html#sect_10.4). For details on the implementation of RetrieveStudy,
3025
3025
  # see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
3026
3026
  # dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
@@ -3063,7 +3063,7 @@ module Google
3063
3063
  end
3064
3064
 
3065
3065
  # SearchForInstances returns a list of matching instances. See [
3066
- # RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
3066
+ # RetrieveTransaction](https://dicom.nema.org/medical/dicom/current/output/html/
3067
3067
  # part18.html#sect_10.4). For details on the implementation of
3068
3068
  # SearchForInstances, see [Search transaction](https://cloud.google.com/
3069
3069
  # healthcare/docs/dicom#search_transaction) in the Cloud Healthcare API
@@ -3076,8 +3076,8 @@ module Google
3076
3076
  # dicomStores/`dicom_store_id``.
3077
3077
  # @param [String] dicom_web_path
3078
3078
  # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3079
- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3080
- # instances`.
3079
+ # example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
3080
+ # studies/`study_uid`/instances`.
3081
3081
  # @param [String] fields
3082
3082
  # Selector specifying which fields to include in a partial response.
3083
3083
  # @param [String] quota_user
@@ -3107,11 +3107,11 @@ module Google
3107
3107
  end
3108
3108
 
3109
3109
  # SearchForSeries returns a list of matching series. See [RetrieveTransaction](
3110
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3111
- # For details on the implementation of SearchForSeries, see [Search transaction]
3112
- # (https://cloud.google.com/healthcare/docs/dicom#search_transaction) in the
3113
- # Cloud Healthcare API conformance statement. For samples that show how to call
3114
- # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
3110
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4)
3111
+ # . For details on the implementation of SearchForSeries, see [Search
3112
+ # transaction](https://cloud.google.com/healthcare/docs/dicom#search_transaction)
3113
+ # in the Cloud Healthcare API conformance statement. For samples that show how
3114
+ # to call SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
3115
3115
  # healthcare/docs/how-tos/dicomweb#search-dicom).
3116
3116
  # @param [String] parent
3117
3117
  # Required. The name of the DICOM store that is being accessed. For example, `
@@ -3149,7 +3149,7 @@ module Google
3149
3149
  end
3150
3150
 
3151
3151
  # StoreInstances stores DICOM instances associated with study instance unique
3152
- # identifiers (SUID). See [Store Transaction](http://dicom.nema.org/medical/
3152
+ # identifiers (SUID). See [Store Transaction](https://dicom.nema.org/medical/
3153
3153
  # dicom/current/output/html/part18.html#sect_10.5). For details on the
3154
3154
  # implementation of StoreInstances, see [Store transaction](https://cloud.google.
3155
3155
  # com/healthcare/docs/dicom#store_transaction) in the Cloud Healthcare API
@@ -3318,9 +3318,9 @@ module Google
3318
3318
  end
3319
3319
 
3320
3320
  # RetrieveSeriesMetadata returns instance associated with the given study and
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://
3321
+ # series, presented as metadata. See [RetrieveTransaction](https://dicom.nema.
3322
+ # org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
3323
+ # the implementation of RetrieveSeriesMetadata, see [Metadata resources](https://
3324
3324
  # cloud.google.com/healthcare/docs/dicom#metadata_resources) in the Cloud
3325
3325
  # Healthcare API conformance statement. For samples that show how to call
3326
3326
  # RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
@@ -3361,7 +3361,7 @@ module Google
3361
3361
  end
3362
3362
 
3363
3363
  # RetrieveSeries returns all instances within the given study and series. See [
3364
- # RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
3364
+ # RetrieveTransaction](https://dicom.nema.org/medical/dicom/current/output/html/
3365
3365
  # part18.html#sect_10.4). For details on the implementation of RetrieveSeries,
3366
3366
  # see [DICOM study/series/instances](https://cloud.google.com/healthcare/docs/
3367
3367
  # dicom#dicom_studyseriesinstances) in the Cloud Healthcare API conformance
@@ -3404,7 +3404,7 @@ module Google
3404
3404
  end
3405
3405
 
3406
3406
  # SearchForInstances returns a list of matching instances. See [
3407
- # RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
3407
+ # RetrieveTransaction](https://dicom.nema.org/medical/dicom/current/output/html/
3408
3408
  # part18.html#sect_10.4). For details on the implementation of
3409
3409
  # SearchForInstances, see [Search transaction](https://cloud.google.com/
3410
3410
  # healthcare/docs/dicom#search_transaction) in the Cloud Healthcare API
@@ -3417,8 +3417,8 @@ module Google
3417
3417
  # dicomStores/`dicom_store_id``.
3418
3418
  # @param [String] dicom_web_path
3419
3419
  # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3420
- # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3421
- # instances`.
3420
+ # example, `instances`, `studies/`study_uid`/series/`series_uid`/instances`, or `
3421
+ # studies/`study_uid`/instances`.
3422
3422
  # @param [String] fields
3423
3423
  # Selector specifying which fields to include in a partial response.
3424
3424
  # @param [String] quota_user
@@ -3531,7 +3531,7 @@ module Google
3531
3531
  end
3532
3532
 
3533
3533
  # RetrieveInstance returns instance associated with the given study, series, and
3534
- # SOP Instance UID. See [RetrieveTransaction](http://dicom.nema.org/medical/
3534
+ # SOP Instance UID. See [RetrieveTransaction](https://dicom.nema.org/medical/
3535
3535
  # dicom/current/output/html/part18.html#sect_10.4). For details on the
3536
3536
  # implementation of RetrieveInstance, see [DICOM study/series/instances](https://
3537
3537
  # cloud.google.com/healthcare/docs/dicom#dicom_studyseriesinstances) and [DICOM
@@ -3576,8 +3576,8 @@ module Google
3576
3576
 
3577
3577
  # RetrieveInstanceMetadata returns instance associated with the given study,
3578
3578
  # series, and SOP Instance UID presented as metadata. See [RetrieveTransaction](
3579
- # http://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4).
3580
- # For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3579
+ # https://dicom.nema.org/medical/dicom/current/output/html/part18.html#sect_10.4)
3580
+ # . For details on the implementation of RetrieveInstanceMetadata, see [Metadata
3581
3581
  # resources](https://cloud.google.com/healthcare/docs/dicom#metadata_resources)
3582
3582
  # in the Cloud Healthcare API conformance statement. For samples that show how
3583
3583
  # to call RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.
@@ -3620,7 +3620,7 @@ module Google
3620
3620
 
3621
3621
  # RetrieveRenderedInstance returns instance associated with the given study,
3622
3622
  # series, and SOP Instance UID in an acceptable Rendered Media Type. See [
3623
- # RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/output/html/
3623
+ # RetrieveTransaction](https://dicom.nema.org/medical/dicom/current/output/html/
3624
3624
  # part18.html#sect_10.4). For details on the implementation of
3625
3625
  # RetrieveRenderedInstance, see [Rendered resources](https://cloud.google.com/
3626
3626
  # healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
@@ -3709,7 +3709,7 @@ module Google
3709
3709
  end
3710
3710
 
3711
3711
  # Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3712
- # from an instance. See [Retrieve Transaction](http://dicom.nema.org/medical/
3712
+ # from an instance. See [Retrieve Transaction](https://dicom.nema.org/medical/
3713
3713
  # dicom/current/output/html/part18.html#sect_10.4). For details on the
3714
3714
  # implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
3715
3715
  # google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
@@ -3753,7 +3753,7 @@ module Google
3753
3753
  end
3754
3754
 
3755
3755
  # RetrieveFrames returns instances associated with the given study, series, SOP
3756
- # Instance UID and frame numbers. See [RetrieveTransaction](http://dicom.nema.
3756
+ # Instance UID and frame numbers. See [RetrieveTransaction](https://dicom.nema.
3757
3757
  # org/medical/dicom/current/output/html/part18.html#sect_10.4). For details on
3758
3758
  # the implementation of RetrieveFrames, see [DICOM frames](https://cloud.google.
3759
3759
  # com/healthcare/docs/dicom#dicom_frames) in the Cloud Healthcare API
@@ -3798,7 +3798,7 @@ module Google
3798
3798
 
3799
3799
  # RetrieveRenderedFrames returns instances associated with the given study,
3800
3800
  # series, SOP Instance UID and frame numbers in an acceptable Rendered Media
3801
- # Type. See [RetrieveTransaction](http://dicom.nema.org/medical/dicom/current/
3801
+ # Type. See [RetrieveTransaction](https://dicom.nema.org/medical/dicom/current/
3802
3802
  # output/html/part18.html#sect_10.4). For details on the implementation of
3803
3803
  # RetrieveRenderedFrames, see [Rendered resources](https://cloud.google.com/
3804
3804
  # healthcare/docs/dicom#rendered_resources) in the Cloud Healthcare API
@@ -4215,10 +4215,16 @@ module Google
4215
4215
 
4216
4216
  # Export resources from the FHIR store to the specified destination. This method
4217
4217
  # returns an Operation that can be used to track the status of the export by
4218
- # calling GetOperation. Immediate fatal errors appear in the error field, errors
4219
- # are also logged to Cloud Logging (see [Viewing error logs in Cloud Logging](
4220
- # https://cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when
4221
- # the operation finishes, a detailed response of type ExportResourcesResponse is
4218
+ # calling GetOperation. To improve performance, it is recommended to make the `
4219
+ # type` filter as specific as possible, including only the resource types that
4220
+ # are absolutely needed. This minimizes the size of the initial dataset to be
4221
+ # processed and is the most effective way to improve performance. While post-
4222
+ # filters like `_since` are useful for refining results, they do not speed up
4223
+ # the initial data retrieval phase, which is primarily governed by the `type`
4224
+ # filter. Immediate fatal errors appear in the error field, errors are also
4225
+ # logged to Cloud Logging (see [Viewing error logs in Cloud Logging](https://
4226
+ # cloud.google.com/healthcare/docs/how-tos/logging)). Otherwise, when the
4227
+ # operation finishes, a detailed response of type ExportResourcesResponse is
4222
4228
  # returned in the response field. The metadata field type for this operation is
4223
4229
  # OperationMetadata.
4224
4230
  # @param [String] name
@@ -4494,7 +4500,7 @@ module Google
4494
4500
  # Import resource historical versions from Cloud Storage source to destination
4495
4501
  # fhir store. The exported resource, along with previous versions, will be
4496
4502
  # exported in one or more FHIR history bundles. This method returns an Operation
4497
- # that can be used to track the status of the export by calling GetOperation.
4503
+ # that can be used to track the status of the import by calling GetOperation.
4498
4504
  # Immediate fatal errors appear in the error field, errors are also logged to
4499
4505
  # Cloud Logging (see [Viewing error logs in Cloud Logging](https://cloud.google.
4500
4506
  # com/healthcare/docs/how-tos/logging)). Otherwise, when the operation finishes,
@@ -7399,6 +7405,13 @@ module Google
7399
7405
  # The standard list page size.
7400
7406
  # @param [String] page_token
7401
7407
  # The standard list page token.
7408
+ # @param [Boolean] return_partial_success
7409
+ # When set to `true`, operations that are reachable are returned as normal, and
7410
+ # those that are unreachable are returned in the [ListOperationsResponse.
7411
+ # unreachable] field. This can only be `true` when reading across collections e.
7412
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
7413
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
7414
+ # explicitly documented otherwise in service or product specific documentation.
7402
7415
  # @param [String] fields
7403
7416
  # Selector specifying which fields to include in a partial response.
7404
7417
  # @param [String] quota_user
@@ -7416,7 +7429,7 @@ module Google
7416
7429
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
7417
7430
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7418
7431
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7419
- def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
7432
+ def list_project_location_dataset_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
7420
7433
  command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
7421
7434
  command.response_representation = Google::Apis::HealthcareV1beta1::ListOperationsResponse::Representation
7422
7435
  command.response_class = Google::Apis::HealthcareV1beta1::ListOperationsResponse
@@ -7424,6 +7437,7 @@ module Google
7424
7437
  command.query['filter'] = filter unless filter.nil?
7425
7438
  command.query['pageSize'] = page_size unless page_size.nil?
7426
7439
  command.query['pageToken'] = page_token unless page_token.nil?
7440
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
7427
7441
  command.query['fields'] = fields unless fields.nil?
7428
7442
  command.query['quotaUser'] = quota_user unless quota_user.nil?
7429
7443
  execute_or_queue_command(command, &block)
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.88.0
4
+ version: 0.90.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.88.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.90.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: