diff --git a/generated/google/apis/healthcare_v1.rb b/generated/google/apis/healthcare_v1.rb index 9063af44a35..8e1049cc039 100644 --- a/generated/google/apis/healthcare_v1.rb +++ b/generated/google/apis/healthcare_v1.rb @@ -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' diff --git a/generated/google/apis/healthcare_v1/classes.rb b/generated/google/apis/healthcare_v1/classes.rb index e2c5ce6f38e..8b69f0822d1 100644 --- a/generated/google/apis/healthcare_v1/classes.rb +++ b/generated/google/apis/healthcare_v1/classes.rb @@ -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 @@ -841,10 +842,10 @@ class FhirStore # @return [Array] 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 diff --git a/generated/google/apis/healthcare_v1/synth.metadata b/generated/google/apis/healthcare_v1/synth.metadata index ad3ec1e8818..0d43e841e94 100644 --- a/generated/google/apis/healthcare_v1/synth.metadata +++ b/generated/google/apis/healthcare_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "146e23ddff24116ddaec400b04873a1fb186f7b4" + "sha": "e348db9d64f0d2bd0beb87cdc99cc69e03b33b03" } } ]