google-apis-healthcare_v1 0.25.0 → 0.26.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: 9acae20f09ecc24cd212ae0d75c5822d428a0e342c3a76d44dbf9ce2c7f63075
4
- data.tar.gz: c17f495c326394bd5cf53c3fc736802325eb2b49159f17d4036244ca2424ba87
3
+ metadata.gz: 8e7752edc7af21b5ef6073b235d35d9e81c40d38f05bde1c5f006740490dcae6
4
+ data.tar.gz: 36ab78a1b66e9986daa12fa0aa58b4d850dec23b966a105c24b8b5809424c180
5
5
  SHA512:
6
- metadata.gz: f47bf6e0faa91749c126d64ad9b4da74bb5d4ad3aaae4bc4e4e9ec3ed05e71c808ac4eb3b35e59bd4334c94b6edb375c98565c862021355fb59832112348c190
7
- data.tar.gz: b47f36c34e28ba481482314c32b727812bde6308e98743c3534999e2954913ea9caa2e2c46412a0b6f941aab0778310eaf6c178f7d62bc00faf40fcbd17c843b
6
+ metadata.gz: 22857d66e0aedb11e920cdb56190f9fce84f4fb6e5e9744392a78638a4c89eb781c81cb4599c3c549cf39075447987f89dc36c4a05897369bddd1c8bd1e2ee39
7
+ data.tar.gz: 716d236b40152e0e8b677915d1ea023249310e7b746e3bcf9210080de8cd096d848a67ac57a03085afa94210a58cc740cd0832e6f518ca9b36e1401bf792ab9f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.26.0 (2022-05-12)
4
+
5
+ * Regenerated from discovery document revision 20220428
6
+
3
7
  ### v0.25.0 (2022-04-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220413
@@ -248,8 +248,8 @@ module Google
248
248
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
249
249
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
250
250
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
251
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
252
- # DATA_WRITE logging.
251
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
252
+ # from DATA_WRITE logging.
253
253
  class AuditConfig
254
254
  include Google::Apis::Core::Hashable
255
255
 
@@ -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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220413"
25
+ REVISION = "20220428"
26
26
  end
27
27
  end
28
28
  end
@@ -3826,7 +3826,11 @@ module Google
3826
3826
  # resourcelist.html)). Must match the resource type in the provided content.
3827
3827
  # @param [Google::Apis::HealthcareV1::HttpBody] http_body_object
3828
3828
  # @param [String] profile
3829
- # A profile that this resource should be validated against.
3829
+ # The canonical URL of a profile that this resource should be validated against.
3830
+ # For example, to validate a Patient resource against the US Core Patient
3831
+ # profile this parameter would be `http://hl7.org/fhir/us/core/
3832
+ # StructureDefinition/us-core-patient`. A StructureDefinition with this
3833
+ # canonical URL must exist in the FHIR store.
3830
3834
  # @param [String] fields
3831
3835
  # Selector specifying which fields to include in a partial response.
3832
3836
  # @param [String] quota_user
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.25.0
4
+ version: 0.26.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-05-02 00:00:00.000000000 Z
11
+ date: 2022-05-16 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.26.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: []