google-apis-healthcare_v1beta1 0.46.0 → 0.47.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: 7575db65ebfd0b027a029fd9b23bb6c8c07f5e3218b4f49874ea96db9d76a2cd
4
+ data.tar.gz: baf916ee1d8526377534f961ba29fe6abaf76ea469b31ec12635f05fb00df2ae
5
5
  SHA512:
6
- metadata.gz: 756c0fac388183731b2192e95b7c23c764c20b278aaa8a8a7f507356016e4ebed056c215ec627ebaa5d61262c2f6736bdb1ff5dafa779914d22b93545575ceb1
7
- data.tar.gz: 18e70fd5d59b378774fe1a58e5d1a94ee5b1ba6d444174e55dbf592dbc08381058875dcd3b10b9da60f22b153a0bbcfa82639dc154c07b8709e644d87a892074
6
+ metadata.gz: e3253410769880b83dc5bf35b6eee00b1370f9ef0d9e3242fa38c581ad810248bf71ce9c5b20191b0920a52218a794b6a40db7e2dd67ed15e960476efa1572d3
7
+ data.tar.gz: d350ea170acbb7a0432b38b93d007a3721526b49fe13af5cc4e5d534068be2a9ab7248c7d82d09471d3c02f127b0a35e2dda0e301be0e588604dc51dffc105c0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1beta1
2
2
 
3
+ ### v0.47.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230427
6
+
3
7
  ### v0.46.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230412
@@ -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
 
@@ -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.47.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 = "20230427"
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.47.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-14 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.47.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: []