google-apis-healthcare_v1beta1 0.64.0 → 0.65.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: 59a773a1c1b8ab09ac70379834d54a1ffbea9e39cce0ef454d89170926f844c3
4
- data.tar.gz: 2474550488557db1c92f7cd64406b0c78015197e87eab88180f215d2be1bed77
3
+ metadata.gz: 7bca82c55c81ea9bd591426b2c5347825856a84e26acecf7230b0e7596ce1e2b
4
+ data.tar.gz: 7288ea2ad999bdbcd90316e952cf7f6436612df1d5983926a01555b42bd07818
5
5
  SHA512:
6
- metadata.gz: 694f9d301318d1a5693749641fb0bd3773ee40240488cf1215f29e71c4d27df4a16ae889d99307934e975794562fe05d8f4147fae5eb3940c51ff7757214df47
7
- data.tar.gz: cb7afd95ca4aefbfa4ad99a5dca6ca45cb6261696d1e4e962535df66b3458184cff9db859dc4f135d42f6633663a3573a367f84e4edc655a4d0857bc58985b75
6
+ metadata.gz: bc884b7e1964829d482f2db87e4c93eb35c30b2110668d0e25effdf82074f7be31f977e3f249022ba049a1165ef9a7861a593d4e0fb849a4b8ce3adb86f5208c
7
+ data.tar.gz: 5b144e62c4b99a4fc26d3015082a97bea8d775d332c4878392616ae6464c982e4e44c0096d1886dd629f94d51908266a0ead60a3e14f338d75a5157a1ccf7418
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.65.0 (2024-02-18)
4
+
5
+ * Regenerated from discovery document revision 20240206
6
+
3
7
  ### v0.64.0 (2024-02-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20240130
@@ -6336,7 +6336,7 @@ module Google
6336
6336
  end
6337
6337
  end
6338
6338
 
6339
- # Final response of rollback FIHR resources request.
6339
+ # Final response of rollback FHIR resources request.
6340
6340
  class RollbackFhirResourcesResponse
6341
6341
  include Google::Apis::Core::Hashable
6342
6342
 
@@ -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.64.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240130"
25
+ REVISION = "20240206"
26
26
  end
27
27
  end
28
28
  end
@@ -5685,38 +5685,39 @@ module Google
5685
5685
  end
5686
5686
 
5687
5687
  # Executes all the requests in the given Bundle. Implements the FHIR standard
5688
- # batch/transaction interaction ([DSTU2](https://hl7.org/implement/standards/
5689
- # fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/implement/standards/
5690
- # fhir/STU3/http.html#transaction), [R4](https://hl7.org/implement/standards/
5691
- # fhir/R4/http.html#transaction)). Supports all interactions within a bundle,
5692
- # except search. This method accepts Bundles of type `batch` and `transaction`,
5693
- # processing them according to the batch processing rules ([DSTU2](https://hl7.
5694
- # org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.
5695
- # org/implement/standards/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/
5696
- # implement/standards/fhir/R4/http.html#brules)) and transaction processing
5697
- # rules ([DSTU2](https://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.
5698
- # 16.2), [STU3](https://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.
5699
- # 17.2), [R4](https://hl7.org/implement/standards/fhir/R4/http.html#trules)).
5700
- # The request body must contain a JSON-encoded FHIR `Bundle` resource, and the
5701
- # request headers must contain `Content-Type: application/fhir+json`. For a
5702
- # batch bundle or a successful transaction, the response body contains a JSON-
5703
- # encoded representation of a `Bundle` resource of type `batch-response` or `
5704
- # transaction-response` containing one entry for each entry in the request, with
5705
- # the outcome of processing the entry. In the case of an error for a transaction
5706
- # bundle, the response body contains a JSON-encoded `OperationOutcome` resource
5707
- # describing the reason for the error. If the request cannot be mapped to a
5708
- # valid API method on a FHIR store, a generic GCP error might be returned
5688
+ # batch/transaction interaction and history operations. ([DSTU2](https://hl7.org/
5689
+ # implement/standards/fhir/DSTU2/http.html#transaction), [STU3](https://hl7.org/
5690
+ # implement/standards/fhir/STU3/http.html#transaction), [R4](https://hl7.org/
5691
+ # implement/standards/fhir/R4/http.html#transaction)). Supports all interactions
5692
+ # within a bundle, except search. This method accepts Bundles of type `batch`, `
5693
+ # transaction` and `history`, processing `batch` and `transaction` bundles
5694
+ # according to the batch processing rules ([DSTU2](https://hl7.org/implement/
5695
+ # standards/fhir/DSTU2/http.html#2.1.0.16.1), [STU3](https://hl7.org/implement/
5696
+ # standards/fhir/STU3/http.html#2.21.0.17.1), [R4](https://hl7.org/implement/
5697
+ # standards/fhir/R4/http.html#brules)) and transaction processing rules ([DSTU2](
5698
+ # https://hl7.org/implement/standards/fhir/DSTU2/http.html#2.1.0.16.2), [STU3](
5699
+ # https://hl7.org/implement/standards/fhir/STU3/http.html#2.21.0.17.2), [R4](
5700
+ # https://hl7.org/implement/standards/fhir/R4/http.html#trules)). The request
5701
+ # body must contain a JSON-encoded FHIR `Bundle` resource, and the request
5702
+ # headers must contain `Content-Type: application/fhir+json`. For a batch bundle
5703
+ # or a successful transaction, the response body contains a JSON-encoded
5704
+ # representation of a `Bundle` resource of type `batch-response` or `transaction-
5705
+ # response` containing one entry for each entry in the request, with the outcome
5706
+ # of processing the entry. In the case of an error for a `transaction` or `
5707
+ # history` bundle, the response body contains a JSON-encoded `OperationOutcome`
5708
+ # resource describing the reason for the error. If the request cannot be mapped
5709
+ # to a valid API method on a FHIR store, a generic GCP error might be returned
5709
5710
  # instead. This method checks permissions for each request in the bundle. The `
5710
5711
  # executeBundle` permission is required to call this method, but you must also
5711
5712
  # grant sufficient permissions to execute the individual requests in the bundle.
5712
5713
  # For example, if the bundle contains a request to create a FHIR resource, the
5713
5714
  # caller must also have been granted the `healthcare.fhirResources.create`
5714
- # permission. You can use audit logs to view the permissions for `executeBundle`
5715
- # and each request in the bundle. For more information, see [Viewing Cloud Audit
5716
- # logs](https://cloud.google.com/healthcare-api/docs/how-tos/audit-logging). For
5717
- # samples that show how to call `executeBundle`, see [Managing FHIR resources
5718
- # using FHIR bundles](https://cloud.google.com/healthcare/docs/how-tos/fhir-
5719
- # bundles).
5715
+ # permission. `history` bundles also check the `import` permission. You can use
5716
+ # audit logs to view the permissions for `executeBundle` and each request in the
5717
+ # bundle. For more information, see [Viewing Cloud Audit logs](https://cloud.
5718
+ # google.com/healthcare-api/docs/how-tos/audit-logging). For samples that show
5719
+ # how to call `executeBundle`, see [Managing FHIR resources using FHIR bundles](
5720
+ # https://cloud.google.com/healthcare/docs/how-tos/fhir-bundles).
5720
5721
  # @param [String] parent
5721
5722
  # Required. Name of the FHIR store in which this bundle will be executed.
5722
5723
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
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.64.0
4
+ version: 0.65.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: 2024-02-11 00:00:00.000000000 Z
11
+ date: 2024-02-18 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.64.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.65.0
62
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: []