google-apis-healthcare_v1 0.45.0 → 0.46.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: e248445cb6bfd9748b4df566be9d0b3e750c21c9db304256cd99f020e8f6240f
4
- data.tar.gz: f64fd449be6209293b6a8a7eb696e983cc11801381ce071507bc6c4dfcd6c256
3
+ metadata.gz: 76146bf21d67f271bb4ee2a6081bcc8ab614283d4ac386a7ae64c7e17b8782af
4
+ data.tar.gz: 773e7d3fb8f7374ab76b3dee57efca38c5099f1d5927573abab7d1727659cadd
5
5
  SHA512:
6
- metadata.gz: ab430c113e6b8d3abaede637d13af29a23d517868821056638e82fb6e2bc68817f1d79e2e5b88a8c946dd67435fff68af69b12e7973e74ebeae624ab880a7fcf
7
- data.tar.gz: fd493494d204d5ae3c68daa455dbeb3e10628f668e6003d006ffb5d156beb374a135d4b60eac6877ab8881c9f13deb8fca0df7928786e1da6970d4cdacac3c53
6
+ metadata.gz: dd3bb87b8aafee4ced94de7fb3eb09cf175ace036453759ff45af9eae5313a0ed1ddc22a85f2dd8d95d48c1622d5ab835b9611d203c948a0f700283c439f116d
7
+ data.tar.gz: 80411ee2fdbf67a365cc59544c9a0933833dda126c0122205d145a0d87503285b5129f3856351dc9a8db0bc9e4bc55974be9a607de69394fff1c3dbc4a7a2528
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.46.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230720
6
+
3
7
  ### v0.45.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230627
@@ -65,6 +65,12 @@ module Google
65
65
  class AnalyzeEntitiesRequest
66
66
  include Google::Apis::Core::Hashable
67
67
 
68
+ # Optional. Alternative output format to be generated based on the results of
69
+ # analysis.
70
+ # Corresponds to the JSON property `alternativeOutputFormat`
71
+ # @return [String]
72
+ attr_accessor :alternative_output_format
73
+
68
74
  # document_content is a document to be annotated.
69
75
  # Corresponds to the JSON property `documentContent`
70
76
  # @return [String]
@@ -82,6 +88,7 @@ module Google
82
88
 
83
89
  # Update properties of this object
84
90
  def update!(**args)
91
+ @alternative_output_format = args[:alternative_output_format] if args.key?(:alternative_output_format)
85
92
  @document_content = args[:document_content] if args.key?(:document_content)
86
93
  @licensed_vocabularies = args[:licensed_vocabularies] if args.key?(:licensed_vocabularies)
87
94
  end
@@ -103,6 +110,12 @@ module Google
103
110
  # @return [Array<Google::Apis::HealthcareV1::EntityMention>]
104
111
  attr_accessor :entity_mentions
105
112
 
113
+ # The FHIR bundle ([`R4`](http://hl7.org/fhir/R4/bundle.html)) that includes all
114
+ # the entities, the entity mentions, and the relationships in JSON format.
115
+ # Corresponds to the JSON property `fhirBundle`
116
+ # @return [String]
117
+ attr_accessor :fhir_bundle
118
+
106
119
  # relationships contains all the binary relationships that were identified
107
120
  # between entity mentions within the provided document.
108
121
  # Corresponds to the JSON property `relationships`
@@ -117,6 +130,7 @@ module Google
117
130
  def update!(**args)
118
131
  @entities = args[:entities] if args.key?(:entities)
119
132
  @entity_mentions = args[:entity_mentions] if args.key?(:entity_mentions)
133
+ @fhir_bundle = args[:fhir_bundle] if args.key?(:fhir_bundle)
120
134
  @relationships = args[:relationships] if args.key?(:relationships)
121
135
  end
122
136
  end
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.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 = "20230627"
25
+ REVISION = "20230720"
26
26
  end
27
27
  end
28
28
  end
@@ -868,6 +868,7 @@ module Google
868
868
  class AnalyzeEntitiesRequest
869
869
  # @private
870
870
  class Representation < Google::Apis::Core::JsonRepresentation
871
+ property :alternative_output_format, as: 'alternativeOutputFormat'
871
872
  property :document_content, as: 'documentContent'
872
873
  collection :licensed_vocabularies, as: 'licensedVocabularies'
873
874
  end
@@ -880,6 +881,7 @@ module Google
880
881
 
881
882
  collection :entity_mentions, as: 'entityMentions', class: Google::Apis::HealthcareV1::EntityMention, decorator: Google::Apis::HealthcareV1::EntityMention::Representation
882
883
 
884
+ property :fhir_bundle, as: 'fhirBundle'
883
885
  collection :relationships, as: 'relationships', class: Google::Apis::HealthcareV1::EntityMentionRelationship, decorator: Google::Apis::HealthcareV1::EntityMentionRelationship::Representation
884
886
 
885
887
  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.45.0
4
+ version: 0.46.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-07-09 00:00:00.000000000 Z
11
+ date: 2023-08-06 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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.46.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: []