google-apis-healthcare_v1beta1 0.61.0 → 0.63.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 56e8f73cbb1dad86d13211dbb086ef3b6a619258c09e95c4fbb70e56754b1673
4
- data.tar.gz: 680aae3b4320d9ddf5261557e5af10e9065e191c2a90c36fe0995d6cc017caf5
3
+ metadata.gz: e6dd1a7b2281688d59ad62cac008717d8bb065c4a61e6253825896368cbe0e38
4
+ data.tar.gz: 01e6b45df447b7dd7517685fb49dd646b4f43b77ab4ce64328d3d69fd6efbc9d
5
5
  SHA512:
6
- metadata.gz: 4f36bb475cd49f39e815357710c2a03a069ff7956c2f9b5fcd9a0d7f971efcecee4d03ef1db7d1b1741838535344c85d5ca25d5137e9c1534c55c64695eedc3c
7
- data.tar.gz: d69dcba0185bcecf1d355d8b082d6ad30e878a08d959d1f69bac79d80cde6b8b849e92f6bb4d6f0ad8e493f695e63a48c9e3c90645e9ad8a0d5febdb2392a219
6
+ metadata.gz: a0cd97bd660d806843839dc7407916bb7cbf528c9ceb22dd32019e31b48af35814f9b3cbb1137f9459ef3e06c67791efda80bf9ac4faa585603a1d2b0e7592d8
7
+ data.tar.gz: 71850d20f3193e83b597ad8dc5f3df9ce428a4c3650ac3a543e13ec47b0cdae2fea9323a82d4559c4478c86387b5cddeca96564d9f0545aaeace38f9523c2519
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.63.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240112
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.62.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240110
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.61.0 (2023-12-17)
4
14
 
5
15
  * Regenerated from discovery document revision 20231205
@@ -645,10 +645,10 @@ module Google
645
645
  # @return [String]
646
646
  attr_accessor :description
647
647
 
648
- # Resource name of the Attribute definition, of the form `projects/`project_id`/
649
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
650
- # attributeDefinitions/`attribute_definition_id``. Cannot be changed after
651
- # creation.
648
+ # Identifier. Resource name of the Attribute definition, of the form `projects/`
649
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
650
+ # consent_store_id`/attributeDefinitions/`attribute_definition_id``. Cannot be
651
+ # changed after creation.
652
652
  # Corresponds to the JSON property `name`
653
653
  # @return [String]
654
654
  attr_accessor :name
@@ -797,21 +797,43 @@ module Google
797
797
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
798
798
  # email address that represents a Google group. For example, `admins@example.com`
799
799
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
800
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
801
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
802
- # representing a user that has been recently deleted. For example, `alice@
803
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
804
- # reverts to `user:`emailid`` and the recovered user retains the role in the
805
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
806
- # (plus unique identifier) representing a service account that has been recently
807
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
800
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
801
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
802
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
803
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
804
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
805
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
806
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
807
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
808
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
809
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
810
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
811
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
812
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
813
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
814
+ # googleapis.com/projects/`project_number`/locations/global/
815
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
816
+ # All identities in a workload identity pool with a certain attribute. * `
817
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
818
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
819
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
820
+ # identifier) representing a user that has been recently deleted. For example, `
821
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
822
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
823
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
824
+ # address (plus unique identifier) representing a service account that has been
825
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
808
826
  # 123456789012345678901`. If the service account is undeleted, this value
809
827
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
810
828
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
811
829
  # An email address (plus unique identifier) representing a Google group that has
812
830
  # been recently deleted. For example, `admins@example.com?uid=
813
831
  # 123456789012345678901`. If the group is recovered, this value reverts to `
814
- # group:`emailid`` and the recovered group retains the role in the binding.
832
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
833
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
834
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
835
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
836
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
815
837
  # Corresponds to the JSON property `members`
816
838
  # @return [Array<String>]
817
839
  attr_accessor :members
@@ -1242,9 +1264,10 @@ module Google
1242
1264
  # @return [Hash<String,String>]
1243
1265
  attr_accessor :metadata
1244
1266
 
1245
- # Resource name of the Consent artifact, of the form `projects/`project_id`/
1246
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1247
- # consentArtifacts/`consent_artifact_id``. Cannot be changed after creation.
1267
+ # Identifier. Resource name of the Consent artifact, of the form `projects/`
1268
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
1269
+ # consent_store_id`/consentArtifacts/`consent_artifact_id``. Cannot be changed
1270
+ # after creation.
1248
1271
  # Corresponds to the JSON property `name`
1249
1272
  # @return [String]
1250
1273
  attr_accessor :name
@@ -1736,10 +1759,10 @@ module Google
1736
1759
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
1737
1760
  attr_accessor :config
1738
1761
 
1739
- # The name of the dataset resource to create and write the redacted data to. *
1740
- # The destination dataset must not exist. * The destination dataset must be in
1741
- # the same location as the source dataset. De-identifying data across multiple
1742
- # locations is not supported.
1762
+ # Required. The name of the dataset resource to create and write the redacted
1763
+ # data to. * The destination dataset must not exist. * The destination dataset
1764
+ # must be in the same location as the source dataset. De-identifying data across
1765
+ # multiple locations is not supported.
1743
1766
  # Corresponds to the JSON property `destinationDataset`
1744
1767
  # @return [String]
1745
1768
  attr_accessor :destination_dataset
@@ -1777,13 +1800,13 @@ module Google
1777
1800
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
1778
1801
  attr_accessor :config
1779
1802
 
1780
- # The name of the DICOM store to create and write the redacted data to. For
1781
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1782
- # dicomStores/`dicom_store_id``. * The destination dataset must exist. * The
1783
- # source dataset and destination dataset must both reside in the same location.
1784
- # De-identifying data across multiple locations is not supported. * The
1785
- # destination DICOM store must not exist. * The caller must have the necessary
1786
- # permissions to create the destination DICOM store.
1803
+ # Required. The name of the DICOM store to create and write the redacted data to.
1804
+ # For example, `projects/`project_id`/locations/`location_id`/datasets/`
1805
+ # dataset_id`/dicomStores/`dicom_store_id``. * The destination dataset must
1806
+ # exist. * The source dataset and destination dataset must both reside in the
1807
+ # same location. De-identifying data across multiple locations is not supported.
1808
+ # * The destination DICOM store must not exist. * The caller must have the
1809
+ # necessary permissions to create the destination DICOM store.
1787
1810
  # Corresponds to the JSON property `destinationStore`
1788
1811
  # @return [String]
1789
1812
  attr_accessor :destination_store
@@ -1827,12 +1850,12 @@ module Google
1827
1850
  # @return [Google::Apis::HealthcareV1beta1::DeidentifyConfig]
1828
1851
  attr_accessor :config
1829
1852
 
1830
- # The name of the FHIR store to create and write the redacted data to. For
1831
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
1832
- # fhirStores/`fhir_store_id``. * The destination dataset must exist. * The
1833
- # source dataset and destination dataset must both reside in the same location.
1834
- # De-identifying data across multiple locations is not supported. * The
1835
- # destination FHIR store must exist. * The caller must have the healthcare.
1853
+ # Required. The name of the FHIR store to create and write the redacted data to.
1854
+ # For example, `projects/`project_id`/locations/`location_id`/datasets/`
1855
+ # dataset_id`/fhirStores/`fhir_store_id``. * The destination dataset must exist.
1856
+ # * The source dataset and destination dataset must both reside in the same
1857
+ # location. De-identifying data across multiple locations is not supported. *
1858
+ # The destination FHIR store must exist. * The caller must have the healthcare.
1836
1859
  # fhirResources.update permission to write to the destination FHIR store.
1837
1860
  # Corresponds to the JSON property `destinationStore`
1838
1861
  # @return [String]
@@ -2023,8 +2046,9 @@ module Google
2023
2046
  # @return [Hash<String,String>]
2024
2047
  attr_accessor :labels
2025
2048
 
2026
- # Resource name of the DICOM store, of the form `projects/`project_id`/locations/
2027
- # `location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
2049
+ # Identifier. Resource name of the DICOM store, of the form `projects/`
2050
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
2051
+ # dicom_store_id``.
2028
2052
  # Corresponds to the JSON property `name`
2029
2053
  # @return [String]
2030
2054
  attr_accessor :name
@@ -3044,8 +3068,8 @@ module Google
3044
3068
  # @return [Hash<String,String>]
3045
3069
  attr_accessor :labels
3046
3070
 
3047
- # Output only. Resource name of the FHIR store, of the form `projects/`
3048
- # project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
3071
+ # Output only. Identifier. Resource name of the FHIR store, of the form `
3072
+ # projects/`project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
3049
3073
  # Corresponds to the JSON property `name`
3050
3074
  # @return [String]
3051
3075
  attr_accessor :name
@@ -3085,10 +3109,10 @@ module Google
3085
3109
  # @return [Google::Apis::HealthcareV1beta1::ValidationConfig]
3086
3110
  attr_accessor :validation_config
3087
3111
 
3088
- # Immutable. The FHIR specification version that this FHIR store supports
3089
- # natively. This field is immutable after store creation. Requests are rejected
3090
- # if they contain FHIR resources of a different version. Version is required for
3091
- # every FHIR store.
3112
+ # Required. Immutable. The FHIR specification version that this FHIR store
3113
+ # supports natively. This field is immutable after store creation. Requests are
3114
+ # rejected if they contain FHIR resources of a different version. Version is
3115
+ # required for every FHIR store.
3092
3116
  # Corresponds to the JSON property `version`
3093
3117
  # @return [String]
3094
3118
  attr_accessor :version
@@ -6410,11 +6434,11 @@ module Google
6410
6434
  class SearchResourcesRequest
6411
6435
  include Google::Apis::Core::Hashable
6412
6436
 
6413
- # The FHIR resource type to search, such as Patient or Observation. For a
6414
- # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
6415
- # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
6416
- # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
6417
- # standards/fhir/R4/resourcelist.html)).
6437
+ # Required. The FHIR resource type to search, such as Patient or Observation.
6438
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6439
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6440
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6441
+ # implement/standards/fhir/R4/resourcelist.html)).
6418
6442
  # Corresponds to the JSON property `resourceType`
6419
6443
  # @return [String]
6420
6444
  attr_accessor :resource_type
@@ -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.61.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231205"
25
+ REVISION = "20240112"
26
26
  end
27
27
  end
28
28
  end
@@ -32,6 +32,8 @@ module Google
32
32
  #
33
33
  # @see https://cloud.google.com/healthcare
34
34
  class CloudHealthcareService < Google::Apis::Core::BaseService
35
+ DEFAULT_ENDPOINT_TEMPLATE = "https://healthcare.$UNIVERSE_DOMAIN$/"
36
+
35
37
  # @return [String]
36
38
  # API key. Your API key identifies your project and provides you with API access,
37
39
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -43,7 +45,7 @@ module Google
43
45
  attr_accessor :quota_user
44
46
 
45
47
  def initialize
46
- super('https://healthcare.googleapis.com/', '',
48
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
47
49
  client_name: 'google-apis-healthcare_v1beta1',
48
50
  client_version: Google::Apis::HealthcareV1beta1::GEM_VERSION)
49
51
  @batch_path = 'batch'
@@ -171,8 +173,8 @@ module Google
171
173
  # logged to Cloud Logging. For more information, see [Viewing error logs in
172
174
  # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
173
175
  # @param [String] source_dataset
174
- # Source dataset resource name. For example, `projects/`project_id`/locations/`
175
- # location_id`/datasets/`dataset_id``.
176
+ # Required. Source dataset resource name. For example, `projects/`project_id`/
177
+ # locations/`location_id`/datasets/`dataset_id``.
176
178
  # @param [Google::Apis::HealthcareV1beta1::DeidentifyDatasetRequest] deidentify_dataset_request_object
177
179
  # @param [String] fields
178
180
  # Selector specifying which fields to include in a partial response.
@@ -1707,10 +1709,10 @@ module Google
1707
1709
 
1708
1710
  # Updates the specified Attribute definition.
1709
1711
  # @param [String] name
1710
- # Resource name of the Attribute definition, of the form `projects/`project_id`/
1711
- # locations/`location_id`/datasets/`dataset_id`/consentStores/`consent_store_id`/
1712
- # attributeDefinitions/`attribute_definition_id``. Cannot be changed after
1713
- # creation.
1712
+ # Identifier. Resource name of the Attribute definition, of the form `projects/`
1713
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/consentStores/`
1714
+ # consent_store_id`/attributeDefinitions/`attribute_definition_id``. Cannot be
1715
+ # changed after creation.
1714
1716
  # @param [Google::Apis::HealthcareV1beta1::AttributeDefinition] attribute_definition_object
1715
1717
  # @param [String] update_mask
1716
1718
  # Required. The update mask that applies to the resource. For the `FieldMask`
@@ -2572,11 +2574,11 @@ module Google
2572
2574
 
2573
2575
  # Creates a new DICOM store within the parent dataset.
2574
2576
  # @param [String] parent
2575
- # The name of the dataset this DICOM store belongs to.
2577
+ # Required. The name of the dataset this DICOM store belongs to.
2576
2578
  # @param [Google::Apis::HealthcareV1beta1::DicomStore] dicom_store_object
2577
2579
  # @param [String] dicom_store_id
2578
- # The ID of the DICOM store that is being created. Any string value up to 256
2579
- # characters in length.
2580
+ # Required. The ID of the DICOM store that is being created. Any string value up
2581
+ # to 256 characters in length.
2580
2582
  # @param [String] fields
2581
2583
  # Selector specifying which fields to include in a partial response.
2582
2584
  # @param [String] quota_user
@@ -2616,8 +2618,8 @@ module Google
2616
2618
  # are logged to Cloud Logging. For more information, see [Viewing error logs in
2617
2619
  # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
2618
2620
  # @param [String] source_store
2619
- # Source DICOM store resource name. For example, `projects/`project_id`/
2620
- # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
2621
+ # Required. Source DICOM store resource name. For example, `projects/`project_id`
2622
+ # /locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
2621
2623
  # @param [Google::Apis::HealthcareV1beta1::DeidentifyDicomStoreRequest] deidentify_dicom_store_request_object
2622
2624
  # @param [String] fields
2623
2625
  # Selector specifying which fields to include in a partial response.
@@ -2651,7 +2653,7 @@ module Google
2651
2653
  # Deletes the specified DICOM store and removes all images that are contained
2652
2654
  # within it.
2653
2655
  # @param [String] name
2654
- # The resource name of the DICOM store to delete.
2656
+ # Required. The resource name of the DICOM store to delete.
2655
2657
  # @param [String] fields
2656
2658
  # Selector specifying which fields to include in a partial response.
2657
2659
  # @param [String] quota_user
@@ -2684,8 +2686,8 @@ module Google
2684
2686
  # errors in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2685
2687
  # logging). The metadata field type is OperationMetadata.
2686
2688
  # @param [String] name
2687
- # The DICOM store resource name from which to export the data. For example, `
2688
- # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
2689
+ # Required. The DICOM store resource name from which to export the data. For
2690
+ # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
2689
2691
  # dicomStores/`dicom_store_id``.
2690
2692
  # @param [Google::Apis::HealthcareV1beta1::ExportDicomDataRequest] export_dicom_data_request_object
2691
2693
  # @param [String] fields
@@ -2719,7 +2721,7 @@ module Google
2719
2721
 
2720
2722
  # Gets the specified DICOM store.
2721
2723
  # @param [String] name
2722
- # The resource name of the DICOM store to get.
2724
+ # Required. The resource name of the DICOM store to get.
2723
2725
  # @param [String] fields
2724
2726
  # Selector specifying which fields to include in a partial response.
2725
2727
  # @param [String] quota_user
@@ -2749,7 +2751,7 @@ module Google
2749
2751
 
2750
2752
  # Gets metrics associated with the DICOM store.
2751
2753
  # @param [String] name
2752
- # The resource name of the DICOM store to get metrics for.
2754
+ # Required. The resource name of the DICOM store to get metrics for.
2753
2755
  # @param [String] fields
2754
2756
  # Selector specifying which fields to include in a partial response.
2755
2757
  # @param [String] quota_user
@@ -2827,9 +2829,9 @@ module Google
2827
2829
  # logs in Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/
2828
2830
  # logging). The metadata field type is OperationMetadata.
2829
2831
  # @param [String] name
2830
- # The name of the DICOM store resource into which the data is imported. For
2831
- # example, `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
2832
- # dicomStores/`dicom_store_id``.
2832
+ # Required. The name of the DICOM store resource into which the data is imported.
2833
+ # For example, `projects/`project_id`/locations/`location_id`/datasets/`
2834
+ # dataset_id`/dicomStores/`dicom_store_id``.
2833
2835
  # @param [Google::Apis::HealthcareV1beta1::ImportDicomDataRequest] import_dicom_data_request_object
2834
2836
  # @param [String] fields
2835
2837
  # Selector specifying which fields to include in a partial response.
@@ -2862,7 +2864,7 @@ module Google
2862
2864
 
2863
2865
  # Lists the DICOM stores in the given dataset.
2864
2866
  # @param [String] parent
2865
- # Name of the dataset.
2867
+ # Required. Name of the dataset.
2866
2868
  # @param [String] filter
2867
2869
  # Restricts stores returned to those matching a filter. The following syntax is
2868
2870
  # available: * A string field value can be written as text inside quotation
@@ -2923,8 +2925,9 @@ module Google
2923
2925
 
2924
2926
  # Updates the specified DICOM store.
2925
2927
  # @param [String] name
2926
- # Resource name of the DICOM store, of the form `projects/`project_id`/locations/
2927
- # `location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id``.
2928
+ # Identifier. Resource name of the DICOM store, of the form `projects/`
2929
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
2930
+ # dicom_store_id``.
2928
2931
  # @param [Google::Apis::HealthcareV1beta1::DicomStore] dicom_store_object
2929
2932
  # @param [String] update_mask
2930
2933
  # The update mask applies to the resource. For the `FieldMask` definition, see
@@ -2969,13 +2972,13 @@ module Google
2969
2972
  # see [Search for DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
2970
2973
  # dicomweb#search-dicom).
2971
2974
  # @param [String] parent
2972
- # The name of the DICOM store that is being accessed. For example, `projects/`
2973
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
2974
- # dicom_store_id``.
2975
+ # Required. The name of the DICOM store that is being accessed. For example, `
2976
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
2977
+ # dicomStores/`dicom_store_id``.
2975
2978
  # @param [String] dicom_web_path
2976
- # The path of the SearchForInstancesRequest DICOMweb request. For example, `
2977
- # instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/instances`
2978
- # .
2979
+ # Required. The path of the SearchForInstancesRequest DICOMweb request. For
2980
+ # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
2981
+ # instances`.
2979
2982
  # @param [String] fields
2980
2983
  # Selector specifying which fields to include in a partial response.
2981
2984
  # @param [String] quota_user
@@ -3012,12 +3015,12 @@ module Google
3012
3015
  # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
3013
3016
  # healthcare/docs/how-tos/dicomweb#search-dicom).
3014
3017
  # @param [String] parent
3015
- # The name of the DICOM store that is being accessed. For example, `projects/`
3016
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3017
- # dicom_store_id``.
3018
+ # Required. The name of the DICOM store that is being accessed. For example, `
3019
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3020
+ # dicomStores/`dicom_store_id``.
3018
3021
  # @param [String] dicom_web_path
3019
- # The path of the SearchForSeries DICOMweb request. For example, `series` or `
3020
- # studies/`study_uid`/series`.
3022
+ # Required. The path of the SearchForSeries DICOMweb request. For example, `
3023
+ # series` or `studies/`study_uid`/series`.
3021
3024
  # @param [String] fields
3022
3025
  # Selector specifying which fields to include in a partial response.
3023
3026
  # @param [String] quota_user
@@ -3054,11 +3057,12 @@ module Google
3054
3057
  # to call SearchForStudies, see [Search for DICOM data](https://cloud.google.com/
3055
3058
  # healthcare/docs/how-tos/dicomweb#search-dicom).
3056
3059
  # @param [String] parent
3057
- # The name of the DICOM store that is being accessed. For example, `projects/`
3058
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3059
- # dicom_store_id``.
3060
+ # Required. The name of the DICOM store that is being accessed. For example, `
3061
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3062
+ # dicomStores/`dicom_store_id``.
3060
3063
  # @param [String] dicom_web_path
3061
- # The path of the SearchForStudies DICOMweb request. For example, `studies`.
3064
+ # Required. The path of the SearchForStudies DICOMweb request. For example, `
3065
+ # studies`.
3062
3066
  # @param [String] fields
3063
3067
  # Selector specifying which fields to include in a partial response.
3064
3068
  # @param [String] quota_user
@@ -3175,12 +3179,12 @@ module Google
3175
3179
  # Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3176
3180
  # store-dicom).
3177
3181
  # @param [String] parent
3178
- # The name of the DICOM store that is being accessed. For example, `projects/`
3179
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3180
- # dicom_store_id``.
3182
+ # Required. The name of the DICOM store that is being accessed. For example, `
3183
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3184
+ # dicomStores/`dicom_store_id``.
3181
3185
  # @param [String] dicom_web_path
3182
- # The path of the StoreInstances DICOMweb request. For example, `studies/[`
3183
- # study_uid`]`. Note that the `study_uid` is optional.
3186
+ # Required. The path of the StoreInstances DICOMweb request. For example, `
3187
+ # studies/[`study_uid`]`. Note that the `study_uid` is optional.
3184
3188
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
3185
3189
  # @param [String] fields
3186
3190
  # Selector specifying which fields to include in a partial response.
@@ -3253,9 +3257,9 @@ module Google
3253
3257
 
3254
3258
  # GetStudyMetrics returns metrics for a study.
3255
3259
  # @param [String] study
3256
- # The study resource path. For example, `projects/`project_id`/locations/`
3257
- # location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/dicomWeb/
3258
- # studies/`study_uid``.
3260
+ # Required. The study resource path. For example, `projects/`project_id`/
3261
+ # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/
3262
+ # dicomWeb/studies/`study_uid``.
3259
3263
  # @param [String] fields
3260
3264
  # Selector specifying which fields to include in a partial response.
3261
3265
  # @param [String] quota_user
@@ -3327,9 +3331,9 @@ module Google
3327
3331
 
3328
3332
  # GetSeriesMetrics returns metrics for a series.
3329
3333
  # @param [String] series
3330
- # The series resource path. For example, `projects/`project_id`/locations/`
3331
- # location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/dicomWeb/
3332
- # studies/`study_uid`/series/`series_uid``.
3334
+ # Required. The series resource path. For example, `projects/`project_id`/
3335
+ # locations/`location_id`/datasets/`dataset_id`/dicomStores/`dicom_store_id`/
3336
+ # dicomWeb/studies/`study_uid`/series/`series_uid``.
3333
3337
  # @param [String] fields
3334
3338
  # Selector specifying which fields to include in a partial response.
3335
3339
  # @param [String] quota_user
@@ -3399,7 +3403,8 @@ module Google
3399
3403
  # dicom).
3400
3404
  # @param [String] parent
3401
3405
  # @param [String] dicom_web_path
3402
- # The path of the DeleteStudy request. For example, `studies/`study_uid``.
3406
+ # Required. The path of the DeleteStudy request. For example, `studies/`
3407
+ # study_uid``.
3403
3408
  # @param [String] fields
3404
3409
  # Selector specifying which fields to include in a partial response.
3405
3410
  # @param [String] quota_user
@@ -3437,12 +3442,12 @@ module Google
3437
3442
  # to call RetrieveStudyMetadata, see [Retrieve metadata](https://cloud.google.
3438
3443
  # com/healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3439
3444
  # @param [String] parent
3440
- # The name of the DICOM store that is being accessed. For example, `projects/`
3441
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3442
- # dicom_store_id``.
3445
+ # Required. The name of the DICOM store that is being accessed. For example, `
3446
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3447
+ # dicomStores/`dicom_store_id``.
3443
3448
  # @param [String] dicom_web_path
3444
- # The path of the RetrieveStudyMetadata DICOMweb request. For example, `studies/`
3445
- # study_uid`/metadata`.
3449
+ # Required. The path of the RetrieveStudyMetadata DICOMweb request. For example,
3450
+ # `studies/`study_uid`/metadata`.
3446
3451
  # @param [String] fields
3447
3452
  # Selector specifying which fields to include in a partial response.
3448
3453
  # @param [String] quota_user
@@ -3480,12 +3485,12 @@ module Google
3480
3485
  # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
3481
3486
  # dicom).
3482
3487
  # @param [String] parent
3483
- # The name of the DICOM store that is being accessed. For example, `projects/`
3484
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3485
- # dicom_store_id``.
3488
+ # Required. The name of the DICOM store that is being accessed. For example, `
3489
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3490
+ # dicomStores/`dicom_store_id``.
3486
3491
  # @param [String] dicom_web_path
3487
- # The path of the RetrieveStudy DICOMweb request. For example, `studies/`
3488
- # study_uid``.
3492
+ # Required. The path of the RetrieveStudy DICOMweb request. For example, `
3493
+ # studies/`study_uid``.
3489
3494
  # @param [String] fields
3490
3495
  # Selector specifying which fields to include in a partial response.
3491
3496
  # @param [String] quota_user
@@ -3523,13 +3528,13 @@ module Google
3523
3528
  # see [Search for DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
3524
3529
  # dicomweb#search-dicom).
3525
3530
  # @param [String] parent
3526
- # The name of the DICOM store that is being accessed. For example, `projects/`
3527
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3528
- # dicom_store_id``.
3531
+ # Required. The name of the DICOM store that is being accessed. For example, `
3532
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3533
+ # dicomStores/`dicom_store_id``.
3529
3534
  # @param [String] dicom_web_path
3530
- # The path of the SearchForInstancesRequest DICOMweb request. For example, `
3531
- # instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/instances`
3532
- # .
3535
+ # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3536
+ # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3537
+ # instances`.
3533
3538
  # @param [String] fields
3534
3539
  # Selector specifying which fields to include in a partial response.
3535
3540
  # @param [String] quota_user
@@ -3566,12 +3571,12 @@ module Google
3566
3571
  # SearchForSeries, see [Search for DICOM data](https://cloud.google.com/
3567
3572
  # healthcare/docs/how-tos/dicomweb#search-dicom).
3568
3573
  # @param [String] parent
3569
- # The name of the DICOM store that is being accessed. For example, `projects/`
3570
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3571
- # dicom_store_id``.
3574
+ # Required. The name of the DICOM store that is being accessed. For example, `
3575
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3576
+ # dicomStores/`dicom_store_id``.
3572
3577
  # @param [String] dicom_web_path
3573
- # The path of the SearchForSeries DICOMweb request. For example, `series` or `
3574
- # studies/`study_uid`/series`.
3578
+ # Required. The path of the SearchForSeries DICOMweb request. For example, `
3579
+ # series` or `studies/`study_uid`/series`.
3575
3580
  # @param [String] fields
3576
3581
  # Selector specifying which fields to include in a partial response.
3577
3582
  # @param [String] quota_user
@@ -3609,12 +3614,12 @@ module Google
3609
3614
  # Store DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
3610
3615
  # store-dicom).
3611
3616
  # @param [String] parent
3612
- # The name of the DICOM store that is being accessed. For example, `projects/`
3613
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3614
- # dicom_store_id``.
3617
+ # Required. The name of the DICOM store that is being accessed. For example, `
3618
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3619
+ # dicomStores/`dicom_store_id``.
3615
3620
  # @param [String] dicom_web_path
3616
- # The path of the StoreInstances DICOMweb request. For example, `studies/[`
3617
- # study_uid`]`. Note that the `study_uid` is optional.
3621
+ # Required. The path of the StoreInstances DICOMweb request. For example, `
3622
+ # studies/[`study_uid`]`. Note that the `study_uid` is optional.
3618
3623
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
3619
3624
  # @param [String] fields
3620
3625
  # Selector specifying which fields to include in a partial response.
@@ -3654,12 +3659,12 @@ module Google
3654
3659
  # Delete a study, series, or instance](https://cloud.google.com/healthcare/docs/
3655
3660
  # how-tos/dicomweb#delete-dicom).
3656
3661
  # @param [String] parent
3657
- # The name of the DICOM store that is being accessed. For example, `projects/`
3658
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3659
- # dicom_store_id``.
3662
+ # Required. The name of the DICOM store that is being accessed. For example, `
3663
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3664
+ # dicomStores/`dicom_store_id``.
3660
3665
  # @param [String] dicom_web_path
3661
- # The path of the DeleteSeries request. For example, `studies/`study_uid`/series/
3662
- # `series_uid``.
3666
+ # Required. The path of the DeleteSeries request. For example, `studies/`
3667
+ # study_uid`/series/`series_uid``.
3663
3668
  # @param [String] fields
3664
3669
  # Selector specifying which fields to include in a partial response.
3665
3670
  # @param [String] quota_user
@@ -3698,12 +3703,12 @@ module Google
3698
3703
  # RetrieveSeriesMetadata, see [Retrieve metadata](https://cloud.google.com/
3699
3704
  # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3700
3705
  # @param [String] parent
3701
- # The name of the DICOM store that is being accessed. For example, `projects/`
3702
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3703
- # dicom_store_id``.
3706
+ # Required. The name of the DICOM store that is being accessed. For example, `
3707
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3708
+ # dicomStores/`dicom_store_id``.
3704
3709
  # @param [String] dicom_web_path
3705
- # The path of the RetrieveSeriesMetadata DICOMweb request. For example, `studies/
3706
- # `study_uid`/series/`series_uid`/metadata`.
3710
+ # Required. The path of the RetrieveSeriesMetadata DICOMweb request. For example,
3711
+ # `studies/`study_uid`/series/`series_uid`/metadata`.
3707
3712
  # @param [String] fields
3708
3713
  # Selector specifying which fields to include in a partial response.
3709
3714
  # @param [String] quota_user
@@ -3741,12 +3746,12 @@ module Google
3741
3746
  # DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#retrieve-
3742
3747
  # dicom).
3743
3748
  # @param [String] parent
3744
- # The name of the DICOM store that is being accessed. For example, `projects/`
3745
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3746
- # dicom_store_id``.
3749
+ # Required. The name of the DICOM store that is being accessed. For example, `
3750
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3751
+ # dicomStores/`dicom_store_id``.
3747
3752
  # @param [String] dicom_web_path
3748
- # The path of the RetrieveSeries DICOMweb request. For example, `studies/`
3749
- # study_uid`/series/`series_uid``.
3753
+ # Required. The path of the RetrieveSeries DICOMweb request. For example, `
3754
+ # studies/`study_uid`/series/`series_uid``.
3750
3755
  # @param [String] fields
3751
3756
  # Selector specifying which fields to include in a partial response.
3752
3757
  # @param [String] quota_user
@@ -3784,13 +3789,13 @@ module Google
3784
3789
  # see [Search for DICOM data](https://cloud.google.com/healthcare/docs/how-tos/
3785
3790
  # dicomweb#search-dicom).
3786
3791
  # @param [String] parent
3787
- # The name of the DICOM store that is being accessed. For example, `projects/`
3788
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3789
- # dicom_store_id``.
3792
+ # Required. The name of the DICOM store that is being accessed. For example, `
3793
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3794
+ # dicomStores/`dicom_store_id``.
3790
3795
  # @param [String] dicom_web_path
3791
- # The path of the SearchForInstancesRequest DICOMweb request. For example, `
3792
- # instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/instances`
3793
- # .
3796
+ # Required. The path of the SearchForInstancesRequest DICOMweb request. For
3797
+ # example, `instances`, `series/`series_uid`/instances`, or `studies/`study_uid`/
3798
+ # instances`.
3794
3799
  # @param [String] fields
3795
3800
  # Selector specifying which fields to include in a partial response.
3796
3801
  # @param [String] quota_user
@@ -3827,12 +3832,12 @@ module Google
3827
3832
  # a study, series, or instance](https://cloud.google.com/healthcare/docs/how-tos/
3828
3833
  # dicomweb#delete-dicom).
3829
3834
  # @param [String] parent
3830
- # The name of the DICOM store that is being accessed. For example, `projects/`
3831
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3832
- # dicom_store_id``.
3835
+ # Required. The name of the DICOM store that is being accessed. For example, `
3836
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3837
+ # dicomStores/`dicom_store_id``.
3833
3838
  # @param [String] dicom_web_path
3834
- # The path of the DeleteInstance request. For example, `studies/`study_uid`/
3835
- # series/`series_uid`/instances/`instance_uid``.
3839
+ # Required. The path of the DeleteInstance request. For example, `studies/`
3840
+ # study_uid`/series/`series_uid`/instances/`instance_uid``.
3836
3841
  # @param [String] fields
3837
3842
  # Selector specifying which fields to include in a partial response.
3838
3843
  # @param [String] quota_user
@@ -3871,12 +3876,12 @@ module Google
3871
3876
  # call RetrieveInstance, see [Retrieve an instance](https://cloud.google.com/
3872
3877
  # healthcare/docs/how-tos/dicomweb#retrieve-instance).
3873
3878
  # @param [String] parent
3874
- # The name of the DICOM store that is being accessed. For example, `projects/`
3875
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3876
- # dicom_store_id``.
3879
+ # Required. The name of the DICOM store that is being accessed. For example, `
3880
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3881
+ # dicomStores/`dicom_store_id``.
3877
3882
  # @param [String] dicom_web_path
3878
- # The path of the RetrieveInstance DICOMweb request. For example, `studies/`
3879
- # study_uid`/series/`series_uid`/instances/`instance_uid``.
3883
+ # Required. The path of the RetrieveInstance DICOMweb request. For example, `
3884
+ # studies/`study_uid`/series/`series_uid`/instances/`instance_uid``.
3880
3885
  # @param [String] fields
3881
3886
  # Selector specifying which fields to include in a partial response.
3882
3887
  # @param [String] quota_user
@@ -3915,12 +3920,13 @@ module Google
3915
3920
  # RetrieveInstanceMetadata, see [Retrieve metadata](https://cloud.google.com/
3916
3921
  # healthcare/docs/how-tos/dicomweb#retrieve-metadata).
3917
3922
  # @param [String] parent
3918
- # The name of the DICOM store that is being accessed. For example, `projects/`
3919
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3920
- # dicom_store_id``.
3923
+ # Required. The name of the DICOM store that is being accessed. For example, `
3924
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3925
+ # dicomStores/`dicom_store_id``.
3921
3926
  # @param [String] dicom_web_path
3922
- # The path of the RetrieveInstanceMetadata DICOMweb request. For example, `
3923
- # studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/metadata`.
3927
+ # Required. The path of the RetrieveInstanceMetadata DICOMweb request. For
3928
+ # example, `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/
3929
+ # metadata`.
3924
3930
  # @param [String] fields
3925
3931
  # Selector specifying which fields to include in a partial response.
3926
3932
  # @param [String] quota_user
@@ -3959,12 +3965,13 @@ module Google
3959
3965
  # RetrieveRenderedInstance, see [Retrieve consumer image formats](https://cloud.
3960
3966
  # google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
3961
3967
  # @param [String] parent
3962
- # The name of the DICOM store that is being accessed. For example, `projects/`
3963
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
3964
- # dicom_store_id``.
3968
+ # Required. The name of the DICOM store that is being accessed. For example, `
3969
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
3970
+ # dicomStores/`dicom_store_id``.
3965
3971
  # @param [String] dicom_web_path
3966
- # The path of the RetrieveRenderedInstance DICOMweb request. For example, `
3967
- # studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/rendered`.
3972
+ # Required. The path of the RetrieveRenderedInstance DICOMweb request. For
3973
+ # example, `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/
3974
+ # rendered`.
3968
3975
  # @param [String] fields
3969
3976
  # Selector specifying which fields to include in a partial response.
3970
3977
  # @param [String] quota_user
@@ -3995,7 +4002,12 @@ module Google
3995
4002
 
3996
4003
  # Returns uncompressed, unencoded bytes representing the referenced bulkdata tag
3997
4004
  # from an instance. See [Retrieve Transaction] (http://dicom.nema.org/medical/
3998
- # dicom/current/output/html/part18.html#sect_10.4)`: .external`.
4005
+ # dicom/current/output/html/part18.html#sect_10.4)`: .external`. For details on
4006
+ # the implementation of RetrieveBulkdata, see [Bulkdata resources](https://cloud.
4007
+ # google.com/healthcare/docs/dicom#bulkdata-resources) in the Cloud Healthcare
4008
+ # API conformance statement. For samples that show how to call RetrieveBulkdata,
4009
+ # see [Retrieve bulkdata](https://cloud.google.com/healthcare/docs/how-tos/
4010
+ # dicomweb#retrieve-bulkdata).
3999
4011
  # @param [String] parent
4000
4012
  # Required. The name of the DICOM store that is being accessed. For example, `
4001
4013
  # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
@@ -4041,12 +4053,13 @@ module Google
4041
4053
  # Retrieve DICOM data](https://cloud.google.com/healthcare/docs/how-tos/dicomweb#
4042
4054
  # retrieve-dicom).
4043
4055
  # @param [String] parent
4044
- # The name of the DICOM store that is being accessed. For example, `projects/`
4045
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
4046
- # dicom_store_id``.
4056
+ # Required. The name of the DICOM store that is being accessed. For example, `
4057
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
4058
+ # dicomStores/`dicom_store_id``.
4047
4059
  # @param [String] dicom_web_path
4048
- # The path of the RetrieveFrames DICOMweb request. For example, `studies/`
4049
- # study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`frame_list``.
4060
+ # Required. The path of the RetrieveFrames DICOMweb request. For example, `
4061
+ # studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
4062
+ # frame_list``.
4050
4063
  # @param [String] fields
4051
4064
  # Selector specifying which fields to include in a partial response.
4052
4065
  # @param [String] quota_user
@@ -4085,13 +4098,13 @@ module Google
4085
4098
  # RetrieveRenderedFrames, see [Retrieve consumer image formats](https://cloud.
4086
4099
  # google.com/healthcare/docs/how-tos/dicomweb#retrieve-consumer).
4087
4100
  # @param [String] parent
4088
- # The name of the DICOM store that is being accessed. For example, `projects/`
4089
- # project_id`/locations/`location_id`/datasets/`dataset_id`/dicomStores/`
4090
- # dicom_store_id``.
4101
+ # Required. The name of the DICOM store that is being accessed. For example, `
4102
+ # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
4103
+ # dicomStores/`dicom_store_id``.
4091
4104
  # @param [String] dicom_web_path
4092
- # The path of the RetrieveRenderedFrames DICOMweb request. For example, `studies/
4093
- # `study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`frame_list`/
4094
- # rendered`.
4105
+ # Required. The path of the RetrieveRenderedFrames DICOMweb request. For example,
4106
+ # `studies/`study_uid`/series/`series_uid`/instances/`instance_uid`/frames/`
4107
+ # frame_list`/rendered`.
4095
4108
  # @param [String] fields
4096
4109
  # Selector specifying which fields to include in a partial response.
4097
4110
  # @param [String] quota_user
@@ -4136,8 +4149,9 @@ module Google
4136
4149
  # consent check for data access, `consent_config.access_enforced` must be set to
4137
4150
  # true for the FhirStore.
4138
4151
  # @param [String] name
4139
- # The name of the FHIR store to enforce, in the format `projects/`project_id`/
4140
- # locations/`location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
4152
+ # Required. The name of the FHIR store to enforce, in the format `projects/`
4153
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
4154
+ # fhir_store_id``.
4141
4155
  # @param [Google::Apis::HealthcareV1beta1::ApplyAdminConsentsRequest] apply_admin_consents_request_object
4142
4156
  # @param [String] fields
4143
4157
  # Selector specifying which fields to include in a partial response.
@@ -4222,8 +4236,9 @@ module Google
4222
4236
  # returns an Operation that can be used to track the progress of the reindexing
4223
4237
  # by calling GetOperation.
4224
4238
  # @param [String] name
4225
- # The name of the FHIR store to configure, in the format `projects/`project_id`/
4226
- # locations/`location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
4239
+ # Required. The name of the FHIR store to configure, in the format `projects/`
4240
+ # project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
4241
+ # fhir_store_id``.
4227
4242
  # @param [Google::Apis::HealthcareV1beta1::ConfigureSearchRequest] configure_search_request_object
4228
4243
  # @param [String] fields
4229
4244
  # Selector specifying which fields to include in a partial response.
@@ -4256,11 +4271,11 @@ module Google
4256
4271
 
4257
4272
  # Creates a new FHIR store within the parent dataset.
4258
4273
  # @param [String] parent
4259
- # The name of the dataset this FHIR store belongs to.
4274
+ # Required. The name of the dataset this FHIR store belongs to.
4260
4275
  # @param [Google::Apis::HealthcareV1beta1::FhirStore] fhir_store_object
4261
4276
  # @param [String] fhir_store_id
4262
- # The ID of the FHIR store that is being created. The string must match the
4263
- # following regex: `[\p`L`\p`N`_\-\.]`1,256``.
4277
+ # Required. The ID of the FHIR store that is being created. The string must
4278
+ # match the following regex: `[\p`L`\p`N`_\-\.]`1,256``.
4264
4279
  # @param [String] fields
4265
4280
  # Selector specifying which fields to include in a partial response.
4266
4281
  # @param [String] quota_user
@@ -4298,8 +4313,8 @@ module Google
4298
4313
  # logged to Cloud Logging. For more information, see [Viewing error logs in
4299
4314
  # Cloud Logging](https://cloud.google.com/healthcare/docs/how-tos/logging).
4300
4315
  # @param [String] source_store
4301
- # Source FHIR store resource name. For example, `projects/`project_id`/locations/
4302
- # `location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
4316
+ # Required. Source FHIR store resource name. For example, `projects/`project_id`/
4317
+ # locations/`location_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
4303
4318
  # @param [Google::Apis::HealthcareV1beta1::DeidentifyFhirStoreRequest] deidentify_fhir_store_request_object
4304
4319
  # @param [String] fields
4305
4320
  # Selector specifying which fields to include in a partial response.
@@ -4332,7 +4347,7 @@ module Google
4332
4347
 
4333
4348
  # Deletes the specified FHIR store and removes all resources within it.
4334
4349
  # @param [String] name
4335
- # The resource name of the FHIR store to delete.
4350
+ # Required. The resource name of the FHIR store to delete.
4336
4351
  # @param [String] fields
4337
4352
  # Selector specifying which fields to include in a partial response.
4338
4353
  # @param [String] quota_user
@@ -4369,9 +4384,9 @@ module Google
4369
4384
  # returned in the response field. The metadata field type for this operation is
4370
4385
  # OperationMetadata.
4371
4386
  # @param [String] name
4372
- # The name of the FHIR store to export resource from, in the format of `projects/
4373
- # `project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/`
4374
- # fhir_store_id``.
4387
+ # Required. The name of the FHIR store to export resource from, in the format of
4388
+ # `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
4389
+ # fhirStores/`fhir_store_id``.
4375
4390
  # @param [Google::Apis::HealthcareV1beta1::ExportResourcesRequest] export_resources_request_object
4376
4391
  # @param [String] fields
4377
4392
  # Selector specifying which fields to include in a partial response.
@@ -4404,7 +4419,7 @@ module Google
4404
4419
 
4405
4420
  # Gets the configuration of the specified FHIR store.
4406
4421
  # @param [String] name
4407
- # The resource name of the FHIR store to get.
4422
+ # Required. The resource name of the FHIR store to get.
4408
4423
  # @param [String] fields
4409
4424
  # Selector specifying which fields to include in a partial response.
4410
4425
  # @param [String] quota_user
@@ -4434,7 +4449,7 @@ module Google
4434
4449
 
4435
4450
  # Gets metrics associated with the FHIR store.
4436
4451
  # @param [String] name
4437
- # The resource name of the FHIR store to get metrics for.
4452
+ # Required. The resource name of the FHIR store to get metrics for.
4438
4453
  # @param [String] fields
4439
4454
  # Selector specifying which fields to include in a partial response.
4440
4455
  # @param [String] quota_user
@@ -4561,9 +4576,9 @@ module Google
4561
4576
  # ImportResourcesResponse is returned in the response field. The metadata field
4562
4577
  # type for this operation is OperationMetadata.
4563
4578
  # @param [String] name
4564
- # The name of the FHIR store to import FHIR resources to, in the format of `
4565
- # projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
4566
- # `fhir_store_id``.
4579
+ # Required. The name of the FHIR store to import FHIR resources to, in the
4580
+ # format of `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
4581
+ # fhirStores/`fhir_store_id``.
4567
4582
  # @param [Google::Apis::HealthcareV1beta1::ImportResourcesRequest] import_resources_request_object
4568
4583
  # @param [String] fields
4569
4584
  # Selector specifying which fields to include in a partial response.
@@ -4596,7 +4611,7 @@ module Google
4596
4611
 
4597
4612
  # Lists the FHIR stores in the given dataset.
4598
4613
  # @param [String] parent
4599
- # Name of the dataset.
4614
+ # Required. Name of the dataset.
4600
4615
  # @param [String] filter
4601
4616
  # Restricts stores returned to those matching a filter. The following syntax is
4602
4617
  # available: * A string field value can be written as text inside quotation
@@ -4657,13 +4672,13 @@ module Google
4657
4672
 
4658
4673
  # Updates the configuration of the specified FHIR store.
4659
4674
  # @param [String] name
4660
- # Output only. Resource name of the FHIR store, of the form `projects/`
4661
- # project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
4675
+ # Output only. Identifier. Resource name of the FHIR store, of the form `
4676
+ # projects/`project_id`/datasets/`dataset_id`/fhirStores/`fhir_store_id``.
4662
4677
  # @param [Google::Apis::HealthcareV1beta1::FhirStore] fhir_store_object
4663
4678
  # @param [String] update_mask
4664
- # The update mask applies to the resource. For the `FieldMask` definition, see
4665
- # https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#
4666
- # fieldmask
4679
+ # Required. The update mask applies to the resource. For the `FieldMask`
4680
+ # definition, see https://developers.google.com/protocol-buffers/docs/reference/
4681
+ # google.protobuf#fieldmask
4667
4682
  # @param [String] fields
4668
4683
  # Selector specifying which fields to include in a partial response.
4669
4684
  # @param [String] quota_user
@@ -4823,10 +4838,10 @@ module Google
4823
4838
  # for the error. If the request cannot be mapped to a valid API method on a FHIR
4824
4839
  # store, a generic GCP error might be returned instead.
4825
4840
  # @param [String] parent
4826
- # The name for the FHIR store containing the concept map(s) to use for the
4827
- # translation.
4841
+ # Required. The name for the FHIR store containing the concept map(s) to use for
4842
+ # the translation.
4828
4843
  # @param [String] code
4829
- # The code to translate.
4844
+ # Required. The code to translate.
4830
4845
  # @param [String] concept_map_version
4831
4846
  # The version of the concept map to use. If unset, the most current version is
4832
4847
  # used.
@@ -4834,7 +4849,7 @@ module Google
4834
4849
  # The source value set of the concept map to be used. If unset, target is used
4835
4850
  # to search for concept maps.
4836
4851
  # @param [String] system
4837
- # The system for the code to be translated.
4852
+ # Required. The system for the code to be translated.
4838
4853
  # @param [String] target
4839
4854
  # The target value set of the concept map to be used. If unset, source is used
4840
4855
  # to search for concept maps.
@@ -4886,14 +4901,14 @@ module Google
4886
4901
  # the error. If the request cannot be mapped to a valid API method on a FHIR
4887
4902
  # store, a generic GCP error might be returned instead.
4888
4903
  # @param [String] name
4889
- # The URL for the concept map to use for the translation.
4904
+ # Required. The URL for the concept map to use for the translation.
4890
4905
  # @param [String] code
4891
- # The code to translate.
4906
+ # Required. The code to translate.
4892
4907
  # @param [String] concept_map_version
4893
4908
  # The version of the concept map to use. If unset, the most current version is
4894
4909
  # used.
4895
4910
  # @param [String] system
4896
- # The system for the code to be translated.
4911
+ # Required. The system for the code to be translated.
4897
4912
  # @param [String] fields
4898
4913
  # Selector specifying which fields to include in a partial response.
4899
4914
  # @param [String] quota_user
@@ -4983,7 +4998,7 @@ module Google
4983
4998
  # the request cannot be mapped to a valid API method on a FHIR store, a generic
4984
4999
  # GCP error might be returned instead.
4985
5000
  # @param [String] parent
4986
- # Name of the FHIR store to retrieve resources from.
5001
+ # Required. Name of the FHIR store to retrieve resources from.
4987
5002
  # @param [String] fields
4988
5003
  # Selector specifying which fields to include in a partial response.
4989
5004
  # @param [String] quota_user
@@ -5082,7 +5097,7 @@ module Google
5082
5097
  # cloud.google.com/healthcare/docs/how-tos/fhir-resources#
5083
5098
  # getting_all_patient_compartment_resources).
5084
5099
  # @param [String] name
5085
- # Name of the `Patient` resource for which the information is required.
5100
+ # Required. Name of the `Patient` resource for which the information is required.
5086
5101
  # @param [Fixnum] _count
5087
5102
  # Maximum number of resources in a page. If not specified, 100 is used. May not
5088
5103
  # be larger than 1000.
@@ -5216,7 +5231,7 @@ module Google
5216
5231
  # healthcare/docs/how-tos/fhir-resources#
5217
5232
  # deleting_historical_versions_of_a_fhir_resource).
5218
5233
  # @param [String] name
5219
- # The name of the resource to purge.
5234
+ # Required. The name of the resource to purge.
5220
5235
  # @param [String] fields
5221
5236
  # Selector specifying which fields to include in a partial response.
5222
5237
  # @param [String] quota_user
@@ -5259,18 +5274,20 @@ module Google
5259
5274
  # reason for the error. If the request cannot be mapped to a valid API method on
5260
5275
  # a FHIR store, a generic GCP error might be returned instead.
5261
5276
  # @param [String] parent
5262
- # The name of the FHIR store that holds the profiles being used for validation.
5277
+ # Required. The name of the FHIR store that holds the profiles being used for
5278
+ # validation.
5263
5279
  # @param [String] type
5264
- # The FHIR resource type of the resource being validated. For a complete list,
5265
- # see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/standards/fhir/
5266
- # DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/standards/fhir/STU3/
5267
- # resourcelist.html), or [R4](http://hl7.org/implement/standards/fhir/R4/
5268
- # resourcelist.html)). Must match the resource type in the provided content.
5280
+ # Required. The FHIR resource type of the resource being validated. For a
5281
+ # complete list, see the FHIR Resource Index ([DSTU2](http://hl7.org/implement/
5282
+ # standards/fhir/DSTU2/resourcelist.html), [STU3](http://hl7.org/implement/
5283
+ # standards/fhir/STU3/resourcelist.html), or [R4](http://hl7.org/implement/
5284
+ # standards/fhir/R4/resourcelist.html)). Must match the resource type in the
5285
+ # provided content.
5269
5286
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
5270
5287
  # @param [String] profile
5271
- # The canonical URL of a profile that this resource should be validated against.
5272
- # For example, to validate a Patient resource against the US Core Patient
5273
- # profile this parameter would be `http://hl7.org/fhir/us/core/
5288
+ # Required. The canonical URL of a profile that this resource should be
5289
+ # validated against. For example, to validate a Patient resource against the US
5290
+ # Core Patient profile this parameter would be `http://hl7.org/fhir/us/core/
5274
5291
  # StructureDefinition/us-core-patient`. A StructureDefinition with this
5275
5292
  # canonical URL must exist in the FHIR store.
5276
5293
  # @param [String] fields
@@ -5316,7 +5333,7 @@ module Google
5316
5333
  # conformance) in the DSTU2 case. On success, the response body contains a JSON-
5317
5334
  # encoded representation of a `CapabilityStatement` resource.
5318
5335
  # @param [String] name
5319
- # Name of the FHIR store to retrieve the capabilities for.
5336
+ # Required. Name of the FHIR store to retrieve the capabilities for.
5320
5337
  # @param [String] fields
5321
5338
  # Selector specifying which fields to include in a partial response.
5322
5339
  # @param [String] quota_user
@@ -5366,13 +5383,13 @@ module Google
5366
5383
  # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
5367
5384
  # conditionally_deleting_a_fhir_resource).
5368
5385
  # @param [String] parent
5369
- # The name of the FHIR store this resource belongs to.
5386
+ # Required. The name of the FHIR store this resource belongs to.
5370
5387
  # @param [String] type
5371
- # The FHIR resource type to delete, such as Patient or Observation. For a
5372
- # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
5373
- # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
5374
- # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
5375
- # standards/fhir/R4/resourcelist.html)).
5388
+ # Required. The FHIR resource type to delete, such as Patient or Observation.
5389
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
5390
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
5391
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
5392
+ # implement/standards/fhir/R4/resourcelist.html)).
5376
5393
  # @param [String] fields
5377
5394
  # Selector specifying which fields to include in a partial response.
5378
5395
  # @param [String] quota_user
@@ -5424,13 +5441,13 @@ module Google
5424
5441
  # a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5425
5442
  # resources#conditionally_patching_a_fhir_resource).
5426
5443
  # @param [String] parent
5427
- # The name of the FHIR store this resource belongs to.
5444
+ # Required. The name of the FHIR store this resource belongs to.
5428
5445
  # @param [String] type
5429
- # The FHIR resource type to update, such as Patient or Observation. For a
5430
- # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
5431
- # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
5432
- # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
5433
- # standards/fhir/R4/resourcelist.html)).
5446
+ # Required. The FHIR resource type to update, such as Patient or Observation.
5447
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
5448
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
5449
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
5450
+ # implement/standards/fhir/R4/resourcelist.html)).
5434
5451
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
5435
5452
  # @param [String] fields
5436
5453
  # Selector specifying which fields to include in a partial response.
@@ -5492,14 +5509,14 @@ module Google
5492
5509
  # google.com/healthcare/docs/how-tos/fhir-resources#
5493
5510
  # conditionally_updating_a_fhir_resource).
5494
5511
  # @param [String] parent
5495
- # The name of the FHIR store this resource belongs to.
5512
+ # Required. The name of the FHIR store this resource belongs to.
5496
5513
  # @param [String] type
5497
- # The FHIR resource type to update, such as Patient or Observation. For a
5498
- # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
5499
- # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
5500
- # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
5501
- # standards/fhir/R4/resourcelist.html)). Must match the resource type in the
5502
- # provided content.
5514
+ # Required. The FHIR resource type to update, such as Patient or Observation.
5515
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
5516
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
5517
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
5518
+ # implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
5519
+ # in the provided content.
5503
5520
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
5504
5521
  # @param [String] fields
5505
5522
  # Selector specifying which fields to include in a partial response.
@@ -5552,14 +5569,14 @@ module Google
5552
5569
  # how to call `create`, see [Creating a FHIR resource](https://cloud.google.com/
5553
5570
  # healthcare/docs/how-tos/fhir-resources#creating_a_fhir_resource).
5554
5571
  # @param [String] parent
5555
- # The name of the FHIR store this resource belongs to.
5572
+ # Required. The name of the FHIR store this resource belongs to.
5556
5573
  # @param [String] type
5557
- # The FHIR resource type to create, such as Patient or Observation. For a
5558
- # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
5559
- # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
5560
- # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
5561
- # standards/fhir/R4/resourcelist.html)). Must match the resource type in the
5562
- # provided content.
5574
+ # Required. The FHIR resource type to create, such as Patient or Observation.
5575
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
5576
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
5577
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
5578
+ # implement/standards/fhir/R4/resourcelist.html)). Must match the resource type
5579
+ # in the provided content.
5563
5580
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
5564
5581
  # @param [String] fields
5565
5582
  # Selector specifying which fields to include in a partial response.
@@ -5602,7 +5619,7 @@ module Google
5602
5619
  # a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5603
5620
  # resources#deleting_a_fhir_resource).
5604
5621
  # @param [String] name
5605
- # The name of the resource to delete.
5622
+ # Required. The name of the resource to delete.
5606
5623
  # @param [String] fields
5607
5624
  # Selector specifying which fields to include in a partial response.
5608
5625
  # @param [String] quota_user
@@ -5664,7 +5681,7 @@ module Google
5664
5681
  # using FHIR bundles](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5665
5682
  # bundles).
5666
5683
  # @param [String] parent
5667
- # Name of the FHIR store in which this bundle will be executed.
5684
+ # Required. Name of the FHIR store in which this bundle will be executed.
5668
5685
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
5669
5686
  # @param [String] fields
5670
5687
  # Selector specifying which fields to include in a partial response.
@@ -5710,7 +5727,7 @@ module Google
5710
5727
  # resource versions](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5711
5728
  # resources#listing_fhir_resource_versions).
5712
5729
  # @param [String] name
5713
- # The name of the resource to retrieve.
5730
+ # Required. The name of the resource to retrieve.
5714
5731
  # @param [String] _at
5715
5732
  # Only include resource versions that were current at some point during the time
5716
5733
  # period specified in the date time value. The date parameter format is yyyy-mm-
@@ -5778,7 +5795,7 @@ module Google
5778
5795
  # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
5779
5796
  # patching_a_fhir_resource).
5780
5797
  # @param [String] name
5781
- # The name of the resource to update.
5798
+ # Required. The name of the resource to update.
5782
5799
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
5783
5800
  # @param [String] fields
5784
5801
  # Selector specifying which fields to include in a partial response.
@@ -5826,7 +5843,7 @@ module Google
5826
5843
  # Getting a FHIR resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5827
5844
  # resources#getting_a_fhir_resource).
5828
5845
  # @param [String] name
5829
- # The name of the resource to retrieve.
5846
+ # Required. The name of the resource to retrieve.
5830
5847
  # @param [String] fields
5831
5848
  # Selector specifying which fields to include in a partial response.
5832
5849
  # @param [String] quota_user
@@ -5917,7 +5934,7 @@ module Google
5917
5934
  # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
5918
5935
  # healthcare/docs/how-tos/fhir-advanced-search).
5919
5936
  # @param [String] parent
5920
- # Name of the FHIR store to retrieve resources from.
5937
+ # Required. Name of the FHIR store to retrieve resources from.
5921
5938
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
5922
5939
  # @param [String] fields
5923
5940
  # Selector specifying which fields to include in a partial response.
@@ -6011,13 +6028,13 @@ module Google
6011
6028
  # fhir-search) and [Advanced FHIR search features](https://cloud.google.com/
6012
6029
  # healthcare/docs/how-tos/fhir-advanced-search).
6013
6030
  # @param [String] parent
6014
- # Name of the FHIR store to retrieve resources from.
6031
+ # Required. Name of the FHIR store to retrieve resources from.
6015
6032
  # @param [String] resource_type
6016
- # The FHIR resource type to search, such as Patient or Observation. For a
6017
- # complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/implement/
6018
- # standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/implement/
6019
- # standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/implement/
6020
- # standards/fhir/R4/resourcelist.html)).
6033
+ # Required. The FHIR resource type to search, such as Patient or Observation.
6034
+ # For a complete list, see the FHIR Resource Index ([DSTU2](https://hl7.org/
6035
+ # implement/standards/fhir/DSTU2/resourcelist.html), [STU3](https://hl7.org/
6036
+ # implement/standards/fhir/STU3/resourcelist.html), [R4](https://hl7.org/
6037
+ # implement/standards/fhir/R4/resourcelist.html)).
6021
6038
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
6022
6039
  # @param [String] fields
6023
6040
  # Selector specifying which fields to include in a partial response.
@@ -6071,7 +6088,7 @@ module Google
6071
6088
  # resource](https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
6072
6089
  # updating_a_fhir_resource).
6073
6090
  # @param [String] name
6074
- # The name of the resource to update.
6091
+ # Required. The name of the resource to update.
6075
6092
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
6076
6093
  # @param [String] fields
6077
6094
  # Selector specifying which fields to include in a partial response.
@@ -6115,7 +6132,7 @@ module Google
6115
6132
  # (https://cloud.google.com/healthcare/docs/how-tos/fhir-resources#
6116
6133
  # retrieving_a_fhir_resource_version).
6117
6134
  # @param [String] name
6118
- # The name of the resource version to retrieve.
6135
+ # Required. The name of the resource version to retrieve.
6119
6136
  # @param [String] fields
6120
6137
  # Selector specifying which fields to include in a partial response.
6121
6138
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.63.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-17 00:00:00.000000000 Z
11
+ date: 2024-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.63.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1beta1