google-apis-healthcare_v1beta1 0.14.0 → 0.18.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: 5be60164f46eff58589167a885a2e0d6af3608f88c9b66fd7a5743a8065085a2
4
- data.tar.gz: 6c036fccd95777aaac67c54a9947f160585b6b24493b5a62367dbb407bde789d
3
+ metadata.gz: bcadb5ae1cf68a1052a9d2ebf23bf5a3af5b9557e9aa8f889b72222c13376064
4
+ data.tar.gz: b6d09bd6b276ebd84a3dd87ab81647f3b89e6e6ce6a5697e3a9e17b7738c965c
5
5
  SHA512:
6
- metadata.gz: 703ec6127cbd77132bf24b79e8cb478fdf790b87bf680f206ca31f4976f859b56e863bbec2369faa8e8eac6733837c4086eee4d825fb2ecf37a3d1f9518f1915
7
- data.tar.gz: 1e8481efc4f3d02b8e520154bad62a76f30fcd954a4940809fe1567bdb12a89cc4114d2fa6bd5f9422b654fc78fb36343a4c181c90d9d5675f44faa22ce41495
6
+ metadata.gz: 5ce1818e359fb2519127411db68ed075649bcf695f52696c5af7a9bd5d94a903ff73f65815fb49e06c1e8d17a15fbbfe921cb2f399c0b375175ec16d48cb871a
7
+ data.tar.gz: d35a6bc108b4aedc457d49ecbbda620ced97047a449abc9b92cbaaed55a5394fce1477759b1db6ae5054fafa53550c137b4fe25f0119d5ea9527f80ee8a06950
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.18.0 (2021-11-05)
4
+
5
+ * Regenerated from discovery document revision 20211025
6
+
7
+ ### v0.17.0 (2021-10-27)
8
+
9
+ * Regenerated from discovery document revision 20211016
10
+ * Unspecified changes
11
+
12
+ ### v0.16.0 (2021-10-12)
13
+
14
+ * Regenerated from discovery document revision 20211004
15
+
16
+ ### v0.15.0 (2021-09-24)
17
+
18
+ * Regenerated from discovery document revision 20210914
19
+
3
20
  ### v0.14.0 (2021-09-01)
4
21
 
5
22
  * Regenerated from discovery document revision 20210830
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
 
@@ -320,7 +320,7 @@ module Google
320
320
  include Google::Apis::Core::Hashable
321
321
 
322
322
  # Required. Possible values for the attribute. The number of allowed values must
323
- # not exceed 100. An empty list is invalid. The list can only be expanded after
323
+ # not exceed 500. An empty list is invalid. The list can only be expanded after
324
324
  # creation.
325
325
  # Corresponds to the JSON property `allowedValues`
326
326
  # @return [Array<String>]
@@ -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
@@ -1940,8 +1940,9 @@ module Google
1940
1940
 
1941
1941
  # Specifies FHIR paths to match and how to transform them. Any field that is not
1942
1942
  # 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.
1943
+ # All extensions will be processed according to `default_keep_extensions`. If a
1944
+ # field can be matched by more than one FieldMetadata, the first FieldMetadata.
1945
+ # Action is applied.
1945
1946
  # Corresponds to the JSON property `fieldMetadataList`
1946
1947
  # @return [Array<Google::Apis::HealthcareV1beta1::FieldMetadata>]
1947
1948
  attr_accessor :field_metadata_list
@@ -4180,31 +4181,31 @@ module Google
4180
4181
 
4181
4182
  # An Identity and Access Management (IAM) policy, which specifies access
4182
4183
  # 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/).
4184
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
4185
+ # Principals can be user accounts, service accounts, Google groups, and domains (
4186
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
4187
+ # an IAM predefined role or a user-created custom role. For some types of Google
4188
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
4189
+ # logical expression that allows access to a resource only if the expression
4190
+ # evaluates to `true`. A condition can add constraints based on attributes of
4191
+ # the request, the resource, or both. To learn which resources support
4192
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4193
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4194
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4195
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4196
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4197
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4198
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
4199
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4200
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4201
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
4202
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4203
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4204
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4205
+ # access description: Does not grant access after Sep 2020 expression: request.
4206
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4207
+ # a description of IAM and its features, see the [IAM documentation](https://
4208
+ # cloud.google.com/iam/docs/).
4208
4209
  class Policy
4209
4210
  include Google::Apis::Core::Hashable
4210
4211
 
@@ -4213,9 +4214,14 @@ module Google
4213
4214
  # @return [Array<Google::Apis::HealthcareV1beta1::AuditConfig>]
4214
4215
  attr_accessor :audit_configs
4215
4216
 
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.
4217
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
4218
+ # specify a `condition` that determines how and when the `bindings` are applied.
4219
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
4220
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
4221
+ # can be Google groups. Each occurrence of a principal counts towards these
4222
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
4223
+ # example.com`, and not to any other principal, then you can add another 1,450
4224
+ # principals to the `bindings` in the `Policy`.
4219
4225
  # Corresponds to the JSON property `bindings`
4220
4226
  # @return [Array<Google::Apis::HealthcareV1beta1::Binding>]
4221
4227
  attr_accessor :bindings
@@ -4833,31 +4839,31 @@ module Google
4833
4839
 
4834
4840
  # An Identity and Access Management (IAM) policy, which specifies access
4835
4841
  # 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/).
4842
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
4843
+ # Principals can be user accounts, service accounts, Google groups, and domains (
4844
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
4845
+ # an IAM predefined role or a user-created custom role. For some types of Google
4846
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
4847
+ # logical expression that allows access to a resource only if the expression
4848
+ # evaluates to `true`. A condition can add constraints based on attributes of
4849
+ # the request, the resource, or both. To learn which resources support
4850
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4851
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4852
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4853
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4854
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4855
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4856
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
4857
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4858
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4859
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
4860
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4861
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4862
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4863
+ # access description: Does not grant access after Sep 2020 expression: request.
4864
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4865
+ # a description of IAM and its features, see the [IAM documentation](https://
4866
+ # cloud.google.com/iam/docs/).
4861
4867
  # Corresponds to the JSON property `policy`
4862
4868
  # @return [Google::Apis::HealthcareV1beta1::Policy]
4863
4869
  attr_accessor :policy
@@ -5183,6 +5189,16 @@ module Google
5183
5189
  class ValidationConfig
5184
5190
  include Google::Apis::Core::Hashable
5185
5191
 
5192
+ # Whether to disable FHIRPath validation for incoming resources. Set this to
5193
+ # true to disable checking incoming resources for conformance against FHIRPath
5194
+ # requirement defined in the FHIR specification. This property only affects
5195
+ # resource types that do not have profiles configured for them, any rules in
5196
+ # enabled implementation guides will still be enforced.
5197
+ # Corresponds to the JSON property `disableFhirpathValidation`
5198
+ # @return [Boolean]
5199
+ attr_accessor :disable_fhirpath_validation
5200
+ alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
5201
+
5186
5202
  # Whether to disable profile validation for this FHIR store. Set this to true to
5187
5203
  # disable checking incoming resources for conformance against
5188
5204
  # StructureDefinitions in this FHIR store.
@@ -5191,6 +5207,26 @@ module Google
5191
5207
  attr_accessor :disable_profile_validation
5192
5208
  alias_method :disable_profile_validation?, :disable_profile_validation
5193
5209
 
5210
+ # Whether to disable reference type validation for incoming resources. Set this
5211
+ # to true to disable checking incoming resources for conformance against
5212
+ # reference type requirement defined in the FHIR specification. This property
5213
+ # only affects resource types that do not have profiles configured for them, any
5214
+ # rules in enabled implementation guides will still be enforced.
5215
+ # Corresponds to the JSON property `disableReferenceTypeValidation`
5216
+ # @return [Boolean]
5217
+ attr_accessor :disable_reference_type_validation
5218
+ alias_method :disable_reference_type_validation?, :disable_reference_type_validation
5219
+
5220
+ # Whether to disable required fields validation for incoming resources. Set this
5221
+ # to true to disable checking incoming resources for conformance against
5222
+ # required fields 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 `disableRequiredFieldValidation`
5226
+ # @return [Boolean]
5227
+ attr_accessor :disable_required_field_validation
5228
+ alias_method :disable_required_field_validation?, :disable_required_field_validation
5229
+
5194
5230
  # A list of ImplementationGuide URLs in this FHIR store that are used to
5195
5231
  # configure the profiles to use for validation. For example, to use the US Core
5196
5232
  # profiles for validation, set `enabled_implementation_guides` to `["http://hl7.
@@ -5214,7 +5250,10 @@ module Google
5214
5250
 
5215
5251
  # Update properties of this object
5216
5252
  def update!(**args)
5253
+ @disable_fhirpath_validation = args[:disable_fhirpath_validation] if args.key?(:disable_fhirpath_validation)
5217
5254
  @disable_profile_validation = args[:disable_profile_validation] if args.key?(:disable_profile_validation)
5255
+ @disable_reference_type_validation = args[:disable_reference_type_validation] if args.key?(:disable_reference_type_validation)
5256
+ @disable_required_field_validation = args[:disable_required_field_validation] if args.key?(:disable_required_field_validation)
5218
5257
  @enabled_implementation_guides = args[:enabled_implementation_guides] if args.key?(:enabled_implementation_guides)
5219
5258
  end
5220
5259
  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.14.0"
19
+ GEM_VERSION = "0.18.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 = "20210830"
25
+ REVISION = "20211025"
26
26
  end
27
27
  end
28
28
  end
@@ -2431,7 +2431,10 @@ module Google
2431
2431
  class ValidationConfig
2432
2432
  # @private
2433
2433
  class Representation < Google::Apis::Core::JsonRepresentation
2434
+ property :disable_fhirpath_validation, as: 'disableFhirpathValidation'
2434
2435
  property :disable_profile_validation, as: 'disableProfileValidation'
2436
+ property :disable_reference_type_validation, as: 'disableReferenceTypeValidation'
2437
+ property :disable_required_field_validation, as: 'disableRequiredFieldValidation'
2435
2438
  collection :enabled_implementation_guides, as: 'enabledImplementationGuides'
2436
2439
  end
2437
2440
  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.14.0
4
+ version: 0.18.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-06 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.14.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.18.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: