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.



3929
3930
3931
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3929

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)


3927
3928
3929
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3927

def history_mode
  @history_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3934
3935
3936
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 3934

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