google-apis-healthcare_v1 0.43.0 → 0.44.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: f6b987e9fe31a0cf36098a3e6a3cb79a9ac92a4d98357412e5d14d20d749cef2
4
- data.tar.gz: 035fed54cfe6012281540addf3385fe4a4adf38c82d7ffae16fd2e5d38db291f
3
+ metadata.gz: 5e3133bebf54fdb88b9fcef20883c0e8b4f68ef92df87b149913a0d24d056ff8
4
+ data.tar.gz: 9ce5ff9d230ae88898b0fe1e9416d74d9113fcc32e75b89591b5c3a4d69552cd
5
5
  SHA512:
6
- metadata.gz: 9c9f0a2379418ed1ccf3b3c0b7230b58d3851e538e1064a802ec31f4b2d7d44c51b57a4d1f75ad283252e73664f33f76c94ebc47bfee41182b7e7749d45f0c61
7
- data.tar.gz: 38223bc46500bfbbbe513b5d6f07a56bf9fa7c447ca97fa998424beeecc37ffb5f73b9d294e3b982adba26ed1834f143f5ed0dbf950a4ef4149b826b434295bc
6
+ metadata.gz: 5a8ef3bd03ecf8943c60ac31d3becf8696f55eacadd32d9fc4fb98d36606f2c3a4503f3279234595db4ca9f4c2972d167442440bf335177826d2616e15e3f37a
7
+ data.tar.gz: 07a6fdc5f58703c191330f0fb6bcd5b28bfbf5e61747897f01a7a58f3d326610bd50941ee30ed4f6bb42f9be2baa5e56f54a33908da0ef5d817edda1aee62ea7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.44.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230510
6
+
3
7
  ### v0.43.0 (2023-05-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20230427
@@ -97,8 +97,8 @@ module Google
97
97
  # @return [Array<Google::Apis::HealthcareV1::Entity>]
98
98
  attr_accessor :entities
99
99
 
100
- # entity_mentions contains all the annotated medical entities that were
101
- # mentioned in the provided document.
100
+ # The `entity_mentions` field contains all the annotated medical entities that
101
+ # were mentioned in the provided document.
102
102
  # Corresponds to the JSON property `entityMentions`
103
103
  # @return [Array<Google::Apis::HealthcareV1::EntityMention>]
104
104
  attr_accessor :entity_mentions
@@ -1756,7 +1756,7 @@ module Google
1756
1756
  attr_accessor :send_full_resource
1757
1757
  alias_method :send_full_resource?, :send_full_resource
1758
1758
 
1759
- # Whether to send full FHIR resource to this pubsub topic for deleting FHIR
1759
+ # Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR
1760
1760
  # resource. Note that setting this to true does not guarantee that all previous
1761
1761
  # resources will be sent in the format of full FHIR resource. When a resource
1762
1762
  # 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 HealthcareV1
18
18
  # Version of the google-apis-healthcare_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.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 = "20230427"
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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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-14 00:00:00.000000000 Z
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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.44.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: []