google-apis-healthcare_v1beta1 0.64.0 → 0.66.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: c2fbe0befad91972eb2764a42565d40f495342b97a05b53d33992503779cfbd4
4
+ data.tar.gz: f9009718fe01b432ce731f4dc80d6cda89e2686b5619bd75648d1ecd43bfedfd
5
5
  SHA512:
6
- metadata.gz: 694f9d301318d1a5693749641fb0bd3773ee40240488cf1215f29e71c4d27df4a16ae889d99307934e975794562fe05d8f4147fae5eb3940c51ff7757214df47
7
- data.tar.gz: cb7afd95ca4aefbfa4ad99a5dca6ca45cb6261696d1e4e962535df66b3458184cff9db859dc4f135d42f6633663a3573a367f84e4edc655a4d0857bc58985b75
6
+ metadata.gz: ecf572ae9ea74f1e2ec34b6074f7ac4db386226b5544099cf3497e95fa6f0353b7fd2077b7a9ad33e74eb24fbaafbff70912cbcedaf1f2bd9808eb9ac98e6c2d
7
+ data.tar.gz: 42c7c05299170267d72023aee04754c08f56584426fd4ae979c208e5c87e256d8b002ad0e1486780a3730e5fc5e719a295a89d2c800aab76068c944d246a1177
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.66.0 (2024-02-23)
4
+
5
+ * Regenerated using generator version 0.14.0
6
+
7
+ ### v0.65.0 (2024-02-18)
8
+
9
+ * Regenerated from discovery document revision 20240206
10
+
3
11
  ### v0.64.0 (2024-02-11)
4
12
 
5
13
  * Regenerated from discovery document revision 20240130
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/healthcare) may provide gui
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -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.66.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
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.66.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-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.66.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Healthcare API V1beta1