google-apis-healthcare_v1beta1 0.50.0 → 0.51.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: 462c1c819d397722800e0301c56991078e1ed3a8470cb57e61c855d204d6197c
4
- data.tar.gz: 96b40f3fd9a929d4afd810fecd128f036aec3f85aedb1e17cc9b43bc4b97beb0
3
+ metadata.gz: 37785edbc86a2f5947939cec2812f3a1c7f3bdc7d47d397f27b2beba72461aea
4
+ data.tar.gz: 1ad7253af9ce6cd5b829cfe81ac0fc2a3bc5075ff27e54ecd197db37f3fd542d
5
5
  SHA512:
6
- metadata.gz: 95c331ddce96032dda6603f09375e8f44159a53b91cfd9e55e6b7825b55fb7fd6b120009e1f29a5a9e9ee35cfa319d33955eb2622125a064e2fd7d1ff63d2f30
7
- data.tar.gz: d81820f4bb3bd7c2e088c871d8b90076e5fc63a0a88948f6c82eb80a420b81d5ab71598bae9825a2ac3db2ab1edd978c449035b26b69a12fd426741745855d96
6
+ metadata.gz: 6d73a62d3bfe57ccf2d55320c0e8141aed0a50debbd0adc3de51022179b5692f7732d3af6d805fb6ddfeb18adc6917d819040051c7b01058e070ace3bff86e90
7
+ data.tar.gz: 50878587745fff48faf25da63052162c724c89409e932ce10b85f985d4f5000b9b9cc497ef8b89eabc450b62b1b75b636b905b70ddeed086c3fa7eb9411a553e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.51.0 (2023-08-03)
4
+
5
+ * Regenerated from discovery document revision 20230720
6
+
3
7
  ### v0.50.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230627
@@ -140,6 +140,12 @@ module Google
140
140
  class AnalyzeEntitiesRequest
141
141
  include Google::Apis::Core::Hashable
142
142
 
143
+ # Optional. Alternative output format to be generated based on the results of
144
+ # analysis.
145
+ # Corresponds to the JSON property `alternativeOutputFormat`
146
+ # @return [String]
147
+ attr_accessor :alternative_output_format
148
+
143
149
  # document_content is a document to be annotated.
144
150
  # Corresponds to the JSON property `documentContent`
145
151
  # @return [String]
@@ -157,6 +163,7 @@ module Google
157
163
 
158
164
  # Update properties of this object
159
165
  def update!(**args)
166
+ @alternative_output_format = args[:alternative_output_format] if args.key?(:alternative_output_format)
160
167
  @document_content = args[:document_content] if args.key?(:document_content)
161
168
  @licensed_vocabularies = args[:licensed_vocabularies] if args.key?(:licensed_vocabularies)
162
169
  end
@@ -178,6 +185,12 @@ module Google
178
185
  # @return [Array<Google::Apis::HealthcareV1beta1::EntityMention>]
179
186
  attr_accessor :entity_mentions
180
187
 
188
+ # The FHIR bundle ([`R4`](http://hl7.org/fhir/R4/bundle.html)) that includes all
189
+ # the entities, the entity mentions, and the relationships in JSON format.
190
+ # Corresponds to the JSON property `fhirBundle`
191
+ # @return [String]
192
+ attr_accessor :fhir_bundle
193
+
181
194
  # relationships contains all the binary relationships that were identified
182
195
  # between entity mentions within the provided document.
183
196
  # Corresponds to the JSON property `relationships`
@@ -192,6 +205,7 @@ module Google
192
205
  def update!(**args)
193
206
  @entities = args[:entities] if args.key?(:entities)
194
207
  @entity_mentions = args[:entity_mentions] if args.key?(:entity_mentions)
208
+ @fhir_bundle = args[:fhir_bundle] if args.key?(:fhir_bundle)
195
209
  @relationships = args[:relationships] if args.key?(:relationships)
196
210
  end
197
211
  end
@@ -1346,9 +1360,7 @@ module Google
1346
1360
  # Ensures in-flight data remains in the region of origin during de-
1347
1361
  # identification. Using this option results in a significant reduction of
1348
1362
  # throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME`
1349
- # infoTypes. If the deprecated [`DicomConfig`](google.cloud.healthcare.v1beta1.
1350
- # deidentify.DeidentifyConfig.dicom_config) or [`FhirConfig`](google.cloud.
1351
- # healthcare.v1beta1.deidentify.DeidentifyConfig.fhir_config) are used, then `
1363
+ # infoTypes. If the deprecated `DicomConfig` or `FhirConfig` are used, then `
1352
1364
  # LOCATION` must be excluded within `TextConfig`, and must also be excluded
1353
1365
  # within `ImageConfig` if image redaction is required.
1354
1366
  # Corresponds to the JSON property `useRegionalDataProcessing`
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.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
@@ -1209,6 +1209,7 @@ module Google
1209
1209
  class AnalyzeEntitiesRequest
1210
1210
  # @private
1211
1211
  class Representation < Google::Apis::Core::JsonRepresentation
1212
+ property :alternative_output_format, as: 'alternativeOutputFormat'
1212
1213
  property :document_content, as: 'documentContent'
1213
1214
  collection :licensed_vocabularies, as: 'licensedVocabularies'
1214
1215
  end
@@ -1221,6 +1222,7 @@ module Google
1221
1222
 
1222
1223
  collection :entity_mentions, as: 'entityMentions', class: Google::Apis::HealthcareV1beta1::EntityMention, decorator: Google::Apis::HealthcareV1beta1::EntityMention::Representation
1223
1224
 
1225
+ property :fhir_bundle, as: 'fhirBundle'
1224
1226
  collection :relationships, as: 'relationships', class: Google::Apis::HealthcareV1beta1::EntityMentionRelationship, decorator: Google::Apis::HealthcareV1beta1::EntityMentionRelationship::Representation
1225
1227
 
1226
1228
  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.50.0
4
+ version: 0.51.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.51.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: []