Class: Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirChangeDataCaptureConfig
- Inherits:
-
Object
- Object
- Google::Apis::HealthcareV1beta1::GoogleCloudHealthcareV1beta1FhirChangeDataCaptureConfig
- 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
-
#history_mode ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudHealthcareV1beta1FhirChangeDataCaptureConfig
constructor
A new instance of GoogleCloudHealthcareV1beta1FhirChangeDataCaptureConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_mode ⇒ String
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
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 |