google-apis-healthcare_v1beta1 0.46.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: 7acfb369510a50debc57640c3300a9a49ed54bb72fa5f99d777cfd582437fa0d
4
- data.tar.gz: 73683c2ef80e189e3b2ced81b5e03cf0ae17019a2bdecf8bb4e9f6b5ec4ccec1
3
+ metadata.gz: 165d07c68c10bcb1dd9017b188a3aa47b66acaf3388b970d811267e20e60c31c
4
+ data.tar.gz: cda21aa9a98da036d5e0b2197a911ec7196bdad85905fbb1efae48975c8cee79
5
5
  SHA512:
6
- metadata.gz: 756c0fac388183731b2192e95b7c23c764c20b278aaa8a8a7f507356016e4ebed056c215ec627ebaa5d61262c2f6736bdb1ff5dafa779914d22b93545575ceb1
7
- data.tar.gz: 18e70fd5d59b378774fe1a58e5d1a94ee5b1ba6d444174e55dbf592dbc08381058875dcd3b10b9da60f22b153a0bbcfa82639dc154c07b8709e644d87a892074
6
+ metadata.gz: 68800346df465922ab57b97425aecf8971dec1872809e8b1341852cea518da2023823375f8898990a15b26c4b8f586b6e8316759cdc8d890c1e42def889c817a
7
+ data.tar.gz: 89c5e1b9fb990cc75c24cd4ba1946bb5a749c9184f432d81fc54325a1c804fd7c74dfd3dbfd19fbd3d3af350a8bcc3ac9404185bab00f6bf696e9ede5f40aeb4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.48.0 (2023-05-28)
4
+
5
+ * Regenerated from discovery document revision 20230510
6
+
7
+ ### v0.47.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230427
10
+
3
11
  ### v0.46.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230412
@@ -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 were
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
@@ -1343,6 +1343,19 @@ module Google
1343
1343
  # @return [Google::Apis::HealthcareV1beta1::TextConfig]
1344
1344
  attr_accessor :text
1345
1345
 
1346
+ # Ensures in-flight data remains in the region of origin during de-
1347
+ # identification. Using this option results in a significant reduction of
1348
+ # 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 `
1352
+ # LOCATION` must be excluded within `TextConfig`, and must also be excluded
1353
+ # within `ImageConfig` if image redaction is required.
1354
+ # Corresponds to the JSON property `useRegionalDataProcessing`
1355
+ # @return [Boolean]
1356
+ attr_accessor :use_regional_data_processing
1357
+ alias_method :use_regional_data_processing?, :use_regional_data_processing
1358
+
1346
1359
  def initialize(**args)
1347
1360
  update!(**args)
1348
1361
  end
@@ -1357,6 +1370,7 @@ module Google
1357
1370
  @image = args[:image] if args.key?(:image)
1358
1371
  @operation_metadata = args[:operation_metadata] if args.key?(:operation_metadata)
1359
1372
  @text = args[:text] if args.key?(:text)
1373
+ @use_regional_data_processing = args[:use_regional_data_processing] if args.key?(:use_regional_data_processing)
1360
1374
  end
1361
1375
  end
1362
1376
 
@@ -2425,7 +2439,7 @@ module Google
2425
2439
  attr_accessor :send_full_resource
2426
2440
  alias_method :send_full_resource?, :send_full_resource
2427
2441
 
2428
- # Whether to send full FHIR resource to this pubsub topic for deleting FHIR
2442
+ # Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR
2429
2443
  # resource. Note that setting this to true does not guarantee that all previous
2430
2444
  # resources will be sent in the format of full FHIR resource. When a resource
2431
2445
  # change is too large or during heavy traffic, only the resource name will be
@@ -4607,7 +4621,7 @@ module Google
4607
4621
  end
4608
4622
  end
4609
4623
 
4610
- # A resource that represents Google Cloud Platform location.
4624
+ # A resource that represents a Google Cloud location.
4611
4625
  class Location
4612
4626
  include Google::Apis::Core::Hashable
4613
4627
 
@@ -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.46.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 = "20230412"
25
+ REVISION = "20230510"
26
26
  end
27
27
  end
28
28
  end
@@ -1547,6 +1547,7 @@ module Google
1547
1547
 
1548
1548
  property :text, as: 'text', class: Google::Apis::HealthcareV1beta1::TextConfig, decorator: Google::Apis::HealthcareV1beta1::TextConfig::Representation
1549
1549
 
1550
+ property :use_regional_data_processing, as: 'useRegionalDataProcessing'
1550
1551
  end
1551
1552
  end
1552
1553
 
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.46.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-04-30 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1beta1/v0.46.0
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: []