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.



4026
4027
4028
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4026

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)


4024
4025
4026
# File 'lib/google/apis/healthcare_v1beta1/classes.rb', line 4024

def history_mode
  @history_mode
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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