google-apis-healthcare_v1beta1 0.19.0 → 0.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 163a5892463f225d4b762451351d3a30e7e2f29f7e263deef4891170575063a9
4
- data.tar.gz: 947b5a1f67511b556bc5c83e20a69d9cd1452e57c4804e5f0acb5a0f3ff1fe8d
3
+ metadata.gz: 4d5fa5b921994c897033e58a42779890b90b700623461c9778161df9fde5c57e
4
+ data.tar.gz: e7ef761208526efe49a597352fbd768e8e09518fd4ccf0171b990c315d825a57
5
5
  SHA512:
6
- metadata.gz: 6617de76edca9ab967fa68c9f131d6569e050c44a4346bb2f710ebcccddbfb90951ace80ef9a03c9410be4223499116167ec8058468b0d4b6a398e971c09b550
7
- data.tar.gz: '059e6b43614dd874e1c94e23cf7afda602c4c42f0bd8412278db4d36456713a5cbd06bd6a9f46cc12efa2e4fdc50e235a1623e9f4c17e6c4bb03f619759fb037'
6
+ metadata.gz: 6e8255d726fe3a99186bce5ec4787baa790724e48aee13fe3375f19416c9d8cbcf4acf389a3e07d0743f45f9da9112844e13be5283e6cefca8d99af5b40c08d7
7
+ data.tar.gz: e2eb3d7905541bc294b376394d09d03d336e94843e26c1537341906666cd71f776df7a00f6d07258d1f9213fa2a01eff65472bffd8c02abc8928f84836606756
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.20.0 (2022-01-05)
4
+
5
+ * Regenerated from discovery document revision 20220104
6
+
3
7
  ### v0.19.0 (2021-11-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20211105
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/healthcare_v1beta1"
51
51
  client = Google::Apis::HealthcareV1beta1::CloudHealthcareService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -978,8 +978,9 @@ module Google
978
978
  include Google::Apis::Core::Hashable
979
979
 
980
980
  # An AES 128/192/256 bit key. Causes the hash to be computed based on this key.
981
- # A default key is generated for each Deidentify operation and is used wherever
982
- # crypto_key is not specified.
981
+ # A default key is generated for each Deidentify operation and is used when
982
+ # neither `crypto_key` nor `kms_wrapped` is specified. Must not be set if `
983
+ # kms_wrapped` is set.
983
984
  # Corresponds to the JSON property `cryptoKey`
984
985
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
985
986
  # @return [String]
@@ -1033,8 +1034,9 @@ module Google
1033
1034
  include Google::Apis::Core::Hashable
1034
1035
 
1035
1036
  # An AES 128/192/256 bit key. Causes the shift to be computed based on this key
1036
- # and the patient ID. A default key is generated for each Deidentify operation
1037
- # and is used wherever crypto_key is not specified.
1037
+ # and the patient ID. A default key is generated for each de-identification
1038
+ # operation and is used when neither `crypto_key` nor `kms_wrapped` is specified.
1039
+ # Must not be set if `kms_wrapped` is set.
1038
1040
  # Corresponds to the JSON property `cryptoKey`
1039
1041
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
1040
1042
  # @return [String]
@@ -2181,9 +2183,10 @@ module Google
2181
2183
  # by "Address.String". For "choice" types (those defined in the FHIR spec with
2182
2184
  # the form: field[x]), use two separate components. For example, "deceasedAge.
2183
2185
  # unit" is matched by "Deceased.Age.unit". Supported types are:
2184
- # AdministrativeGenderCode, Code, Date, DateTime, Decimal, HumanName, Id,
2185
- # LanguageCode, Markdown, Oid, String, Uri, Uuid, Xhtml. The sub-type for
2186
- # HumanName, such as HumanName.given or HumanName.family, can be omitted.
2186
+ # AdministrativeGenderCode, Base64Binary, Boolean, Code, Date, DateTime, Decimal,
2187
+ # HumanName, Id, Instant, Integer, LanguageCode, Markdown, Oid, PositiveInt,
2188
+ # String, UnsignedInt, Uri, Uuid, Xhtml. The sub-type for HumanName(for example
2189
+ # HumanName.given, HumanName.family) can be omitted.
2187
2190
  # Corresponds to the JSON property `paths`
2188
2191
  # @return [Array<String>]
2189
2192
  attr_accessor :paths
@@ -4145,8 +4148,9 @@ module Google
4145
4148
  # @return [String]
4146
4149
  attr_accessor :segment_terminator
4147
4150
 
4148
- # Immutable. Determines the version of the unschematized parser to be used when `
4149
- # schema` is not given. This field is immutable after store creation.
4151
+ # Immutable. Determines the version of both the default parser to be used when `
4152
+ # schema` is not given, as well as the schematized parser used when `schema` is
4153
+ # specified. This field is immutable after HL7v2 store creation.
4150
4154
  # Corresponds to the JSON property `version`
4151
4155
  # @return [String]
4152
4156
  attr_accessor :version
@@ -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.19.0"
19
+ GEM_VERSION = "0.20.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211105"
25
+ REVISION = "20220104"
26
26
  end
27
27
  end
28
28
  end
@@ -273,13 +273,16 @@ module Google
273
273
  # REQUIRED: The resource for which the policy is being requested. See the
274
274
  # operation documentation for the appropriate value for this field.
275
275
  # @param [Fixnum] options_requested_policy_version
276
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
277
- # 3. Requests specifying an invalid value will be rejected. Requests for
278
- # policies with any conditional bindings must specify version 3. Policies
279
- # without any conditional bindings may specify any valid value or leave the
280
- # field unset. To learn which resources support conditions in their IAM policies,
281
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
282
- # resource-policies).
276
+ # Optional. The maximum policy version that will be used to format the policy.
277
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
278
+ # rejected. Requests for policies with any conditional role bindings must
279
+ # specify version 3. Policies with no conditional role bindings may specify any
280
+ # valid value or leave the field unset. The policy in the response might use the
281
+ # policy version that you specified, or it might use a lower policy version. For
282
+ # example, if you specify version 3, but the policy has no conditional role
283
+ # bindings, the response uses version 1. To learn which resources support
284
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
285
+ # google.com/iam/help/conditions/resource-policies).
283
286
  # @param [String] fields
284
287
  # Selector specifying which fields to include in a partial response.
285
288
  # @param [String] quota_user
@@ -642,13 +645,16 @@ module Google
642
645
  # REQUIRED: The resource for which the policy is being requested. See the
643
646
  # operation documentation for the appropriate value for this field.
644
647
  # @param [Fixnum] options_requested_policy_version
645
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
646
- # 3. Requests specifying an invalid value will be rejected. Requests for
647
- # policies with any conditional bindings must specify version 3. Policies
648
- # without any conditional bindings may specify any valid value or leave the
649
- # field unset. To learn which resources support conditions in their IAM policies,
650
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
651
- # resource-policies).
648
+ # Optional. The maximum policy version that will be used to format the policy.
649
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
650
+ # rejected. Requests for policies with any conditional role bindings must
651
+ # specify version 3. Policies with no conditional role bindings may specify any
652
+ # valid value or leave the field unset. The policy in the response might use the
653
+ # policy version that you specified, or it might use a lower policy version. For
654
+ # example, if you specify version 3, but the policy has no conditional role
655
+ # bindings, the response uses version 1. To learn which resources support
656
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
657
+ # google.com/iam/help/conditions/resource-policies).
652
658
  # @param [String] fields
653
659
  # Selector specifying which fields to include in a partial response.
654
660
  # @param [String] quota_user
@@ -1255,13 +1261,16 @@ module Google
1255
1261
  # REQUIRED: The resource for which the policy is being requested. See the
1256
1262
  # operation documentation for the appropriate value for this field.
1257
1263
  # @param [Fixnum] options_requested_policy_version
1258
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
1259
- # 3. Requests specifying an invalid value will be rejected. Requests for
1260
- # policies with any conditional bindings must specify version 3. Policies
1261
- # without any conditional bindings may specify any valid value or leave the
1262
- # field unset. To learn which resources support conditions in their IAM policies,
1263
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
1264
- # resource-policies).
1264
+ # Optional. The maximum policy version that will be used to format the policy.
1265
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
1266
+ # rejected. Requests for policies with any conditional role bindings must
1267
+ # specify version 3. Policies with no conditional role bindings may specify any
1268
+ # valid value or leave the field unset. The policy in the response might use the
1269
+ # policy version that you specified, or it might use a lower policy version. For
1270
+ # example, if you specify version 3, but the policy has no conditional role
1271
+ # bindings, the response uses version 1. To learn which resources support
1272
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
1273
+ # google.com/iam/help/conditions/resource-policies).
1265
1274
  # @param [String] fields
1266
1275
  # Selector specifying which fields to include in a partial response.
1267
1276
  # @param [String] quota_user
@@ -2735,13 +2744,16 @@ module Google
2735
2744
  # REQUIRED: The resource for which the policy is being requested. See the
2736
2745
  # operation documentation for the appropriate value for this field.
2737
2746
  # @param [Fixnum] options_requested_policy_version
2738
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
2739
- # 3. Requests specifying an invalid value will be rejected. Requests for
2740
- # policies with any conditional bindings must specify version 3. Policies
2741
- # without any conditional bindings may specify any valid value or leave the
2742
- # field unset. To learn which resources support conditions in their IAM policies,
2743
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
2744
- # resource-policies).
2747
+ # Optional. The maximum policy version that will be used to format the policy.
2748
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
2749
+ # rejected. Requests for policies with any conditional role bindings must
2750
+ # specify version 3. Policies with no conditional role bindings may specify any
2751
+ # valid value or leave the field unset. The policy in the response might use the
2752
+ # policy version that you specified, or it might use a lower policy version. For
2753
+ # example, if you specify version 3, but the policy has no conditional role
2754
+ # bindings, the response uses version 1. To learn which resources support
2755
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
2756
+ # google.com/iam/help/conditions/resource-policies).
2745
2757
  # @param [String] fields
2746
2758
  # Selector specifying which fields to include in a partial response.
2747
2759
  # @param [String] quota_user
@@ -4077,13 +4089,16 @@ module Google
4077
4089
  # REQUIRED: The resource for which the policy is being requested. See the
4078
4090
  # operation documentation for the appropriate value for this field.
4079
4091
  # @param [Fixnum] options_requested_policy_version
4080
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
4081
- # 3. Requests specifying an invalid value will be rejected. Requests for
4082
- # policies with any conditional bindings must specify version 3. Policies
4083
- # without any conditional bindings may specify any valid value or leave the
4084
- # field unset. To learn which resources support conditions in their IAM policies,
4085
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
4086
- # resource-policies).
4092
+ # Optional. The maximum policy version that will be used to format the policy.
4093
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
4094
+ # rejected. Requests for policies with any conditional role bindings must
4095
+ # specify version 3. Policies with no conditional role bindings may specify any
4096
+ # valid value or leave the field unset. The policy in the response might use the
4097
+ # policy version that you specified, or it might use a lower policy version. For
4098
+ # example, if you specify version 3, but the policy has no conditional role
4099
+ # bindings, the response uses version 1. To learn which resources support
4100
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4101
+ # google.com/iam/help/conditions/resource-policies).
4087
4102
  # @param [String] fields
4088
4103
  # Selector specifying which fields to include in a partial response.
4089
4104
  # @param [String] quota_user
@@ -5641,13 +5656,16 @@ module Google
5641
5656
  # REQUIRED: The resource for which the policy is being requested. See the
5642
5657
  # operation documentation for the appropriate value for this field.
5643
5658
  # @param [Fixnum] options_requested_policy_version
5644
- # Optional. The policy format version to be returned. Valid values are 0, 1, and
5645
- # 3. Requests specifying an invalid value will be rejected. Requests for
5646
- # policies with any conditional bindings must specify version 3. Policies
5647
- # without any conditional bindings may specify any valid value or leave the
5648
- # field unset. To learn which resources support conditions in their IAM policies,
5649
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
5650
- # resource-policies).
5659
+ # Optional. The maximum policy version that will be used to format the policy.
5660
+ # Valid values are 0, 1, and 3. Requests specifying an invalid value will be
5661
+ # rejected. Requests for policies with any conditional role bindings must
5662
+ # specify version 3. Policies with no conditional role bindings may specify any
5663
+ # valid value or leave the field unset. The policy in the response might use the
5664
+ # policy version that you specified, or it might use a lower policy version. For
5665
+ # example, if you specify version 3, but the policy has no conditional role
5666
+ # bindings, the response uses version 1. To learn which resources support
5667
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
5668
+ # google.com/iam/help/conditions/resource-policies).
5651
5669
  # @param [String] fields
5652
5670
  # Selector specifying which fields to include in a partial response.
5653
5671
  # @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.19.0
4
+ version: 0.20.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: 2021-12-06 00:00:00.000000000 Z
11
+ date: 2022-01-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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.19.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.20.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.2.17
78
+ rubygems_version: 3.3.4
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1beta1