Skip to content

Commit

Permalink
feat: Automated regeneration of healthcare v1 client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Nov 18, 2020
1 parent e348db9 commit 3668e69
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1.rb
Expand Up @@ -25,7 +25,7 @@ module Apis
# @see https://cloud.google.com/healthcare
module HealthcareV1
VERSION = 'V1'
REVISION = '20201104'
REVISION = '20201110'

# View and manage your data across Google Cloud Platform services
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
Expand Down
35 changes: 18 additions & 17 deletions generated/google/apis/healthcare_v1/classes.rb
Expand Up @@ -767,24 +767,25 @@ def update!(**args)
class FhirStore
include Google::Apis::Core::Hashable

# Whether to disable referential integrity in this FHIR store. This field is
# immutable after FHIR store creation. The default value is false, meaning that
# the API enforces referential integrity and fails the requests that result in
# inconsistent state in the FHIR store. When this field is set to true, the API
# skips referential integrity checks. Consequently, operations that rely on
# references, such as GetPatientEverything, do not return all the results if
# broken references exist.
# Immutable. Whether to disable referential integrity in this FHIR store. This
# field is immutable after FHIR store creation. The default value is false,
# meaning that the API enforces referential integrity and fails the requests
# that result in inconsistent state in the FHIR store. When this field is set to
# true, the API skips referential integrity checks. Consequently, operations
# that rely on references, such as GetPatientEverything, do not return all the
# results if broken references exist.
# Corresponds to the JSON property `disableReferentialIntegrity`
# @return [Boolean]
attr_accessor :disable_referential_integrity
alias_method :disable_referential_integrity?, :disable_referential_integrity

# Whether to disable resource versioning for this FHIR store. This field can not
# be changed after the creation of FHIR store. If set to false, which is the
# default behavior, all write operations cause historical versions to be
# recorded automatically. The historical versions can be fetched through the
# history APIs, but cannot be updated. If set to true, no historical versions
# are kept. The server sends errors for attempts to read the historical versions.
# Immutable. Whether to disable resource versioning for this FHIR store. This
# field can not be changed after the creation of FHIR store. If set to false,
# which is the default behavior, all write operations cause historical versions
# to be recorded automatically. The historical versions can be fetched through
# the history APIs, but cannot be updated. If set to true, no historical
# versions are kept. The server sends errors for attempts to read the historical
# versions.
# Corresponds to the JSON property `disableResourceVersioning`
# @return [Boolean]
attr_accessor :disable_resource_versioning
Expand Down Expand Up @@ -841,10 +842,10 @@ class FhirStore
# @return [Array<Google::Apis::HealthcareV1::StreamConfig>]
attr_accessor :stream_configs

# The FHIR specification version that this FHIR store supports natively. This
# field is immutable after store creation. Requests are rejected if they contain
# FHIR resources of a different version. Version is required for every FHIR
# store.
# Immutable. The FHIR specification version that this FHIR store supports
# natively. This field is immutable after store creation. Requests are rejected
# if they contain FHIR resources of a different version. Version is required for
# every FHIR store.
# Corresponds to the JSON property `version`
# @return [String]
attr_accessor :version
Expand Down
2 changes: 1 addition & 1 deletion generated/google/apis/healthcare_v1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
"sha": "146e23ddff24116ddaec400b04873a1fb186f7b4"
"sha": "e348db9d64f0d2bd0beb87cdc99cc69e03b33b03"
}
}
]
Expand Down

0 comments on commit 3668e69

Please sign in to comment.