google-apis-healthcare_v1beta1 0.47.0 → 0.48.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 165d07c68c10bcb1dd9017b188a3aa47b66acaf3388b970d811267e20e60c31c
|
4
|
+
data.tar.gz: cda21aa9a98da036d5e0b2197a911ec7196bdad85905fbb1efae48975c8cee79
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68800346df465922ab57b97425aecf8971dec1872809e8b1341852cea518da2023823375f8898990a15b26c4b8f586b6e8316759cdc8d890c1e42def889c817a
|
7
|
+
data.tar.gz: 89c5e1b9fb990cc75c24cd4ba1946bb5a749c9184f432d81fc54325a1c804fd7c74dfd3dbfd19fbd3d3af350a8bcc3ac9404185bab00f6bf696e9ede5f40aeb4
|
data/CHANGELOG.md
CHANGED
@@ -172,8 +172,8 @@ module Google
|
|
172
172
|
# @return [Array<Google::Apis::HealthcareV1beta1::Entity>]
|
173
173
|
attr_accessor :entities
|
174
174
|
|
175
|
-
# entity_mentions contains all the annotated medical entities that
|
176
|
-
# mentioned in the provided document.
|
175
|
+
# The `entity_mentions` field contains all the annotated medical entities that
|
176
|
+
# were mentioned in the provided document.
|
177
177
|
# Corresponds to the JSON property `entityMentions`
|
178
178
|
# @return [Array<Google::Apis::HealthcareV1beta1::EntityMention>]
|
179
179
|
attr_accessor :entity_mentions
|
@@ -2439,7 +2439,7 @@ module Google
|
|
2439
2439
|
attr_accessor :send_full_resource
|
2440
2440
|
alias_method :send_full_resource?, :send_full_resource
|
2441
2441
|
|
2442
|
-
# Whether to send full FHIR resource to this
|
2442
|
+
# Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR
|
2443
2443
|
# resource. Note that setting this to true does not guarantee that all previous
|
2444
2444
|
# resources will be sent in the format of full FHIR resource. When a resource
|
2445
2445
|
# change is too large or during heavy traffic, only the resource name will be
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230510"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.
|
4
|
+
version: 0.48.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: 2023-05-
|
11
|
+
date: 2023-05-28 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.48.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: []
|