google-apis-healthcare_v1 0.26.0 → 0.29.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: 8e7752edc7af21b5ef6073b235d35d9e81c40d38f05bde1c5f006740490dcae6
4
- data.tar.gz: 36ab78a1b66e9986daa12fa0aa58b4d850dec23b966a105c24b8b5809424c180
3
+ metadata.gz: 1ae67c30b74cf48a4aa76f29493eae0a56bd011c07d91ecf5d6153bdb0811afd
4
+ data.tar.gz: ec9dcfe8eea70a6a5721d1df974d01896a2fbca9591f75d49ac12db66dc50952
5
5
  SHA512:
6
- metadata.gz: 22857d66e0aedb11e920cdb56190f9fce84f4fb6e5e9744392a78638a4c89eb781c81cb4599c3c549cf39075447987f89dc36c4a05897369bddd1c8bd1e2ee39
7
- data.tar.gz: 716d236b40152e0e8b677915d1ea023249310e7b746e3bcf9210080de8cd096d848a67ac57a03085afa94210a58cc740cd0832e6f518ca9b36e1401bf792ab9f
6
+ metadata.gz: '09e1d42844b1e04e3c497c0da9a42cfb019b599a0476aa2e38798fe7d66d39aae3954ca28c44653e4cd25baef555ff25c146268d1e26b8d35b9af0ad5c932bf9'
7
+ data.tar.gz: da57bac6cc29f88f9bd8eca3fcb9a03fe07fbd8a8dabfefad2b5c708a01de6d76584c779d5af875dc99fcb15e8c2ff2d5f30e83da90ae87c737b4ab957447030
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.29.0 (2022-06-21)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.28.0 (2022-06-10)
8
+
9
+ * Regenerated from discovery document revision 20220531
10
+ * Regenerated using generator version 0.5.0
11
+
12
+ ### v0.27.0 (2022-05-25)
13
+
14
+ * Regenerated from discovery document revision 20220512
15
+
3
16
  ### v0.26.0 (2022-05-12)
4
17
 
5
18
  * Regenerated from discovery document revision 20220428
@@ -747,8 +747,9 @@ module Google
747
747
  include Google::Apis::Core::Hashable
748
748
 
749
749
  # An AES 128/192/256 bit key. Causes the hash to be computed based on this key.
750
- # A default key is generated for each Deidentify operation and is used wherever
751
- # crypto_key is not specified.
750
+ # A default key is generated for each Deidentify operation and is used when
751
+ # neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `
752
+ # kms_wrapped` is set.
752
753
  # Corresponds to the JSON property `cryptoKey`
753
754
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
754
755
  # @return [String]
@@ -802,8 +803,9 @@ module Google
802
803
  include Google::Apis::Core::Hashable
803
804
 
804
805
  # An AES 128/192/256 bit key. Causes the shift to be computed based on this key
805
- # and the patient ID. A default key is generated for each Deidentify operation
806
- # and is used wherever crypto_key is not specified.
806
+ # and the patient ID. A default key is generated for each de-identification
807
+ # operation and is used when neither `crypto_key` nor `kms_wrapped` is specified.
808
+ # Must not be set if `kms_wrapped` is set.
807
809
  # Corresponds to the JSON property `cryptoKey`
808
810
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
809
811
  # @return [String]
@@ -1653,6 +1655,18 @@ module Google
1653
1655
  class FhirStore
1654
1656
  include Google::Apis::Core::Hashable
1655
1657
 
1658
+ # Enable parsing of references within complex FHIR data types such as Extensions.
1659
+ # If this value is set to ENABLED, then features like referential integrity and
1660
+ # Bundle reference rewriting apply to all references. If this flag has not been
1661
+ # specified the behavior of the FHIR store will not change, references in
1662
+ # complex data types will not be parsed. New stores will have this value set to
1663
+ # ENABLED after a notification period. Warning: turning on this flag causes
1664
+ # processing existing resources to fail if they contain references to non-
1665
+ # existent resources.
1666
+ # Corresponds to the JSON property `complexDataTypeReferenceParsing`
1667
+ # @return [String]
1668
+ attr_accessor :complex_data_type_reference_parsing
1669
+
1656
1670
  # If true, overrides the default search behavior for this FHIR store to `
1657
1671
  # handling=strict` which returns an error for unrecognized search parameters. If
1658
1672
  # false, uses the FHIR specification default `handling=lenient` which ignores
@@ -1759,6 +1773,7 @@ module Google
1759
1773
 
1760
1774
  # Update properties of this object
1761
1775
  def update!(**args)
1776
+ @complex_data_type_reference_parsing = args[:complex_data_type_reference_parsing] if args.key?(:complex_data_type_reference_parsing)
1762
1777
  @default_search_handling_strict = args[:default_search_handling_strict] if args.key?(:default_search_handling_strict)
1763
1778
  @disable_referential_integrity = args[:disable_referential_integrity] if args.key?(:disable_referential_integrity)
1764
1779
  @disable_resource_versioning = args[:disable_resource_versioning] if args.key?(:disable_resource_versioning)
@@ -2390,8 +2405,8 @@ module Google
2390
2405
  # @return [Hash<String,String>]
2391
2406
  attr_accessor :labels
2392
2407
 
2393
- # Resource name of the HL7v2 store, of the form `projects/`project_id`/datasets/`
2394
- # dataset_id`/hl7V2Stores/`hl7v2_store_id``.
2408
+ # Resource name of the HL7v2 store, of the form `projects/`project_id`/locations/
2409
+ # `location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7v2_store_id``.
2395
2410
  # Corresponds to the JSON property `name`
2396
2411
  # @return [String]
2397
2412
  attr_accessor :name
@@ -3200,9 +3215,9 @@ module Google
3200
3215
  # @return [String]
3201
3216
  attr_accessor :message_type
3202
3217
 
3203
- # Resource name of the Message, of the form `projects/`project_id`/datasets/`
3204
- # dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/`message_id``. Assigned by
3205
- # the server.
3218
+ # Resource name of the Message, of the form `projects/`project_id`/locations/`
3219
+ # location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/`
3220
+ # message_id``. Assigned by the server.
3206
3221
  # Corresponds to the JSON property `name`
3207
3222
  # @return [String]
3208
3223
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.29.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.7.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220428"
25
+ REVISION = "20220531"
26
26
  end
27
27
  end
28
28
  end
@@ -1255,6 +1255,7 @@ module Google
1255
1255
  class FhirStore
1256
1256
  # @private
1257
1257
  class Representation < Google::Apis::Core::JsonRepresentation
1258
+ property :complex_data_type_reference_parsing, as: 'complexDataTypeReferenceParsing'
1258
1259
  property :default_search_handling_strict, as: 'defaultSearchHandlingStrict'
1259
1260
  property :disable_referential_integrity, as: 'disableReferentialIntegrity'
1260
1261
  property :disable_resource_versioning, as: 'disableResourceVersioning'
@@ -271,8 +271,9 @@ module Google
271
271
  # Gets the access control policy for a resource. Returns an empty policy if the
272
272
  # resource exists and does not have a policy set.
273
273
  # @param [String] resource
274
- # REQUIRED: The resource for which the policy is being requested. See the
275
- # operation documentation for the appropriate value for this field.
274
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
275
+ # names](https://cloud.google.com/apis/design/resource_names) for the
276
+ # appropriate value for this field.
276
277
  # @param [Fixnum] options_requested_policy_version
277
278
  # Optional. The maximum policy version that will be used to format the policy.
278
279
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -393,8 +394,9 @@ module Google
393
394
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
394
395
  # PERMISSION_DENIED` errors.
395
396
  # @param [String] resource
396
- # REQUIRED: The resource for which the policy is being specified. See the
397
- # operation documentation for the appropriate value for this field.
397
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
398
+ # names](https://cloud.google.com/apis/design/resource_names) for the
399
+ # appropriate value for this field.
398
400
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
399
401
  # @param [String] fields
400
402
  # Selector specifying which fields to include in a partial response.
@@ -431,8 +433,9 @@ module Google
431
433
  # permission-aware UIs and command-line tools, not for authorization checking.
432
434
  # This operation may "fail open" without warning.
433
435
  # @param [String] resource
434
- # REQUIRED: The resource for which the policy detail is being requested. See the
435
- # operation documentation for the appropriate value for this field.
436
+ # REQUIRED: The resource for which the policy detail is being requested. See [
437
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
438
+ # appropriate value for this field.
436
439
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
437
440
  # @param [String] fields
438
441
  # Selector specifying which fields to include in a partial response.
@@ -637,8 +640,9 @@ module Google
637
640
  # Gets the access control policy for a resource. Returns an empty policy if the
638
641
  # resource exists and does not have a policy set.
639
642
  # @param [String] resource
640
- # REQUIRED: The resource for which the policy is being requested. See the
641
- # operation documentation for the appropriate value for this field.
643
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
644
+ # names](https://cloud.google.com/apis/design/resource_names) for the
645
+ # appropriate value for this field.
642
646
  # @param [Fixnum] options_requested_policy_version
643
647
  # Optional. The maximum policy version that will be used to format the policy.
644
648
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -820,8 +824,9 @@ module Google
820
824
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
821
825
  # PERMISSION_DENIED` errors.
822
826
  # @param [String] resource
823
- # REQUIRED: The resource for which the policy is being specified. See the
824
- # operation documentation for the appropriate value for this field.
827
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
828
+ # names](https://cloud.google.com/apis/design/resource_names) for the
829
+ # appropriate value for this field.
825
830
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
826
831
  # @param [String] fields
827
832
  # Selector specifying which fields to include in a partial response.
@@ -858,8 +863,9 @@ module Google
858
863
  # permission-aware UIs and command-line tools, not for authorization checking.
859
864
  # This operation may "fail open" without warning.
860
865
  # @param [String] resource
861
- # REQUIRED: The resource for which the policy detail is being requested. See the
862
- # operation documentation for the appropriate value for this field.
866
+ # REQUIRED: The resource for which the policy detail is being requested. See [
867
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
868
+ # appropriate value for this field.
863
869
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
864
870
  # @param [String] fields
865
871
  # Selector specifying which fields to include in a partial response.
@@ -2081,8 +2087,9 @@ module Google
2081
2087
  # Gets the access control policy for a resource. Returns an empty policy if the
2082
2088
  # resource exists and does not have a policy set.
2083
2089
  # @param [String] resource
2084
- # REQUIRED: The resource for which the policy is being requested. See the
2085
- # operation documentation for the appropriate value for this field.
2090
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
2091
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2092
+ # appropriate value for this field.
2086
2093
  # @param [Fixnum] options_requested_policy_version
2087
2094
  # Optional. The maximum policy version that will be used to format the policy.
2088
2095
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -2393,8 +2400,9 @@ module Google
2393
2400
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
2394
2401
  # PERMISSION_DENIED` errors.
2395
2402
  # @param [String] resource
2396
- # REQUIRED: The resource for which the policy is being specified. See the
2397
- # operation documentation for the appropriate value for this field.
2403
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
2404
+ # names](https://cloud.google.com/apis/design/resource_names) for the
2405
+ # appropriate value for this field.
2398
2406
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
2399
2407
  # @param [String] fields
2400
2408
  # Selector specifying which fields to include in a partial response.
@@ -2477,8 +2485,9 @@ module Google
2477
2485
  # permission-aware UIs and command-line tools, not for authorization checking.
2478
2486
  # This operation may "fail open" without warning.
2479
2487
  # @param [String] resource
2480
- # REQUIRED: The resource for which the policy detail is being requested. See the
2481
- # operation documentation for the appropriate value for this field.
2488
+ # REQUIRED: The resource for which the policy detail is being requested. See [
2489
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
2490
+ # appropriate value for this field.
2482
2491
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
2483
2492
  # @param [String] fields
2484
2493
  # Selector specifying which fields to include in a partial response.
@@ -3385,8 +3394,9 @@ module Google
3385
3394
  # Gets the access control policy for a resource. Returns an empty policy if the
3386
3395
  # resource exists and does not have a policy set.
3387
3396
  # @param [String] resource
3388
- # REQUIRED: The resource for which the policy is being requested. See the
3389
- # operation documentation for the appropriate value for this field.
3397
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
3398
+ # names](https://cloud.google.com/apis/design/resource_names) for the
3399
+ # appropriate value for this field.
3390
3400
  # @param [Fixnum] options_requested_policy_version
3391
3401
  # Optional. The maximum policy version that will be used to format the policy.
3392
3402
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -3617,8 +3627,9 @@ module Google
3617
3627
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
3618
3628
  # PERMISSION_DENIED` errors.
3619
3629
  # @param [String] resource
3620
- # REQUIRED: The resource for which the policy is being specified. See the
3621
- # operation documentation for the appropriate value for this field.
3630
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
3631
+ # names](https://cloud.google.com/apis/design/resource_names) for the
3632
+ # appropriate value for this field.
3622
3633
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
3623
3634
  # @param [String] fields
3624
3635
  # Selector specifying which fields to include in a partial response.
@@ -3655,8 +3666,9 @@ module Google
3655
3666
  # permission-aware UIs and command-line tools, not for authorization checking.
3656
3667
  # This operation may "fail open" without warning.
3657
3668
  # @param [String] resource
3658
- # REQUIRED: The resource for which the policy detail is being requested. See the
3659
- # operation documentation for the appropriate value for this field.
3669
+ # REQUIRED: The resource for which the policy detail is being requested. See [
3670
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
3671
+ # appropriate value for this field.
3660
3672
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
3661
3673
  # @param [String] fields
3662
3674
  # Selector specifying which fields to include in a partial response.
@@ -3729,11 +3741,13 @@ module Google
3729
3741
  # String of comma-delimited FHIR resource types. If provided, only resources of
3730
3742
  # the specified resource type(s) are returned.
3731
3743
  # @param [String] end_
3732
- # The response includes records prior to the end date. If no end date is
3733
- # provided, all records subsequent to the start date are in scope.
3744
+ # The response includes records prior to the end date. The date uses the format
3745
+ # YYYY-MM-DD. If no end date is provided, all records subsequent to the start
3746
+ # date are in scope.
3734
3747
  # @param [String] start
3735
- # The response includes records subsequent to the start date. If no start date
3736
- # is provided, all records prior to the end date are in scope.
3748
+ # The response includes records subsequent to the start date. The date uses the
3749
+ # format YYYY-MM-DD. If no start date is provided, all records prior to the end
3750
+ # date are in scope.
3737
3751
  # @param [String] fields
3738
3752
  # Selector specifying which fields to include in a partial response.
3739
3753
  # @param [String] quota_user
@@ -4600,8 +4614,9 @@ module Google
4600
4614
  # Gets the access control policy for a resource. Returns an empty policy if the
4601
4615
  # resource exists and does not have a policy set.
4602
4616
  # @param [String] resource
4603
- # REQUIRED: The resource for which the policy is being requested. See the
4604
- # operation documentation for the appropriate value for this field.
4617
+ # REQUIRED: The resource for which the policy is being requested. See [Resource
4618
+ # names](https://cloud.google.com/apis/design/resource_names) for the
4619
+ # appropriate value for this field.
4605
4620
  # @param [Fixnum] options_requested_policy_version
4606
4621
  # Optional. The maximum policy version that will be used to format the policy.
4607
4622
  # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
@@ -4761,8 +4776,8 @@ module Google
4761
4776
 
4762
4777
  # Updates the HL7v2 store.
4763
4778
  # @param [String] name
4764
- # Resource name of the HL7v2 store, of the form `projects/`project_id`/datasets/`
4765
- # dataset_id`/hl7V2Stores/`hl7v2_store_id``.
4779
+ # Resource name of the HL7v2 store, of the form `projects/`project_id`/locations/
4780
+ # `location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7v2_store_id``.
4766
4781
  # @param [Google::Apis::HealthcareV1::Hl7V2Store] hl7_v2_store_object
4767
4782
  # @param [String] update_mask
4768
4783
  # The update mask applies to the resource. For the `FieldMask` definition, see
@@ -4802,8 +4817,9 @@ module Google
4802
4817
  # existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `
4803
4818
  # PERMISSION_DENIED` errors.
4804
4819
  # @param [String] resource
4805
- # REQUIRED: The resource for which the policy is being specified. See the
4806
- # operation documentation for the appropriate value for this field.
4820
+ # REQUIRED: The resource for which the policy is being specified. See [Resource
4821
+ # names](https://cloud.google.com/apis/design/resource_names) for the
4822
+ # appropriate value for this field.
4807
4823
  # @param [Google::Apis::HealthcareV1::SetIamPolicyRequest] set_iam_policy_request_object
4808
4824
  # @param [String] fields
4809
4825
  # Selector specifying which fields to include in a partial response.
@@ -4840,8 +4856,9 @@ module Google
4840
4856
  # permission-aware UIs and command-line tools, not for authorization checking.
4841
4857
  # This operation may "fail open" without warning.
4842
4858
  # @param [String] resource
4843
- # REQUIRED: The resource for which the policy detail is being requested. See the
4844
- # operation documentation for the appropriate value for this field.
4859
+ # REQUIRED: The resource for which the policy detail is being requested. See [
4860
+ # Resource names](https://cloud.google.com/apis/design/resource_names) for the
4861
+ # appropriate value for this field.
4845
4862
  # @param [Google::Apis::HealthcareV1::TestIamPermissionsRequest] test_iam_permissions_request_object
4846
4863
  # @param [String] fields
4847
4864
  # Selector specifying which fields to include in a partial response.
@@ -5110,9 +5127,9 @@ module Google
5110
5127
  # request are merged with the existing set of labels. Existing labels with the
5111
5128
  # same keys are updated.
5112
5129
  # @param [String] name
5113
- # Resource name of the Message, of the form `projects/`project_id`/datasets/`
5114
- # dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/`message_id``. Assigned by
5115
- # the server.
5130
+ # Resource name of the Message, of the form `projects/`project_id`/locations/`
5131
+ # location_id`/datasets/`dataset_id`/hl7V2Stores/`hl7_v2_store_id`/messages/`
5132
+ # message_id``. Assigned by the server.
5116
5133
  # @param [Google::Apis::HealthcareV1::Message] message_object
5117
5134
  # @param [String] update_mask
5118
5135
  # The update mask applies to the resource. For the `FieldMask` definition, see
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-healthcare_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.29.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: 2022-05-16 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.4'
19
+ version: '0.6'
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.4'
29
+ version: '0.6'
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-healthcare_v1
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.3.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1