google-apis-healthcare_v1 0.42.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: ef902ed07a1c25ecdf1e3a77edc1d06ffe5324e241c35a336e3a387b850f54db
4
- data.tar.gz: d2f6ede93b859a6c270b0a73b8638d6b2d53eabfd9eb62cb49c36e527b59554c
3
+ metadata.gz: 5e3133bebf54fdb88b9fcef20883c0e8b4f68ef92df87b149913a0d24d056ff8
4
+ data.tar.gz: 9ce5ff9d230ae88898b0fe1e9416d74d9113fcc32e75b89591b5c3a4d69552cd
5
5
  SHA512:
6
- metadata.gz: abbd85f1aa077499bf401296ecfdf5b831aad0f779905807897868da29e9a4c2c7860c7b75909baaa2785a7a1ad0d8a80bdaade036d970a22f226d2bc1a05105
7
- data.tar.gz: 0c65ee82a1de714a7a443d15c57e0fb549c26d72e48590853a20ee9f429138935bb9a03016fc59abf6717078bfe1472fb2cc517e86cbb57e47a715863e862042
6
+ metadata.gz: 5a8ef3bd03ecf8943c60ac31d3becf8696f55eacadd32d9fc4fb98d36606f2c3a4503f3279234595db4ca9f4c2972d167442440bf335177826d2616e15e3f37a
7
+ data.tar.gz: 07a6fdc5f58703c191330f0fb6bcd5b28bfbf5e61747897f01a7a58f3d326610bd50941ee30ed4f6bb42f9be2baa5e56f54a33908da0ef5d817edda1aee62ea7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.43.0 (2023-05-14)
8
+
9
+ * Regenerated from discovery document revision 20230427
10
+
3
11
  ### v0.42.0 (2023-04-30)
4
12
 
5
13
  * Regenerated from discovery document revision 20230412
@@ -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
@@ -904,6 +904,16 @@ module Google
904
904
  # @return [Google::Apis::HealthcareV1::TextConfig]
905
905
  attr_accessor :text
906
906
 
907
+ # Ensures in-flight data remains in the region of origin during de-
908
+ # identification. Using this option results in a significant reduction of
909
+ # throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME`
910
+ # infoTypes. `LOCATION` must be excluded within `TextConfig`, and must also be
911
+ # excluded within `ImageConfig` if image redaction is required.
912
+ # Corresponds to the JSON property `useRegionalDataProcessing`
913
+ # @return [Boolean]
914
+ attr_accessor :use_regional_data_processing
915
+ alias_method :use_regional_data_processing?, :use_regional_data_processing
916
+
907
917
  def initialize(**args)
908
918
  update!(**args)
909
919
  end
@@ -914,6 +924,7 @@ module Google
914
924
  @fhir = args[:fhir] if args.key?(:fhir)
915
925
  @image = args[:image] if args.key?(:image)
916
926
  @text = args[:text] if args.key?(:text)
927
+ @use_regional_data_processing = args[:use_regional_data_processing] if args.key?(:use_regional_data_processing)
917
928
  end
918
929
  end
919
930
 
@@ -1745,7 +1756,7 @@ module Google
1745
1756
  attr_accessor :send_full_resource
1746
1757
  alias_method :send_full_resource?, :send_full_resource
1747
1758
 
1748
- # 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
1749
1760
  # resource. Note that setting this to true does not guarantee that all previous
1750
1761
  # resources will be sent in the format of full FHIR resource. When a resource
1751
1762
  # change is too large or during heavy traffic, only the resource name will be
@@ -3350,7 +3361,7 @@ module Google
3350
3361
  end
3351
3362
  end
3352
3363
 
3353
- # A resource that represents Google Cloud Platform location.
3364
+ # A resource that represents a Google Cloud location.
3354
3365
  class Location
3355
3366
  include Google::Apis::Core::Hashable
3356
3367
 
@@ -4516,6 +4527,17 @@ module Google
4516
4527
  class TextConfig
4517
4528
  include Google::Apis::Core::Hashable
4518
4529
 
4530
+ # Transformations to apply to the detected data, overridden by `
4531
+ # exclude_info_types`.
4532
+ # Corresponds to the JSON property `additionalTransformations`
4533
+ # @return [Array<Google::Apis::HealthcareV1::InfoTypeTransformation>]
4534
+ attr_accessor :additional_transformations
4535
+
4536
+ # InfoTypes to skip transforming, overriding `additional_transformations`.
4537
+ # Corresponds to the JSON property `excludeInfoTypes`
4538
+ # @return [Array<String>]
4539
+ attr_accessor :exclude_info_types
4540
+
4519
4541
  # The transformations to apply to the detected data. Deprecated. Use `
4520
4542
  # additional_transformations` instead.
4521
4543
  # Corresponds to the JSON property `transformations`
@@ -4528,6 +4550,8 @@ module Google
4528
4550
 
4529
4551
  # Update properties of this object
4530
4552
  def update!(**args)
4553
+ @additional_transformations = args[:additional_transformations] if args.key?(:additional_transformations)
4554
+ @exclude_info_types = args[:exclude_info_types] if args.key?(:exclude_info_types)
4531
4555
  @transformations = args[:transformations] if args.key?(:transformations)
4532
4556
  end
4533
4557
  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.42.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 = "20230412"
25
+ REVISION = "20230510"
26
26
  end
27
27
  end
28
28
  end
@@ -1078,6 +1078,7 @@ module Google
1078
1078
 
1079
1079
  property :text, as: 'text', class: Google::Apis::HealthcareV1::TextConfig, decorator: Google::Apis::HealthcareV1::TextConfig::Representation
1080
1080
 
1081
+ property :use_regional_data_processing, as: 'useRegionalDataProcessing'
1081
1082
  end
1082
1083
  end
1083
1084
 
@@ -2050,6 +2051,9 @@ module Google
2050
2051
  class TextConfig
2051
2052
  # @private
2052
2053
  class Representation < Google::Apis::Core::JsonRepresentation
2054
+ collection :additional_transformations, as: 'additionalTransformations', class: Google::Apis::HealthcareV1::InfoTypeTransformation, decorator: Google::Apis::HealthcareV1::InfoTypeTransformation::Representation
2055
+
2056
+ collection :exclude_info_types, as: 'excludeInfoTypes'
2053
2057
  collection :transformations, as: 'transformations', class: Google::Apis::HealthcareV1::InfoTypeTransformation, decorator: Google::Apis::HealthcareV1::InfoTypeTransformation::Representation
2054
2058
 
2055
2059
  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.42.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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.42.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: []