Skip to content

Commit 5633b70

Browse files
feat: Automated regeneration of healthcare v1 client (googleapis#20421)
Auto-created at 2024-10-20 09:37:46 +0000 using the toys pull request generator.
1 parent c53847a commit 5633b70

File tree

3 files changed

+50
-45
lines changed

3 files changed

+50
-45
lines changed

generated/google-apis-healthcare_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-healthcare_v1
22

3+
### v0.68.0 (2024-10-20)
4+
5+
* Regenerated from discovery document revision 20241009
6+
37
### v0.67.0 (2024-09-22)
48

59
* Regenerated from discovery document revision 20240910

generated/google-apis-healthcare_v1/lib/google/apis/healthcare_v1/classes.rb

Lines changed: 44 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -959,9 +959,9 @@ class DeidentifiedStoreDestination
959959
# @return [Google::Apis::HealthcareV1::DeidentifyConfig]
960960
attr_accessor :config
961961

962-
# The full resource name of a Cloud Healthcare FHIR store, for example, `
963-
# projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/fhirStores/
964-
# `fhir_store_id``.
962+
# Optional. The full resource name of a Cloud Healthcare FHIR store, for example,
963+
# `projects/`project_id`/locations/`location_id`/datasets/`dataset_id`/
964+
# fhirStores/`fhir_store_id``.
965965
# Corresponds to the JSON property `store`
966966
# @return [String]
967967
attr_accessor :store
@@ -2020,14 +2020,14 @@ def update!(**args)
20202020
class FhirStore
20212021
include Google::Apis::Core::Hashable
20222022

2023-
# Enable parsing of references within complex FHIR data types such as Extensions.
2024-
# If this value is set to ENABLED, then features like referential integrity and
2025-
# Bundle reference rewriting apply to all references. If this flag has not been
2026-
# specified the behavior of the FHIR store will not change, references in
2027-
# complex data types will not be parsed. New stores will have this value set to
2028-
# ENABLED after a notification period. Warning: turning on this flag causes
2029-
# processing existing resources to fail if they contain references to non-
2030-
# existent resources.
2023+
# Optional. Enable parsing of references within complex FHIR data types such as
2024+
# Extensions. If this value is set to ENABLED, then features like referential
2025+
# integrity and Bundle reference rewriting apply to all references. If this flag
2026+
# has not been specified the behavior of the FHIR store will not change,
2027+
# references in complex data types will not be parsed. New stores will have this
2028+
# value set to ENABLED after a notification period. Warning: turning on this
2029+
# flag causes processing existing resources to fail if they contain references
2030+
# to non-existent resources.
20312031
# Corresponds to the JSON property `complexDataTypeReferenceParsing`
20322032
# @return [String]
20332033
attr_accessor :complex_data_type_reference_parsing
@@ -2456,23 +2456,23 @@ def update!(**args)
24562456
class GoogleCloudHealthcareV1DicomBigQueryDestination
24572457
include Google::Apis::Core::Hashable
24582458

2459-
# Use `write_disposition` instead. If `write_disposition` is specified, this
2460-
# parameter is ignored. force=false is equivalent to write_disposition=
2459+
# Optional. Use `write_disposition` instead. If `write_disposition` is specified,
2460+
# this parameter is ignored. force=false is equivalent to write_disposition=
24612461
# WRITE_EMPTY and force=true is equivalent to write_disposition=WRITE_TRUNCATE.
24622462
# Corresponds to the JSON property `force`
24632463
# @return [Boolean]
24642464
attr_accessor :force
24652465
alias_method :force?, :force
24662466

2467-
# BigQuery URI to a table, up to 2000 characters long, in the format `bq://
2468-
# projectId.bqDatasetId.tableId`
2467+
# Optional. BigQuery URI to a table, up to 2000 characters long, in the format `
2468+
# bq://projectId.bqDatasetId.tableId`
24692469
# Corresponds to the JSON property `tableUri`
24702470
# @return [String]
24712471
attr_accessor :table_uri
24722472

2473-
# Determines whether the existing table in the destination is to be overwritten
2474-
# or appended to. If a write_disposition is specified, the `force` parameter is
2475-
# ignored.
2473+
# Optional. Determines whether the existing table in the destination is to be
2474+
# overwritten or appended to. If a write_disposition is specified, the `force`
2475+
# parameter is ignored.
24762476
# Corresponds to the JSON property `writeDisposition`
24772477
# @return [String]
24782478
attr_accessor :write_disposition
@@ -5451,26 +5451,27 @@ def update!(**args)
54515451
class ValidationConfig
54525452
include Google::Apis::Core::Hashable
54535453

5454-
# Whether to disable FHIRPath validation for incoming resources. The default
5455-
# value is false. Set this to true to disable checking incoming resources for
5456-
# conformance against FHIRPath requirement defined in the FHIR specification.
5457-
# This property only affects resource types that do not have profiles configured
5458-
# for them, any rules in enabled implementation guides will still be enforced.
5454+
# Optional. Whether to disable FHIRPath validation for incoming resources. The
5455+
# default value is false. Set this to true to disable checking incoming
5456+
# resources for conformance against FHIRPath requirement defined in the FHIR
5457+
# specification. This property only affects resource types that do not have
5458+
# profiles configured for them, any rules in enabled implementation guides will
5459+
# still be enforced.
54595460
# Corresponds to the JSON property `disableFhirpathValidation`
54605461
# @return [Boolean]
54615462
attr_accessor :disable_fhirpath_validation
54625463
alias_method :disable_fhirpath_validation?, :disable_fhirpath_validation
54635464

5464-
# Whether to disable profile validation for this FHIR store. The default value
5465-
# is false. Set this to true to disable checking incoming resources for
5466-
# conformance against structure definitions in this FHIR store.
5465+
# Optional. Whether to disable profile validation for this FHIR store. The
5466+
# default value is false. Set this to true to disable checking incoming
5467+
# resources for conformance against structure definitions in this FHIR store.
54675468
# Corresponds to the JSON property `disableProfileValidation`
54685469
# @return [Boolean]
54695470
attr_accessor :disable_profile_validation
54705471
alias_method :disable_profile_validation?, :disable_profile_validation
54715472

5472-
# Whether to disable reference type validation for incoming resources. The
5473-
# default value is false. Set this to true to disable checking incoming
5473+
# Optional. Whether to disable reference type validation for incoming resources.
5474+
# The default value is false. Set this to true to disable checking incoming
54745475
# resources for conformance against reference type requirement defined in the
54755476
# FHIR specification. This property only affects resource types that do not have
54765477
# profiles configured for them, any rules in enabled implementation guides will
@@ -5480,8 +5481,8 @@ class ValidationConfig
54805481
attr_accessor :disable_reference_type_validation
54815482
alias_method :disable_reference_type_validation?, :disable_reference_type_validation
54825483

5483-
# Whether to disable required fields validation for incoming resources. The
5484-
# default value is false. Set this to true to disable checking incoming
5484+
# Optional. Whether to disable required fields validation for incoming resources.
5485+
# The default value is false. Set this to true to disable checking incoming
54855486
# resources for conformance against required fields requirement defined in the
54865487
# FHIR specification. This property only affects resource types that do not have
54875488
# profiles configured for them, any rules in enabled implementation guides will
@@ -5491,19 +5492,19 @@ class ValidationConfig
54915492
attr_accessor :disable_required_field_validation
54925493
alias_method :disable_required_field_validation?, :disable_required_field_validation
54935494

5494-
# A list of implementation guide URLs in this FHIR store that are used to
5495-
# configure the profiles to use for validation. For example, to use the US Core
5496-
# profiles for validation, set `enabled_implementation_guides` to `["http://hl7.
5497-
# org/fhir/us/core/ImplementationGuide/ig"]`. If `enabled_implementation_guides`
5498-
# is empty or omitted, then incoming resources are only required to conform to
5499-
# the base FHIR profiles. Otherwise, a resource must conform to at least one
5500-
# profile listed in the `global` property of one of the enabled
5501-
# ImplementationGuides. The Cloud Healthcare API does not currently enforce all
5502-
# of the rules in a StructureDefinition. The following rules are supported: -
5503-
# min/max - minValue/maxValue - maxLength - type - fixed[x] - pattern[x] on
5504-
# simple types - slicing, when using "value" as the discriminator type When a
5505-
# URL cannot be resolved (for example, in a type assertion), the server does not
5506-
# return an error.
5495+
# Optional. A list of implementation guide URLs in this FHIR store that are used
5496+
# to configure the profiles to use for validation. For example, to use the US
5497+
# Core profiles for validation, set `enabled_implementation_guides` to `["http://
5498+
# hl7.org/fhir/us/core/ImplementationGuide/ig"]`. If `
5499+
# enabled_implementation_guides` is empty or omitted, then incoming resources
5500+
# are only required to conform to the base FHIR profiles. Otherwise, a resource
5501+
# must conform to at least one profile listed in the `global` property of one of
5502+
# the enabled ImplementationGuides. The Cloud Healthcare API does not currently
5503+
# enforce all of the rules in a StructureDefinition. The following rules are
5504+
# supported: - min/max - minValue/maxValue - maxLength - type - fixed[x] -
5505+
# pattern[x] on simple types - slicing, when using "value" as the discriminator
5506+
# type When a URL cannot be resolved (for example, in a type assertion), the
5507+
# server does not return an error.
55075508
# Corresponds to the JSON property `enabledImplementationGuides`
55085509
# @return [Array<String>]
55095510
attr_accessor :enabled_implementation_guides

generated/google-apis-healthcare_v1/lib/google/apis/healthcare_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module HealthcareV1
1818
# Version of the google-apis-healthcare_v1 gem
19-
GEM_VERSION = "0.67.0"
19+
GEM_VERSION = "0.68.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240910"
25+
REVISION = "20241009"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)