google-apis-healthcare_v1 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: 650e93b015ace20853e8ae6b6e704acd8b6cf4796c047112904e5efb6c3d2746
4
- data.tar.gz: 4cd35b5be806b9392ce3136627141a8975d300e156bfc46cccc33ddf873aceb3
3
+ metadata.gz: 6af37fda0caeb3efb12db6529265bddb1f1be48d43ae6f058518463d0ec68ff6
4
+ data.tar.gz: 73b4917780f8d409ed835fc34b86d9ee1153059655099450baa34e42010560f4
5
5
  SHA512:
6
- metadata.gz: 6f7e7374246dd5174b81d66d9d698a8c736475332eb9f1e7f956f5104eb66dd48322ac3425b8ad5482f3494742db5d8461533ff10636f585d8c497dfcc2d861a
7
- data.tar.gz: baa6d4e80b1ff44235cdf9fa17ed149454c071ea175fe9f1de5df36c76aa8f561b51a6cbd53676d5f9a5cf1fca5a78f48e6670ba341416c19b5e7c0f0f4bdffc
6
+ metadata.gz: e9dce6ad53749e556e2bf4178c7b57f47f1433fa432b3007d374db6f8deb631b82c6ec9b38af6d14e7d4d1724b3834018635c7249752302d7deb1061c08b8a3d
7
+ data.tar.gz: cde0fee3123bfb79d3d2089ba0d73b8d26b3ae811d8dffe93c38b1d0d8ea61ca3311a684c6dcd4d4f15519993da305fd0dc01e11aec0d5398cc94d79850a2b5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1
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
 
@@ -306,7 +306,7 @@ module Google
306
306
  end
307
307
  end
308
308
 
309
- # Associates `members` with a `role`.
309
+ # Associates `members`, or principals, with a `role`.
310
310
  class Binding
311
311
  include Google::Apis::Core::Hashable
312
312
 
@@ -329,7 +329,7 @@ module Google
329
329
  # @return [Google::Apis::HealthcareV1::Expr]
330
330
  attr_accessor :condition
331
331
 
332
- # Specifies the identities requesting access for a Cloud Platform resource. `
332
+ # Specifies the principals requesting access for a Cloud Platform resource. `
333
333
  # members` can have the following values: * `allUsers`: A special identifier
334
334
  # that represents anyone who is on the internet; with or without a Google
335
335
  # account. * `allAuthenticatedUsers`: A special identifier that represents
@@ -359,8 +359,8 @@ module Google
359
359
  # @return [Array<String>]
360
360
  attr_accessor :members
361
361
 
362
- # Role that is assigned to `members`. For example, `roles/viewer`, `roles/editor`
363
- # , or `roles/owner`.
362
+ # Role that is assigned to the list of `members`, or principals. For example, `
363
+ # roles/viewer`, `roles/editor`, or `roles/owner`.
364
364
  # Corresponds to the JSON property `role`
365
365
  # @return [String]
366
366
  attr_accessor :role
@@ -1557,7 +1557,7 @@ module Google
1557
1557
 
1558
1558
  # Specifies FHIR paths to match and how to transform them. Any field that is not
1559
1559
  # matched by a FieldMetadata is passed through to the output dataset unmodified.
1560
- # All extensions are removed in the output.
1560
+ # All extensions will be processed according to `default_keep_extensions`.
1561
1561
  # Corresponds to the JSON property `fieldMetadataList`
1562
1562
  # @return [Array<Google::Apis::HealthcareV1::FieldMetadata>]
1563
1563
  attr_accessor :field_metadata_list
@@ -1947,9 +1947,9 @@ module Google
1947
1947
  class GoogleCloudHealthcareV1DicomBigQueryDestination
1948
1948
  include Google::Apis::Core::Hashable
1949
1949
 
1950
- # If the destination table already exists and this flag is `TRUE`, the table is
1951
- # overwritten by the contents of the DICOM store. If the flag is not set and the
1952
- # destination table already exists, the export call returns an error.
1950
+ # Use `write_disposition` instead. If `write_disposition` is specified, this
1951
+ # parameter is ignored. force=false is equivalent to write_disposition=
1952
+ # WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
1953
1953
  # Corresponds to the JSON property `force`
1954
1954
  # @return [Boolean]
1955
1955
  attr_accessor :force
@@ -1961,6 +1961,13 @@ module Google
1961
1961
  # @return [String]
1962
1962
  attr_accessor :table_uri
1963
1963
 
1964
+ # Determines whether the existing table in the destination is to be overwritten
1965
+ # or appended to. If a write_disposition is specified, the `force` parameter is
1966
+ # ignored.
1967
+ # Corresponds to the JSON property `writeDisposition`
1968
+ # @return [String]
1969
+ attr_accessor :write_disposition
1970
+
1964
1971
  def initialize(**args)
1965
1972
  update!(**args)
1966
1973
  end
@@ -1969,6 +1976,7 @@ module Google
1969
1976
  def update!(**args)
1970
1977
  @force = args[:force] if args.key?(:force)
1971
1978
  @table_uri = args[:table_uri] if args.key?(:table_uri)
1979
+ @write_disposition = args[:write_disposition] if args.key?(:write_disposition)
1972
1980
  end
1973
1981
  end
1974
1982
 
@@ -3416,31 +3424,31 @@ module Google
3416
3424
 
3417
3425
  # An Identity and Access Management (IAM) policy, which specifies access
3418
3426
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
3419
- # A `binding` binds one or more `members` to a single `role`. Members can be
3420
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
3421
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
3422
- # role or a user-created custom role. For some types of Google Cloud resources,
3423
- # a `binding` can also specify a `condition`, which is a logical expression that
3424
- # allows access to a resource only if the expression evaluates to `true`. A
3425
- # condition can add constraints based on attributes of the request, the resource,
3426
- # or both. To learn which resources support conditions in their IAM policies,
3427
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3428
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
3429
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
3430
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
3431
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
3432
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
3433
- # title": "expirable access", "description": "Does not grant access after Sep
3434
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
3435
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
3436
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
3437
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
3438
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
3439
- # roles/resourcemanager.organizationViewer condition: title: expirable access
3440
- # description: Does not grant access after Sep 2020 expression: request.time <
3441
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
3442
- # description of IAM and its features, see the [IAM documentation](https://cloud.
3443
- # google.com/iam/docs/).
3427
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
3428
+ # Principals can be user accounts, service accounts, Google groups, and domains (
3429
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
3430
+ # an IAM predefined role or a user-created custom role. For some types of Google
3431
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
3432
+ # logical expression that allows access to a resource only if the expression
3433
+ # evaluates to `true`. A condition can add constraints based on attributes of
3434
+ # the request, the resource, or both. To learn which resources support
3435
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
3436
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
3437
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
3438
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
3439
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
3440
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
3441
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
3442
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
3443
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
3444
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
3445
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
3446
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
3447
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
3448
+ # access description: Does not grant access after Sep 2020 expression: request.
3449
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
3450
+ # a description of IAM and its features, see the [IAM documentation](https://
3451
+ # cloud.google.com/iam/docs/).
3444
3452
  class Policy
3445
3453
  include Google::Apis::Core::Hashable
3446
3454
 
@@ -3449,14 +3457,14 @@ module Google
3449
3457
  # @return [Array<Google::Apis::HealthcareV1::AuditConfig>]
3450
3458
  attr_accessor :audit_configs
3451
3459
 
3452
- # Associates a list of `members` to a `role`. Optionally, may specify a `
3453
- # condition` that determines how and when the `bindings` are applied. Each of
3454
- # the `bindings` must contain at least one member. The `bindings` in a `Policy`
3455
- # can refer to up to 1,500 members; up to 250 of these members can be Google
3456
- # groups. Each occurrence of a member counts towards these limits. For example,
3457
- # if the `bindings` grant 50 different roles to `user:alice@example.com`, and
3458
- # not to any other member, then you can add another 1,450 members to the `
3459
- # bindings` in the `Policy`.
3460
+ # Associates a list of `members`, or principals, with a `role`. Optionally, may
3461
+ # specify a `condition` that determines how and when the `bindings` are applied.
3462
+ # Each of the `bindings` must contain at least one principal. The `bindings` in
3463
+ # a `Policy` can refer to up to 1,500 principals; up to 250 of these principals
3464
+ # can be Google groups. Each occurrence of a principal counts towards these
3465
+ # limits. For example, if the `bindings` grant 50 different roles to `user:alice@
3466
+ # example.com`, and not to any other principal, then you can add another 1,450
3467
+ # principals to the `bindings` in the `Policy`.
3460
3468
  # Corresponds to the JSON property `bindings`
3461
3469
  # @return [Array<Google::Apis::HealthcareV1::Binding>]
3462
3470
  attr_accessor :bindings
@@ -3984,31 +3992,31 @@ module Google
3984
3992
 
3985
3993
  # An Identity and Access Management (IAM) policy, which specifies access
3986
3994
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
3987
- # A `binding` binds one or more `members` to a single `role`. Members can be
3988
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
3989
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
3990
- # role or a user-created custom role. For some types of Google Cloud resources,
3991
- # a `binding` can also specify a `condition`, which is a logical expression that
3992
- # allows access to a resource only if the expression evaluates to `true`. A
3993
- # condition can add constraints based on attributes of the request, the resource,
3994
- # or both. To learn which resources support conditions in their IAM policies,
3995
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
3996
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
3997
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
3998
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
3999
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
4000
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
4001
- # title": "expirable access", "description": "Does not grant access after Sep
4002
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
4003
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
4004
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
4005
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
4006
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
4007
- # roles/resourcemanager.organizationViewer condition: title: expirable access
4008
- # description: Does not grant access after Sep 2020 expression: request.time <
4009
- # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
4010
- # description of IAM and its features, see the [IAM documentation](https://cloud.
4011
- # google.com/iam/docs/).
3995
+ # A `binding` binds one or more `members`, or principals, to a single `role`.
3996
+ # Principals can be user accounts, service accounts, Google groups, and domains (
3997
+ # such as G Suite). A `role` is a named list of permissions; each `role` can be
3998
+ # an IAM predefined role or a user-created custom role. For some types of Google
3999
+ # Cloud resources, a `binding` can also specify a `condition`, which is a
4000
+ # logical expression that allows access to a resource only if the expression
4001
+ # evaluates to `true`. A condition can add constraints based on attributes of
4002
+ # the request, the resource, or both. To learn which resources support
4003
+ # conditions in their IAM policies, see the [IAM documentation](https://cloud.
4004
+ # google.com/iam/help/conditions/resource-policies). **JSON example:** ` "
4005
+ # bindings": [ ` "role": "roles/resourcemanager.organizationAdmin", "members": [
4006
+ # "user:mike@example.com", "group:admins@example.com", "domain:google.com", "
4007
+ # serviceAccount:my-project-id@appspot.gserviceaccount.com" ] `, ` "role": "
4008
+ # roles/resourcemanager.organizationViewer", "members": [ "user:eve@example.com"
4009
+ # ], "condition": ` "title": "expirable access", "description": "Does not grant
4010
+ # access after Sep 2020", "expression": "request.time < timestamp('2020-10-01T00:
4011
+ # 00:00.000Z')", ` ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:**
4012
+ # bindings: - members: - user:mike@example.com - group:admins@example.com -
4013
+ # domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
4014
+ # role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.
4015
+ # com role: roles/resourcemanager.organizationViewer condition: title: expirable
4016
+ # access description: Does not grant access after Sep 2020 expression: request.
4017
+ # time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For
4018
+ # a description of IAM and its features, see the [IAM documentation](https://
4019
+ # cloud.google.com/iam/docs/).
4012
4020
  # Corresponds to the JSON property `policy`
4013
4021
  # @return [Google::Apis::HealthcareV1::Policy]
4014
4022
  attr_accessor :policy
@@ -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.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
@@ -1326,6 +1326,7 @@ module Google
1326
1326
  class Representation < Google::Apis::Core::JsonRepresentation
1327
1327
  property :force, as: 'force'
1328
1328
  property :table_uri, as: 'tableUri'
1329
+ property :write_disposition, as: 'writeDisposition'
1329
1330
  end
1330
1331
  end
1331
1332
 
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.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.16.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-healthcare_v1
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.17.0
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: []
65
65
  require_paths: