google-apis-healthcare_v1beta1 0.27.0 → 0.28.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: 373fdd6442ab86f5ed83f012d5a06947b0eef76652b47f91109eea073de626ec
4
- data.tar.gz: f00375dbd3a940b3af32a697c5e8323caff198c5d547d33359ccc6a284901855
3
+ metadata.gz: dfeffbd689a4f334758c543258688303c7046e2124af7bbf5c59e5f8c9e4a9f4
4
+ data.tar.gz: 0cf3477e5ca4fb0bf0cd92712091406fe9535847fcece78337f9f5b8aeee951a
5
5
  SHA512:
6
- metadata.gz: 9b9b6925d78438bce57d840fcec0f84fcb0683f404cd383dd9c1369551574d3390d28b1c35b0ddae0c135cfd08c746958ea1d13a788454c16a8f2394901aa22f
7
- data.tar.gz: 7ba9ff199c916a716cbb26bdc7caae6b03b59c6aae4caa290ab2688c715c3d24cb8c7a5725960cb20a792a7bec5ca3ce3aaf3e2061d992276537df8e7d083fca
6
+ metadata.gz: c7f9a333551fc196ae23b83c0dacd74425522414b07cc9d3d5574b7647af5ba8b888f4f74a734d6eeefbb2a3116b61280d4b7051b55122036259bd95ed215cfe
7
+ data.tar.gz: 21234c4890ec127eb25bcf9acac1ad5a2916ac65a1be238a56289d1f67069691e853931da4cd4ea2a78126afb5078c56053a3e7865e03c913759c8954f7c1801
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.28.0 (2022-05-12)
4
+
5
+ * Regenerated from discovery document revision 20220428
6
+
3
7
  ### v0.27.0 (2022-04-27)
4
8
 
5
9
  * Regenerated from discovery document revision 20220413
@@ -386,8 +386,8 @@ module Google
386
386
  # "audit_log_configs": [ ` "log_type": "DATA_READ" `, ` "log_type": "DATA_WRITE"
387
387
  # , "exempted_members": [ "user:aliya@example.com" ] ` ] ` ] ` For sampleservice,
388
388
  # this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also
389
- # exempts jose@example.com from DATA_READ logging, and aliya@example.com from
390
- # DATA_WRITE logging.
389
+ # exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com`
390
+ # from DATA_WRITE logging.
391
391
  class AuditConfig
392
392
  include Google::Apis::Core::Hashable
393
393
 
@@ -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.27.0"
19
+ GEM_VERSION = "0.28.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
@@ -4691,7 +4691,11 @@ module Google
4691
4691
  # resourcelist.html)). Must match the resource type in the provided content.
4692
4692
  # @param [Google::Apis::HealthcareV1beta1::HttpBody] http_body_object
4693
4693
  # @param [String] profile
4694
- # A profile that this resource should be validated against.
4694
+ # The canonical URL of a profile that this resource should be validated against.
4695
+ # For example, to validate a Patient resource against the US Core Patient
4696
+ # profile this parameter would be `http://hl7.org/fhir/us/core/
4697
+ # StructureDefinition/us-core-patient`. A StructureDefinition with this
4698
+ # canonical URL must exist in the FHIR store.
4695
4699
  # @param [String] fields
4696
4700
  # Selector specifying which fields to include in a partial response.
4697
4701
  # @param [String] quota_user
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.27.0
4
+ version: 0.28.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.28.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: []