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.
3037 3038 3039 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3037 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
3030 3031 3032 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3030 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
3035 3036 3037 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3035 def notification_report @notification_report end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3042 3043 3044 3045 |
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3042 def update!(**args) @bigquery_export = args[:bigquery_export] if args.key?(:bigquery_export) @notification_report = args[:notification_report] if args.key?(:notification_report) end |