Class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirChangeDataCaptureConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/healthcare_v1beta1/classes.rb,
lib/google/apis/healthcare_v1beta1/representations.rb,
lib/google/apis/healthcare_v1beta1/representations.rb

Overview

BigQuery Change Data Capture configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1FhirChangeDataCaptureConfig

Returns a new instance of GoogleCloudHealthcareV1beta1FhirChangeDataCaptureConfig.



4032
4033
4034
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4032

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#history_modeString

Optional. Configures how historical versions of FHIR resources will be reflected in the destination table through updates and deletes. Defaults to HistoryMode.KEEP_LATEST_VERSION if unspecified. Corresponds to the JSON property historyMode

Returns:

  • (String)


4030
4031
4032
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4030

def history_mode
  @history_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4037
4038
4039
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4037

def update!(**args)
  @history_mode = args[:history_mode] if args.key?(:history_mode)
end