google-apis-healthcare_v1beta1 0.13.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: e8796e2296224d5504209a3464acfdaac03c3d3457b5002fd5e3dd10cfeeac11
4
- data.tar.gz: 92333c136b61fcf3f6fdfb2ae0ca0035401a6d6c659dfc80ad5224691926b734
3
+ metadata.gz: 0312306d63dfb414b56a6159138c35dd94857159931e9611416311dcd4917c33
4
+ data.tar.gz: 20a468fcb0c203864fce88eed4e745c5c026481f6a86b41f58fc5a6f771881c0
5
5
  SHA512:
6
- metadata.gz: a958e4d1c6e94a3cf7632949fa80177cd1fc47bc218513d526e6a99b089933939c633ee16b5be0a7204c540551dd78584d613f15bb980cab527c0635439f4dc6
7
- data.tar.gz: 413c7211eb79734b25f39910879f09e7cc4830ce0af0f678cee2bb080d6ac2a511ee20cf9037aab491edba1d26baf89ad5b96072980868b63d0df1398a7fbfa7
6
+ metadata.gz: 3624a8c0c8ac2d00f215aa5dab0f27d82d62c205c3f25540207633ec9e0e3a6422d6e822bb8ad10c3c9ed1b03a22d68fe7052cb3b0dc7e66ff16ba88e291daaa
7
+ data.tar.gz: 4bef4901978232658da0df2fd64a037d492d109c73cf0ac2edd7ded3ef4765c354906e1038cb8c9e32a144793635641c185f877972db360e11c816978d6f8155
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
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
+
8
+ ### v0.16.0 (2021-10-12)
9
+
10
+ * Regenerated from discovery document revision 20211004
11
+
12
+ ### v0.15.0 (2021-09-24)
13
+
14
+ * Regenerated from discovery document revision 20210914
15
+
16
+ ### v0.14.0 (2021-09-01)
17
+
18
+ * Regenerated from discovery document revision 20210830
19
+
3
20
  ### v0.13.0 (2021-07-27)
4
21
 
5
22
  * Regenerated from discovery document revision 20210715
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
@@ -1799,6 +1799,20 @@ module Google
1799
1799
  end
1800
1800
  end
1801
1801
 
1802
+ # Final response for the export operation. This structure is included in the
1803
+ # response to describe the detailed outcome.
1804
+ class ExportMessagesResponse
1805
+ include Google::Apis::Core::Hashable
1806
+
1807
+ def initialize(**args)
1808
+ update!(**args)
1809
+ end
1810
+
1811
+ # Update properties of this object
1812
+ def update!(**args)
1813
+ end
1814
+ end
1815
+
1802
1816
  # Request to export resources.
1803
1817
  class ExportResourcesRequest
1804
1818
  include Google::Apis::Core::Hashable
@@ -1926,8 +1940,9 @@ module Google
1926
1940
 
1927
1941
  # Specifies FHIR paths to match and how to transform them. Any field that is not
1928
1942
  # matched by a FieldMetadata is passed through to the output dataset unmodified.
1929
- # All extensions are removed in the output. If a field can be matched by more
1930
- # 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.
1931
1946
  # Corresponds to the JSON property `fieldMetadataList`
1932
1947
  # @return [Array<Google::Apis::HealthcareV1beta1::FieldMetadata>]
1933
1948
  attr_accessor :field_metadata_list
@@ -4166,31 +4181,31 @@ module Google
4166
4181
 
4167
4182
  # An Identity and Access Management (IAM) policy, which specifies access
4168
4183
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
4169
- # A `binding` binds one or more `members` to a single `role`. Members can be
4170
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
4171
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
4172
- # role or a user-created custom role. For some types of Google Cloud resources,
4173
- # a `binding` can also specify a `condition`, which is a logical expression that
4174
- # allows access to a resource only if the expression evaluates to `true`. A
4175
- # condition can add constraints based on attributes of the request, the resource,
4176
- # or both. To learn which resources support conditions in their IAM policies,
4177
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
4178
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
4179
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
4180
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
4181
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
4182
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
4183
- # title": "expirable access", "description": "Does not grant access after Sep
4184
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
4185
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
4186
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
4187
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
4188
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
4189
- # roles/resourcemanager.organizationViewer condition: title: expirable access
4190
- # description: Does not grant access after Sep 2020 expression: request.time <
4191
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
4192
- # description of IAM and its features, see the [IAM documentation](https://cloud.
4193
- # 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/).
4194
4209
  class Policy
4195
4210
  include Google::Apis::Core::Hashable
4196
4211
 
@@ -4199,9 +4214,14 @@ module Google
4199
4214
  # @return [Array<Google::Apis::HealthcareV1beta1::AuditConfig>]
4200
4215
  attr_accessor :audit_configs
4201
4216
 
4202
- # Associates a list of `members` to a `role`. Optionally, may specify a `
4203
- # condition` that determines how and when the `bindings` are applied. Each of
4204
- # 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`.
4205
4225
  # Corresponds to the JSON property `bindings`
4206
4226
  # @return [Array<Google::Apis::HealthcareV1beta1::Binding>]
4207
4227
  attr_accessor :bindings
@@ -4819,31 +4839,31 @@ module Google
4819
4839
 
4820
4840
  # An Identity and Access Management (IAM) policy, which specifies access
4821
4841
  # controls for Google Cloud resources. A `Policy` is a collection of `bindings`.
4822
- # A `binding` binds one or more `members` to a single `role`. Members can be
4823
- # user accounts, service accounts, Google groups, and domains (such as G Suite).
4824
- # A `role` is a named list of permissions; each `role` can be an IAM predefined
4825
- # role or a user-created custom role. For some types of Google Cloud resources,
4826
- # a `binding` can also specify a `condition`, which is a logical expression that
4827
- # allows access to a resource only if the expression evaluates to `true`. A
4828
- # condition can add constraints based on attributes of the request, the resource,
4829
- # or both. To learn which resources support conditions in their IAM policies,
4830
- # see the [IAM documentation](https://cloud.google.com/iam/help/conditions/
4831
- # resource-policies). **JSON example:** ` "bindings": [ ` "role": "roles/
4832
- # resourcemanager.organizationAdmin", "members": [ "user:mike@example.com", "
4833
- # group:admins@example.com", "domain:google.com", "serviceAccount:my-project-id@
4834
- # appspot.gserviceaccount.com" ] `, ` "role": "roles/resourcemanager.
4835
- # organizationViewer", "members": [ "user:eve@example.com" ], "condition": ` "
4836
- # title": "expirable access", "description": "Does not grant access after Sep
4837
- # 2020", "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')", `
4838
- # ` ], "etag": "BwWWja0YfJA=", "version": 3 ` **YAML example:** bindings: -
4839
- # members: - user:mike@example.com - group:admins@example.com - domain:google.
4840
- # com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/
4841
- # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
4842
- # roles/resourcemanager.organizationViewer condition: title: expirable access
4843
- # description: Does not grant access after Sep 2020 expression: request.time <
4844
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
4845
- # description of IAM and its features, see the [IAM documentation](https://cloud.
4846
- # 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/).
4847
4867
  # Corresponds to the JSON property `policy`
4848
4868
  # @return [Google::Apis::HealthcareV1beta1::Policy]
4849
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.13.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 = "20210715"
25
+ REVISION = "20211016"
26
26
  end
27
27
  end
28
28
  end
@@ -340,6 +340,12 @@ module Google
340
340
  include Google::Apis::Core::JsonObjectSupport
341
341
  end
342
342
 
343
+ class ExportMessagesResponse
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
343
349
  class ExportResourcesRequest
344
350
  class Representation < Google::Apis::Core::JsonRepresentation; end
345
351
 
@@ -1485,6 +1491,12 @@ module Google
1485
1491
  end
1486
1492
  end
1487
1493
 
1494
+ class ExportMessagesResponse
1495
+ # @private
1496
+ class Representation < Google::Apis::Core::JsonRepresentation
1497
+ end
1498
+ end
1499
+
1488
1500
  class ExportResourcesRequest
1489
1501
  # @private
1490
1502
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -5281,14 +5281,16 @@ module Google
5281
5281
  # _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
5282
5282
  # number of search results returned defaults to 100, which can be overridden by
5283
5283
  # the `_count` parameter up to a maximum limit of 1000. If there are additional
5284
- # results, the returned `Bundle` contains pagination links. Resources with a
5285
- # total size larger than 5MB or a field count larger than 50,000 might not be
5286
- # fully searchable as the server might trim its generated search index in those
5287
- # cases. Note: FHIR resources are indexed asynchronously, so there might be a
5288
- # slight delay between the time a resource is created or changes and when the
5289
- # change is reflected in search results. For samples and detailed information,
5290
- # see [Searching for FHIR resources](/healthcare/docs/how-tos/fhir-search) and [
5291
- # Advanced FHIR search features](/healthcare/docs/how-tos/fhir-advanced-search).
5284
+ # results, the returned `Bundle` contains a link of `relation` "next", which has
5285
+ # a `_page_token` parameter for an opaque pagination token that can be used to
5286
+ # retrieve the next page. Resources with a total size larger than 5MB or a field
5287
+ # count larger than 50,000 might not be fully searchable as the server might
5288
+ # trim its generated search index in those cases. Note: FHIR resources are
5289
+ # indexed asynchronously, so there might be a slight delay between the time a
5290
+ # resource is created or changes and when the change is reflected in search
5291
+ # results. For samples and detailed information, see [Searching for FHIR
5292
+ # resources](/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search
5293
+ # features](/healthcare/docs/how-tos/fhir-advanced-search).
5292
5294
  # @param [String] parent
5293
5295
  # Name of the FHIR store to retrieve resources from.
5294
5296
  # @param [Google::Apis::HealthcareV1beta1::SearchResourcesRequest] search_resources_request_object
@@ -5355,14 +5357,16 @@ module Google
5355
5357
  # _revinclude`, `_summary=text`, `_summary=data`, and `_elements`. The maximum
5356
5358
  # number of search results returned defaults to 100, which can be overridden by
5357
5359
  # the `_count` parameter up to a maximum limit of 1000. If there are additional
5358
- # results, the returned `Bundle` contains pagination links. Resources with a
5359
- # total size larger than 5MB or a field count larger than 50,000 might not be
5360
- # fully searchable as the server might trim its generated search index in those
5361
- # cases. Note: FHIR resources are indexed asynchronously, so there might be a
5362
- # slight delay between the time a resource is created or changes and when the
5363
- # change is reflected in search results. For samples and detailed information,
5364
- # see [Searching for FHIR resources](/healthcare/docs/how-tos/fhir-search) and [
5365
- # Advanced FHIR search features](/healthcare/docs/how-tos/fhir-advanced-search).
5360
+ # results, the returned `Bundle` contains a link of `relation` "next", which has
5361
+ # a `_page_token` parameter for an opaque pagination token that can be used to
5362
+ # retrieve the next page. Resources with a total size larger than 5MB or a field
5363
+ # count larger than 50,000 might not be fully searchable as the server might
5364
+ # trim its generated search index in those cases. Note: FHIR resources are
5365
+ # indexed asynchronously, so there might be a slight delay between the time a
5366
+ # resource is created or changes and when the change is reflected in search
5367
+ # results. For samples and detailed information, see [Searching for FHIR
5368
+ # resources](/healthcare/docs/how-tos/fhir-search) and [Advanced FHIR search
5369
+ # features](/healthcare/docs/how-tos/fhir-advanced-search).
5366
5370
  # @param [String] parent
5367
5371
  # Name of the FHIR store to retrieve resources from.
5368
5372
  # @param [String] resource_type
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  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.13.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-08-02 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.13.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: