google-apis-healthcare_v1 0.62.0 → 0.63.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: 0c91af8310e1400b8542f1105284a131e08c5f42e58cee0ec9fae3da2fea64ec
4
- data.tar.gz: 4ac25b260d6ce8ecf0d27cdef74ee55b1b30aa6405f413c3d06e006f0af41d62
3
+ metadata.gz: 002bcb64f51503ac32149319dc53acd0fed2d4935314148e0db1900cf57f6dfd
4
+ data.tar.gz: d2cc2121cdcae9d2b31a20ae6740fe63908d6199efb1727ae7cc732f0370feda
5
5
  SHA512:
6
- metadata.gz: 85a36b77dda43da7942f6ddc37018e1ba450d52a22696fd757afe6b78e9e3b13afff5c7850c6554ca8b3a020bb7cfe5a81be890b41867035982f533de0a03e0a
7
- data.tar.gz: 39a7a4ede58a2297bc58741349e0688b1bdf204332de92f7207e96f291c060412bd5ada1409da513f18951b866e274d30782e213fadc3fdec7033d908c906865
6
+ metadata.gz: 252168ce79d7f09d5a3f3630c5de383eda5ea16ec17ccbc8700e1af4993986955a88cea1524d431ea2b46d2e77eefff40c02d18d8e1409db14aee9fd917f9ff6
7
+ data.tar.gz: 1f5e7ff8380399cf83a43d31cea4f5b2019f32d38bc7905015fa4b393564065e32ae3bcfc3008d1667c2adfe1efacedd0a8d8a389bdf0f3fe3a9978eab10e6f8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-healthcare_v1
2
2
 
3
+ ### v0.63.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240718
6
+
3
7
  ### v0.62.0 (2024-07-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20240619
@@ -952,10 +952,10 @@ module Google
952
952
  attr_accessor :text
953
953
 
954
954
  # Ensures in-flight data remains in the region of origin during de-
955
- # identification. Using this option results in a significant reduction of
956
- # throughput, and is not compatible with `LOCATION` or `ORGANIZATION_NAME`
957
- # infoTypes. `LOCATION` must be excluded within TextConfig, and must also be
958
- # excluded within ImageConfig if image redaction is required.
955
+ # identification. The default value is false. Using this option results in a
956
+ # significant reduction of throughput, and is not compatible with `LOCATION` or `
957
+ # ORGANIZATION_NAME` infoTypes. `LOCATION` must be excluded within TextConfig,
958
+ # and must also be excluded within ImageConfig if image redaction is required.
959
959
  # Corresponds to the JSON property `useRegionalDataProcessing`
960
960
  # @return [Boolean]
961
961
  attr_accessor :use_regional_data_processing
@@ -1931,19 +1931,20 @@ module Google
1931
1931
  # @return [String]
1932
1932
  attr_accessor :pubsub_topic
1933
1933
 
1934
- # Whether to send full FHIR resource to this Pub/Sub topic.
1934
+ # Whether to send full FHIR resource to this Pub/Sub topic. The default value is
1935
+ # false.
1935
1936
  # Corresponds to the JSON property `sendFullResource`
1936
1937
  # @return [Boolean]
1937
1938
  attr_accessor :send_full_resource
1938
1939
  alias_method :send_full_resource?, :send_full_resource
1939
1940
 
1940
1941
  # Whether to send full FHIR resource to this Pub/Sub topic for deleting FHIR
1941
- # resource. Note that setting this to true does not guarantee that all previous
1942
- # resources will be sent in the format of full FHIR resource. When a resource
1943
- # change is too large or during heavy traffic, only the resource name will be
1944
- # sent. Clients should always check the "payloadType" label from a Pub/Sub
1945
- # message to determine whether it needs to fetch the full previous resource as a
1946
- # separate operation.
1942
+ # resource. The default value is false. Note that setting this to true does not
1943
+ # guarantee that all previous resources will be sent in the format of full FHIR
1944
+ # resource. When a resource change is too large or during heavy traffic, only
1945
+ # the resource name will be sent. Clients should always check the "payloadType"
1946
+ # label from a Pub/Sub message to determine whether it needs to fetch the full
1947
+ # previous resource as a separate operation.
1947
1948
  # Corresponds to the JSON property `sendPreviousResourceOnDelete`
1948
1949
  # @return [Boolean]
1949
1950
  attr_accessor :send_previous_resource_on_delete
@@ -1982,7 +1983,7 @@ module Google
1982
1983
  # false, uses the FHIR specification default `handling=lenient` which ignores
1983
1984
  # unrecognized search parameters. The handling can always be changed from the
1984
1985
  # default on an individual API call by setting the HTTP header `Prefer: handling=
1985
- # strict` or `Prefer: handling=lenient`.
1986
+ # strict` or `Prefer: handling=lenient`. Defaults to false.
1986
1987
  # Corresponds to the JSON property `defaultSearchHandlingStrict`
1987
1988
  # @return [Boolean]
1988
1989
  attr_accessor :default_search_handling_strict
@@ -2002,11 +2003,10 @@ module Google
2002
2003
 
2003
2004
  # Immutable. Whether to disable resource versioning for this FHIR store. This
2004
2005
  # field can not be changed after the creation of FHIR store. If set to false,
2005
- # which is the default behavior, all write operations cause historical versions
2006
- # to be recorded automatically. The historical versions can be fetched through
2007
- # the history APIs, but cannot be updated. If set to true, no historical
2008
- # versions are kept. The server sends errors for attempts to read the historical
2009
- # versions.
2006
+ # all write operations cause historical versions to be recorded automatically.
2007
+ # The historical versions can be fetched through the history APIs, but cannot be
2008
+ # updated. If set to true, no historical versions are kept. The server sends
2009
+ # errors for attempts to read the historical versions. Defaults to false.
2010
2010
  # Corresponds to the JSON property `disableResourceVersioning`
2011
2011
  # @return [Boolean]
2012
2012
  attr_accessor :disable_resource_versioning
@@ -2021,7 +2021,7 @@ module Google
2021
2021
  # sensitive data such as patient identifiers in client-specified resource IDs.
2022
2022
  # Those IDs are part of the FHIR resource path recorded in Cloud audit logs and
2023
2023
  # Pub/Sub notifications. Those IDs can also be contained in reference fields
2024
- # within other resources.
2024
+ # within other resources. Defaults to false.
2025
2025
  # Corresponds to the JSON property `enableUpdateCreate`
2026
2026
  # @return [Boolean]
2027
2027
  attr_accessor :enable_update_create
@@ -2540,12 +2540,12 @@ module Google
2540
2540
  # @return [String]
2541
2541
  attr_accessor :dataset_uri
2542
2542
 
2543
- # If this flag is `TRUE`, all tables are deleted from the dataset before the new
2544
- # exported tables are written. If the flag is not set and the destination
2545
- # dataset contains tables, the export call returns an error. If `
2546
- # write_disposition` is specified, this parameter is ignored. force=false is
2547
- # equivalent to write_disposition=WRITE_EMPTY and force=true is equivalent to
2548
- # write_disposition=WRITE_TRUNCATE.
2543
+ # The default value is false. If this flag is `TRUE`, all tables are deleted
2544
+ # from the dataset before the new exported tables are written. If the flag is
2545
+ # not set and the destination dataset contains tables, the export call returns
2546
+ # an error. If `write_disposition` is specified, this parameter is ignored.
2547
+ # force=false is equivalent to write_disposition=WRITE_EMPTY and force=true is
2548
+ # equivalent to write_disposition=WRITE_TRUNCATE.
2549
2549
  # Corresponds to the JSON property `force`
2550
2550
  # @return [Boolean]
2551
2551
  attr_accessor :force
@@ -3695,7 +3695,7 @@ module Google
3695
3695
  # @return [Hash<String,String>]
3696
3696
  attr_accessor :labels
3697
3697
 
3698
- # The message type for this message. MSH-9.1.
3698
+ # Output only. The message type for this message. MSH-9.1.
3699
3699
  # Corresponds to the JSON property `messageType`
3700
3700
  # @return [String]
3701
3701
  attr_accessor :message_type
@@ -3712,7 +3712,8 @@ module Google
3712
3712
  # @return [Google::Apis::HealthcareV1::ParsedData]
3713
3713
  attr_accessor :parsed_data
3714
3714
 
3715
- # All patient IDs listed in the PID-2, PID-3, and PID-4 segments of this message.
3715
+ # Output only. All patient IDs listed in the PID-2, PID-3, and PID-4 segments of
3716
+ # this message.
3716
3717
  # Corresponds to the JSON property `patientIds`
3717
3718
  # @return [Array<Google::Apis::HealthcareV1::PatientId>]
3718
3719
  attr_accessor :patient_ids
@@ -3723,12 +3724,12 @@ module Google
3723
3724
  # @return [Google::Apis::HealthcareV1::SchematizedData]
3724
3725
  attr_accessor :schematized_data
3725
3726
 
3726
- # The hospital that this message came from. MSH-4.
3727
+ # Output only. The hospital that this message came from. MSH-4.
3727
3728
  # Corresponds to the JSON property `sendFacility`
3728
3729
  # @return [String]
3729
3730
  attr_accessor :send_facility
3730
3731
 
3731
- # The datetime the sending application sent this message. MSH-7.
3732
+ # Output only. The datetime the sending application sent this message. MSH-7.
3732
3733
  # Corresponds to the JSON property `sendTime`
3733
3734
  # @return [String]
3734
3735
  attr_accessor :send_time
@@ -5194,39 +5195,41 @@ module Google
5194
5195
  class ValidationConfig
5195
5196
  include Google::Apis::Core::Hashable
5196
5197
 
5197
- # Whether to disable FHIRPath validation for incoming resources. Set this to
5198
- # true to disable checking incoming resources for conformance against FHIRPath
5199
- # requirement defined in the FHIR specification. This property only affects
5200
- # resource types that do not have profiles configured for them, any rules in
5201
- # enabled implementation guides will still be enforced.
5198
+ # Whether to disable FHIRPath validation for incoming resources. The default
5199
+ # value is false. Set this to true to disable checking incoming resources for
5200
+ # conformance against FHIRPath requirement defined in the FHIR specification.
5201
+ # This property only affects resource types that do not have profiles configured
5202
+ # for them, any rules in enabled implementation guides will still be enforced.
5202
5203
  # Corresponds to the JSON property `disableFhirpathValidation`
5203
5204
  # @return [Boolean]
5204
5205
  attr_accessor :disable_fhirpath_validation
5205
5206
  alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
5206
5207
 
5207
- # Whether to disable profile validation for this FHIR store. Set this to true to
5208
- # disable checking incoming resources for conformance against structure
5209
- # definitions in this FHIR store.
5208
+ # Whether to disable profile validation for this FHIR store. The default value
5209
+ # is false. Set this to true to disable checking incoming resources for
5210
+ # conformance against structure definitions in this FHIR store.
5210
5211
  # Corresponds to the JSON property `disableProfileValidation`
5211
5212
  # @return [Boolean]
5212
5213
  attr_accessor :disable_profile_validation
5213
5214
  alias_method :disable_profile_validation?, :disable_profile_validation
5214
5215
 
5215
- # Whether to disable reference type validation for incoming resources. Set this
5216
- # to true to disable checking incoming resources for conformance against
5217
- # reference type requirement defined in the FHIR specification. This property
5218
- # only affects resource types that do not have profiles configured for them, any
5219
- # rules in enabled implementation guides will still be enforced.
5216
+ # Whether to disable reference type validation for incoming resources. The
5217
+ # default value is false. Set this to true to disable checking incoming
5218
+ # resources for conformance against reference type requirement defined in the
5219
+ # FHIR specification. This property only affects resource types that do not have
5220
+ # profiles configured for them, any rules in enabled implementation guides will
5221
+ # still be enforced.
5220
5222
  # Corresponds to the JSON property `disableReferenceTypeValidation`
5221
5223
  # @return [Boolean]
5222
5224
  attr_accessor :disable_reference_type_validation
5223
5225
  alias_method :disable_reference_type_validation?, :disable_reference_type_validation
5224
5226
 
5225
- # Whether to disable required fields validation for incoming resources. Set this
5226
- # to true to disable checking incoming resources for conformance against
5227
- # required fields requirement defined in the FHIR specification. This property
5228
- # only affects resource types that do not have profiles configured for them, any
5229
- # rules in enabled implementation guides will still be enforced.
5227
+ # Whether to disable required fields validation for incoming resources. The
5228
+ # default value is false. Set this to true to disable checking incoming
5229
+ # resources for conformance against required fields requirement defined in the
5230
+ # FHIR specification. This property only affects resource types that do not have
5231
+ # profiles configured for them, any rules in enabled implementation guides will
5232
+ # still be enforced.
5230
5233
  # Corresponds to the JSON property `disableRequiredFieldValidation`
5231
5234
  # @return [Boolean]
5232
5235
  attr_accessor :disable_required_field_validation
@@ -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.62.0"
19
+ GEM_VERSION = "0.63.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240619"
25
+ REVISION = "20240718"
26
26
  end
27
27
  end
28
28
  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.62.0
4
+ version: 0.63.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: 2024-07-07 00:00:00.000000000 Z
11
+ date: 2024-07-25 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.62.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-healthcare_v1/v0.63.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: []