Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActions
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataplex_v1/classes.rb,
lib/google/apis/dataplex_v1/representations.rb,
lib/google/apis/dataplex_v1/representations.rb
Overview
The configuration of post scan actions of DataQualityScan.
Instance Attribute Summary collapse
-
#bigquery_export ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
The configuration of BigQuery export post scan action.
-
#notification_report ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport
The configuration of notification report post scan action.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActions
constructor
A new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDataplexV1DataQualitySpecPostScanActions
Returns a new instance of GoogleCloudDataplexV1DataQualitySpecPostScanActions.
4678 4679 4680 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4678 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_export ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsBigQueryExport
The configuration of BigQuery export post scan action.
Corresponds to the JSON property bigqueryExport
4671 4672 4673 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4671 def bigquery_export @bigquery_export end |
#notification_report ⇒ Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualitySpecPostScanActionsNotificationReport
The configuration of notification report post scan action.
Corresponds to the JSON property notificationReport
4676 4677 4678 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4676 def notification_report @notification_report end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4683 4684 4685 4686 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4683 def update!(**args) @bigquery_export = args[:bigquery_export] if args.key?(:bigquery_export) @notification_report = args[:notification_report] if args.key?(:notification_report) end |