google-apis-healthcare_v1beta1 0.16.0 → 0.17.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: 64463d13ea4edc9243f495423149e76d23bb681b0eca7596fb6c64b28a64708c
4
- data.tar.gz: dc80ede50c233ccb90aaae4cb5d2a2a26424388e469540e76ee0b6a84473edb5
3
+ metadata.gz: 0312306d63dfb414b56a6159138c35dd94857159931e9611416311dcd4917c33
4
+ data.tar.gz: 20a468fcb0c203864fce88eed4e745c5c026481f6a86b41f58fc5a6f771881c0
5
5
  SHA512:
6
- metadata.gz: d41875dfc57bc7ad0a6c045da15e832391c06d7c18555e96ba8189e3a951f2f91a99fc66de8d154c48ea513839edcaa5ed4f301c4735e002b95a1fd0c4a45aa1
7
- data.tar.gz: dcf9da1c00ee070cec64fd3850b0aa0a46a66be7766d6878a969c52e33e405cf27719b1b17dc3e2d10f9537550ebda98fde9730444db401d42225dafddfe3d15
6
+ metadata.gz: 3624a8c0c8ac2d00f215aa5dab0f27d82d62c205c3f25540207633ec9e0e3a6422d6e822bb8ad10c3c9ed1b03a22d68fe7052cb3b0dc7e66ff16ba88e291daaa
7
+ data.tar.gz: 4bef4901978232658da0df2fd64a037d492d109c73cf0ac2edd7ded3ef4765c354906e1038cb8c9e32a144793635641c185f877972db360e11c816978d6f8155
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.17.0 (2021-10-27)
4
+
5
+ * Regenerated from discovery document revision 20211016
6
+ * Unspecified changes
7
+
3
8
  ### v0.16.0 (2021-10-12)
4
9
 
5
10
  * Regenerated from discovery document revision 20211004
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
@@ -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,14 +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. The `bindings` in a `Policy`
4219
- # can refer to up to 1,500 members; up to 250 of these members can be Google
4220
- # groups. Each occurrence of a member counts towards these limits. For example,
4221
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
4222
- # not to any other member, then you can add another 1,450 members to the `
4223
- # bindings` in the `Policy`.
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`.
4224
4225
  # Corresponds to the JSON property `bindings`
4225
4226
  # @return [Array<Google::Apis::HealthcareV1beta1::Binding>]
4226
4227
  attr_accessor :bindings
@@ -4838,31 +4839,31 @@ module Google
4838
4839
 
4839
4840
  # An Identity and Access Management (IAM) policy, which specifies access
4840
4841
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
4841
- # A `binding` binds one or more `members` to a single `role`. Members can be
4842
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
4843
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
4844
- # role or a user-created custom role. For some types of Google Cloud resources,
4845
- # a `binding` can also specify a `condition`, which is a logical expression that
4846
- # allows access to a resource only if the expression evaluates to `true`. A
4847
- # condition can add constraints based on attributes of the request, the resource,
4848
- # or both. To learn which resources support conditions in their IAM policies,
4849
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
4850
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
4851
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
4852
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
4853
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
4854
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
4855
- # title": "expirable access", "description": "Does not grant access after Sep
4856
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
4857
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
4858
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
4859
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
4860
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
4861
- # roles/resourcemanager.organizationViewer condition: title: expirable access
4862
- # description: Does not grant access after Sep 2020 expression: request.time <
4863
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
4864
- # description of IAM and its features, see the [IAM documentation](https://cloud.
4865
- # 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/).
4866
4867
  # Corresponds to the JSON property `policy`
4867
4868
  # @return [Google::Apis::HealthcareV1beta1::Policy]
4868
4869
  attr_accessor :policy
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.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 = "20211004"
25
+ REVISION = "20211016"
26
26
  end
27
27
  end
28
28
  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.16.0
4
+ version: 0.17.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-10-18 00:00:00.000000000 Z
11
+ date: 2021-10-27 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.16.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.17.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: