Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions.
The configuration of post scan actions of DataQualityScan.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_export
def bigquery_export() -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport) — Optional. If set, results will be exported to the provided BigQuery table.
#bigquery_export=
def bigquery_export=(value) -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport
Parameter
- value (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport) — Optional. If set, results will be exported to the provided BigQuery table.
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::BigQueryExport) — Optional. If set, results will be exported to the provided BigQuery table.
#notification_report
def notification_report() -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport) — Optional. If set, results will be sent to the provided notification receipts upon triggers.
#notification_report=
def notification_report=(value) -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport
Parameter
- value (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport) — Optional. If set, results will be sent to the provided notification receipts upon triggers.
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport) — Optional. If set, results will be sent to the provided notification receipts upon triggers.