google-apis-healthcare_v1 0.30.0 → 0.31.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: 3347d1386ca8946637e77d73274690a136b0bdcf8503a9c2043a65d9e08e335d
4
- data.tar.gz: 53609e0f600b266ba62166ef5ba3ba77af86da82607de96199de0e24a41dc583
3
+ metadata.gz: b6cfacb4560975806a1b4a1c65eed57f490cf820ac18afae6573c9d2730f9451
4
+ data.tar.gz: 7cf465921cd786bbcdb92041369bb8156b5208293911c721eabe170117314b68
5
5
  SHA512:
6
- metadata.gz: d3a3ab938c6d23a22e1d969546f2ea5314e30e5540fdf2044df3904b2308d2672e0494c9d8adaa287cb03739d37988c88eaa275cb4d2559a2261837176481b72
7
- data.tar.gz: da3778dd0484364c4f2a78213bfcf0f299a519c813b2726221b64c1b811cfd59adec12a08ae1a21e0f8f8757a3019756306c68ce3ca2040907b76c8b36072ddc
6
+ metadata.gz: 836a0c32646c57225ec652c1fe8ec42af1a159756142bba916fe2cc6e4c98c9e5d9b1f9113cda1ad3e2b368e5e0af43c1a19320188ec3d6ddfa8691e6a7d30a2
7
+ data.tar.gz: f546bfd7e7d1cd0a607c04887a9fe64875c3622965a08c00f91b2edfa2ce7049dc06ad79012ab58e2c011351b0d6dc14ec39381071c3883a2a3eb876dd20d72f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.31.0 (2022-08-22)
4
+
5
+ * Regenerated from discovery document revision 20220810
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.30.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -336,25 +336,28 @@ module Google
336
336
  # anyone who is authenticated with a Google account or a service account. * `
337
337
  # user:`emailid``: An email address that represents a specific Google account.
338
338
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
339
- # address that represents a service account. For example, `my-other-app@appspot.
340
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
341
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
342
- # `uniqueid``: An email address (plus unique identifier) representing a user
343
- # that has been recently deleted. For example, `alice@example.com?uid=
344
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
345
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
346
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
347
- # identifier) representing a service account that has been recently deleted. For
348
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
349
- # If the service account is undeleted, this value reverts to `serviceAccount:`
350
- # emailid`` and the undeleted service account retains the role in the binding. *
351
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
352
- # identifier) representing a Google group that has been recently deleted. For
353
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
354
- # recovered, this value reverts to `group:`emailid`` and the recovered group
355
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
356
- # primary) that represents all the users of that domain. For example, `google.
357
- # com` or `example.com`.
339
+ # address that represents a Google service account. For example, `my-other-app@
340
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
341
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
342
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
343
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
344
+ # . * `group:`emailid``: An email address that represents a Google group. For
345
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
346
+ # email address (plus unique identifier) representing a user that has been
347
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
348
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
349
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
350
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
351
+ # representing a service account that has been recently deleted. For example, `
352
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
353
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
354
+ # and the undeleted service account retains the role in the binding. * `deleted:
355
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
356
+ # representing a Google group that has been recently deleted. For example, `
357
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
358
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
359
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
360
+ # all the users of that domain. For example, `google.com` or `example.com`.
358
361
  # Corresponds to the JSON property `members`
359
362
  # @return [Array<String>]
360
363
  attr_accessor :members
@@ -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.30.0"
19
+ GEM_VERSION = "0.31.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220531"
25
+ REVISION = "20220810"
26
26
  end
27
27
  end
28
28
  end
@@ -4010,29 +4010,37 @@ module Google
4010
4010
  end
4011
4011
 
4012
4012
  # Executes all the requests in the given Bundle. Implements the FHIR standard
4013
- # batch/transaction interaction ([DSTU2](http://hl7.org/implement/standards/fhir/
4014
- # DSTU2/http.html#transaction), [STU3](http://hl7.org/implement/standards/fhir/
4015
- # STU3/http.html#transaction), [R4](http://hl7.org/implement/standards/fhir/R4/
4016
- # http.html#transaction)). Supports all interactions within a bundle, except
4017
- # search. This method accepts Bundles of type `batch` and `transaction`,
4018
- # processing them according to the batch processing rules ([DSTU2](http://hl7.
4019
- # org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](http://hl7.
4020
- # org/implement/standards/fhir/STU3/http.html#2.21.0.17.1), [R4](http://hl7.org/
4013
+ # batch/transaction interaction ([DSTU2](https://hl7.org/implement/standards/
4014
+ # fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/implement/standards/
4015
+ # fhir/STU3/http.html#transaction), [R4](https://hl7.org/implement/standards/
4016
+ # fhir/R4/http.html#transaction)). Supports all interactions within a bundle,
4017
+ # except search. This method accepts Bundles of type `batch` and `transaction`,
4018
+ # processing them according to the batch processing rules ([DSTU2](https://hl7.
4019
+ # org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.
4020
+ # org/implement/standards/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/
4021
4021
  # implement/standards/fhir/R4/http.html#brules)) and transaction processing
4022
- # rules ([DSTU2](http://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.
4023
- # 16.2), [STU3](http://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.
4024
- # 2), [R4](http://hl7.org/implement/standards/fhir/R4/http.html#trules)). The
4025
- # request body must contain a JSON-encoded FHIR `Bundle` resource, and the
4022
+ # rules ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.
4023
+ # 16.2), [STU3](https://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.
4024
+ # 17.2), [R4](https://hl7.org/implement/standards/fhir/R4/http.html#trules)).
4025
+ # The request body must contain a JSON-encoded FHIR `Bundle` resource, and the
4026
4026
  # request headers must contain `Content-Type: application/fhir+json`. For a
4027
- # batch bundle or a successful transaction the response body will contain a JSON-
4027
+ # batch bundle or a successful transaction, the response body contains a JSON-
4028
4028
  # encoded representation of a `Bundle` resource of type `batch-response` or `
4029
4029
  # transaction-response` containing one entry for each entry in the request, with
4030
4030
  # the outcome of processing the entry. In the case of an error for a transaction
4031
- # bundle, the response body will contain a JSON-encoded `OperationOutcome`
4032
- # resource describing the reason for the error. If the request cannot be mapped
4033
- # to a valid API method on a FHIR store, a generic GCP error might be returned
4034
- # instead. For samples that show how to call `executeBundle`, see [Managing FHIR
4035
- # resources using FHIR bundles](/healthcare/docs/how-tos/fhir-bundles).
4031
+ # bundle, the response body contains a JSON-encoded `OperationOutcome` resource
4032
+ # describing the reason for the error. If the request cannot be mapped to a
4033
+ # valid API method on a FHIR store, a generic GCP error might be returned
4034
+ # instead. This method checks permissions for each request in the bundle. The `
4035
+ # executeBundle` permission is required to call this method, but you must also
4036
+ # grant sufficient permissions to execute the individual requests in the bundle.
4037
+ # For example, if the bundle contains a request to create a FHIR resource, the
4038
+ # caller must also have been granted the `healthcare.fhirResources.create`
4039
+ # permission. You can use audit logs to view the permissions for `executeBundle`
4040
+ # and each request in the bundle. For more information, see [Viewing Cloud Audit
4041
+ # logs](https://cloud.google.com/healthcare-api/docs/how-tos/audit-logging). For
4042
+ # samples that show how to call `executeBundle`, see [Managing FHIR resources
4043
+ # using FHIR bundles](/healthcare/docs/how-tos/fhir-bundles).
4036
4044
  # @param [String] parent
4037
4045
  # Name of the FHIR store in which this bundle will be executed.
4038
4046
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
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.30.0
4
+ version: 0.31.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.31.0
62
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: []