google-apis-healthcare_v1beta1 0.15.0 → 0.19.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: c91fccec3329b4267a5759cbaf01063f5d18654ccb4d790793b533bbc8571573
4
- data.tar.gz: 0c92e73eef9ad0ffe640490795ae5f58c133915a0aba3769b60f51420a869d09
3
+ metadata.gz: 163a5892463f225d4b762451351d3a30e7e2f29f7e263deef4891170575063a9
4
+ data.tar.gz: 947b5a1f67511b556bc5c83e20a69d9cd1452e57c4804e5f0acb5a0f3ff1fe8d
5
5
  SHA512:
6
- metadata.gz: 98b9b699de14545af050b3d97c23d09e2b78cbaee5d52257109623d7988e3d68adcb8325b77c43c2ec999b433a7b48a436a05a7fc60729add09315f6d53f5813
7
- data.tar.gz: e1711961e7b0f0715d9c0c9c947629e0d1214e785b0f6912388f6397c14c7fd3c1a6f8758b53c660fbddb589338ec6fbb7dfb33dcee95ebf7820449cd688e99a
6
+ metadata.gz: 6617de76edca9ab967fa68c9f131d6569e050c44a4346bb2f710ebcccddbfb90951ace80ef9a03c9410be4223499116167ec8058468b0d4b6a398e971c09b550
7
+ data.tar.gz: '059e6b43614dd874e1c94e23cf7afda602c4c42f0bd8412278db4d36456713a5cbd06bd6a9f46cc12efa2e4fdc50e235a1623e9f4c17e6c4bb03f619759fb037'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.19.0 (2021-11-16)
4
+
5
+ * Regenerated from discovery document revision 20211105
6
+
7
+ ### v0.18.0 (2021-11-05)
8
+
9
+ * Regenerated from discovery document revision 20211025
10
+
11
+ ### v0.17.0 (2021-10-27)
12
+
13
+ * Regenerated from discovery document revision 20211016
14
+ * Unspecified changes
15
+
16
+ ### v0.16.0 (2021-10-12)
17
+
18
+ * Regenerated from discovery document revision 20211004
19
+
3
20
  ### v0.15.0 (2021-09-24)
4
21
 
5
22
  * Regenerated from discovery document revision 20210914
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Healthcare service in particular.)
67
67
 
@@ -463,7 +463,7 @@ module Google
463
463
  end
464
464
  end
465
465
 
466
- # Associates `members` with a `role`.
466
+ # Associates `members`, or principals, with a `role`.
467
467
  class Binding
468
468
  include Google::Apis::Core::Hashable
469
469
 
@@ -486,7 +486,7 @@ module Google
486
486
  # @return [Google::Apis::HealthcareV1beta1::Expr]
487
487
  attr_accessor :condition
488
488
 
489
- # Specifies the identities requesting access for a Cloud Platform resource. `
489
+ # Specifies the principals requesting access for a Cloud Platform resource. `
490
490
  # members` can have the following values: * `allUsers`: A special identifier
491
491
  # that represents anyone who is on the internet; with or without a Google
492
492
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -516,8 +516,8 @@ module Google
516
516
  # @return [Array<String>]
517
517
  attr_accessor :members
518
518
 
519
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
520
- # , or `roles/owner`.
519
+ # Role that is assigned to the list of `members`, or principals. For example, `
520
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
521
521
  # Corresponds to the JSON property `role`
522
522
  # @return [String]
523
523
  attr_accessor :role
@@ -1938,10 +1938,20 @@ module Google
1938
1938
  class FhirConfig
1939
1939
  include Google::Apis::Core::Hashable
1940
1940
 
1941
+ # The behaviour for handling FHIR extensions that aren't otherwise specified for
1942
+ # de-identification. If true, all extensions are preserved during de-
1943
+ # identification by default. If false or unspecified, all extensions are removed
1944
+ # during de-identification by default.
1945
+ # Corresponds to the JSON property `defaultKeepExtensions`
1946
+ # @return [Boolean]
1947
+ attr_accessor :default_keep_extensions
1948
+ alias_method :default_keep_extensions?, :default_keep_extensions
1949
+
1941
1950
  # Specifies FHIR paths to match and how to transform them. Any field that is not
1942
1951
  # matched by a FieldMetadata is passed through to the output dataset unmodified.
1943
- # All extensions are removed in the output. If a field can be matched by more
1944
- # than one FieldMetadata, the first FieldMetadata.Action is applied.
1952
+ # All extensions will be processed according to `default_keep_extensions`. If a
1953
+ # field can be matched by more than one FieldMetadata, the first FieldMetadata.
1954
+ # Action is applied.
1945
1955
  # Corresponds to the JSON property `fieldMetadataList`
1946
1956
  # @return [Array<Google::Apis::HealthcareV1beta1::FieldMetadata>]
1947
1957
  attr_accessor :field_metadata_list
@@ -1952,6 +1962,7 @@ module Google
1952
1962
 
1953
1963
  # Update properties of this object
1954
1964
  def update!(**args)
1965
+ @default_keep_extensions = args[:default_keep_extensions] if args.key?(:default_keep_extensions)
1955
1966
  @field_metadata_list = args[:field_metadata_list] if args.key?(:field_metadata_list)
1956
1967
  end
1957
1968
  end
@@ -4180,31 +4191,31 @@ module Google
4180
4191
 
4181
4192
  # An Identity and Access Management (IAM) policy, which specifies access
4182
4193
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
4183
- # A `binding` binds one or more `members` to a single `role`. Members can be
4184
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
4185
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
4186
- # role or a user-created custom role. For some types of Google Cloud resources,
4187
- # a `binding` can also specify a `condition`, which is a logical expression that
4188
- # allows access to a resource only if the expression evaluates to `true`. A
4189
- # condition can add constraints based on attributes of the request, the resource,
4190
- # or both. To learn which resources support conditions in their IAM policies,
4191
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
4192
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
4193
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
4194
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
4195
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
4196
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
4197
- # title": "expirable access", "description": "Does not grant access after Sep
4198
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
4199
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
4200
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
4201
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
4202
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
4203
- # roles/resourcemanager.organizationViewer condition: title: expirable access
4204
- # description: Does not grant access after Sep 2020 expression: request.time <
4205
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
4206
- # description of IAM and its features, see the [IAM documentation](https://cloud.
4207
- # google.com/iam/docs/).
4194
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
4195
+ # Principals can be user accounts, service accounts, Google groups, and domains (
4196
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
4197
+ # an IAM predefined role or a user-created custom role. For some types of Google
4198
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
4199
+ # logical expression that allows access to a resource only if the expression
4200
+ # evaluates to `true`. A condition can add constraints based on attributes of
4201
+ # the request, the resource, or both. To learn which resources support
4202
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4203
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4204
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4205
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4206
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4207
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4208
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
4209
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4210
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4211
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
4212
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4213
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4214
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4215
+ # access description: Does not grant access after Sep 2020 expression: request.
4216
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4217
+ # a description of IAM and its features, see the [IAM documentation](https://
4218
+ # cloud.google.com/iam/docs/).
4208
4219
  class Policy
4209
4220
  include Google::Apis::Core::Hashable
4210
4221
 
@@ -4213,9 +4224,14 @@ module Google
4213
4224
  # @return [Array<Google::Apis::HealthcareV1beta1::AuditConfig>]
4214
4225
  attr_accessor :audit_configs
4215
4226
 
4216
- # Associates a list of `members` to a `role`. Optionally, may specify a `
4217
- # condition` that determines how and when the `bindings` are applied. Each of
4218
- # the `bindings` must contain at least one member.
4227
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
4228
+ # specify a `condition` that determines how and when the `bindings` are applied.
4229
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
4230
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
4231
+ # can be Google groups. Each occurrence of a principal counts towards these
4232
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
4233
+ # example.com`, and not to any other principal, then you can add another 1,450
4234
+ # principals to the `bindings` in the `Policy`.
4219
4235
  # Corresponds to the JSON property `bindings`
4220
4236
  # @return [Array<Google::Apis::HealthcareV1beta1::Binding>]
4221
4237
  attr_accessor :bindings
@@ -4833,31 +4849,31 @@ module Google
4833
4849
 
4834
4850
  # An Identity and Access Management (IAM) policy, which specifies access
4835
4851
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
4836
- # A `binding` binds one or more `members` to a single `role`. Members can be
4837
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
4838
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
4839
- # role or a user-created custom role. For some types of Google Cloud resources,
4840
- # a `binding` can also specify a `condition`, which is a logical expression that
4841
- # allows access to a resource only if the expression evaluates to `true`. A
4842
- # condition can add constraints based on attributes of the request, the resource,
4843
- # or both. To learn which resources support conditions in their IAM policies,
4844
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
4845
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
4846
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
4847
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
4848
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
4849
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
4850
- # title": "expirable access", "description": "Does not grant access after Sep
4851
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
4852
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
4853
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
4854
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
4855
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
4856
- # roles/resourcemanager.organizationViewer condition: title: expirable access
4857
- # description: Does not grant access after Sep 2020 expression: request.time <
4858
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
4859
- # description of IAM and its features, see the [IAM documentation](https://cloud.
4860
- # google.com/iam/docs/).
4852
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
4853
+ # Principals can be user accounts, service accounts, Google groups, and domains (
4854
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
4855
+ # an IAM predefined role or a user-created custom role. For some types of Google
4856
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
4857
+ # logical expression that allows access to a resource only if the expression
4858
+ # evaluates to `true`. A condition can add constraints based on attributes of
4859
+ # the request, the resource, or both. To learn which resources support
4860
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4861
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4862
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4863
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4864
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4865
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4866
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
4867
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4868
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4869
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
4870
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4871
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4872
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4873
+ # access description: Does not grant access after Sep 2020 expression: request.
4874
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4875
+ # a description of IAM and its features, see the [IAM documentation](https://
4876
+ # cloud.google.com/iam/docs/).
4861
4877
  # Corresponds to the JSON property `policy`
4862
4878
  # @return [Google::Apis::HealthcareV1beta1::Policy]
4863
4879
  attr_accessor :policy
@@ -5183,6 +5199,16 @@ module Google
5183
5199
  class ValidationConfig
5184
5200
  include Google::Apis::Core::Hashable
5185
5201
 
5202
+ # Whether to disable FHIRPath validation for incoming resources. Set this to
5203
+ # true to disable checking incoming resources for conformance against FHIRPath
5204
+ # requirement defined in the FHIR specification. This property only affects
5205
+ # resource types that do not have profiles configured for them, any rules in
5206
+ # enabled implementation guides will still be enforced.
5207
+ # Corresponds to the JSON property `disableFhirpathValidation`
5208
+ # @return [Boolean]
5209
+ attr_accessor :disable_fhirpath_validation
5210
+ alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
5211
+
5186
5212
  # Whether to disable profile validation for this FHIR store. Set this to true to
5187
5213
  # disable checking incoming resources for conformance against
5188
5214
  # StructureDefinitions in this FHIR store.
@@ -5191,6 +5217,26 @@ module Google
5191
5217
  attr_accessor :disable_profile_validation
5192
5218
  alias_method :disable_profile_validation?, :disable_profile_validation
5193
5219
 
5220
+ # Whether to disable reference type validation for incoming resources. Set this
5221
+ # to true to disable checking incoming resources for conformance against
5222
+ # reference type requirement defined in the FHIR specification. This property
5223
+ # only affects resource types that do not have profiles configured for them, any
5224
+ # rules in enabled implementation guides will still be enforced.
5225
+ # Corresponds to the JSON property `disableReferenceTypeValidation`
5226
+ # @return [Boolean]
5227
+ attr_accessor :disable_reference_type_validation
5228
+ alias_method :disable_reference_type_validation?, :disable_reference_type_validation
5229
+
5230
+ # Whether to disable required fields validation for incoming resources. Set this
5231
+ # to true to disable checking incoming resources for conformance against
5232
+ # required fields requirement defined in the FHIR specification. This property
5233
+ # only affects resource types that do not have profiles configured for them, any
5234
+ # rules in enabled implementation guides will still be enforced.
5235
+ # Corresponds to the JSON property `disableRequiredFieldValidation`
5236
+ # @return [Boolean]
5237
+ attr_accessor :disable_required_field_validation
5238
+ alias_method :disable_required_field_validation?, :disable_required_field_validation
5239
+
5194
5240
  # A list of ImplementationGuide URLs in this FHIR store that are used to
5195
5241
  # configure the profiles to use for validation. For example, to use the US Core
5196
5242
  # profiles for validation, set `enabled_implementation_guides` to `["http://hl7.
@@ -5214,7 +5260,10 @@ module Google
5214
5260
 
5215
5261
  # Update properties of this object
5216
5262
  def update!(**args)
5263
+ @disable_fhirpath_validation = args[:disable_fhirpath_validation] if args.key?(:disable_fhirpath_validation)
5217
5264
  @disable_profile_validation = args[:disable_profile_validation] if args.key?(:disable_profile_validation)
5265
+ @disable_reference_type_validation = args[:disable_reference_type_validation] if args.key?(:disable_reference_type_validation)
5266
+ @disable_required_field_validation = args[:disable_required_field_validation] if args.key?(:disable_required_field_validation)
5218
5267
  @enabled_implementation_guides = args[:enabled_implementation_guides] if args.key?(:enabled_implementation_guides)
5219
5268
  end
5220
5269
  end
@@ -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.15.0"
19
+ GEM_VERSION = "0.19.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 = "20210914"
25
+ REVISION = "20211105"
26
26
  end
27
27
  end
28
28
  end
@@ -1530,6 +1530,7 @@ module Google
1530
1530
  class FhirConfig
1531
1531
  # @private
1532
1532
  class Representation < Google::Apis::Core::JsonRepresentation
1533
+ property :default_keep_extensions, as: 'defaultKeepExtensions'
1533
1534
  collection :field_metadata_list, as: 'fieldMetadataList', class: Google::Apis::HealthcareV1beta1::FieldMetadata, decorator: Google::Apis::HealthcareV1beta1::FieldMetadata::Representation
1534
1535
 
1535
1536
  end
@@ -2431,7 +2432,10 @@ module Google
2431
2432
  class ValidationConfig
2432
2433
  # @private
2433
2434
  class Representation < Google::Apis::Core::JsonRepresentation
2435
+ property :disable_fhirpath_validation, as: 'disableFhirpathValidation'
2434
2436
  property :disable_profile_validation, as: 'disableProfileValidation'
2437
+ property :disable_reference_type_validation, as: 'disableReferenceTypeValidation'
2438
+ property :disable_required_field_validation, as: 'disableRequiredFieldValidation'
2435
2439
  collection :enabled_implementation_guides, as: 'enabledImplementationGuides'
2436
2440
  end
2437
2441
  end
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.15.0
4
+ version: 0.19.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-09-27 00:00:00.000000000 Z
11
+ date: 2021-12-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.15.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1beta1
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
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: []
65
65
  require_paths: