Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport.
The configuration of notification report post scan action.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_end_trigger
def job_end_trigger() -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger) — Optional. If set, report will be sent when a scan job ends.
#job_end_trigger=
def job_end_trigger=(value) -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger
Parameter
- value (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger) — Optional. If set, report will be sent when a scan job ends.
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger) — Optional. If set, report will be sent when a scan job ends.
#job_failure_trigger
def job_failure_trigger() -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger) — Optional. If set, report will be sent when a scan job fails.
#job_failure_trigger=
def job_failure_trigger=(value) -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger
Parameter
- value (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger) — Optional. If set, report will be sent when a scan job fails.
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger) — Optional. If set, report will be sent when a scan job fails.
#recipients
def recipients() -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients) — Required. The recipients who will receive the notification report.
#recipients=
def recipients=(value) -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients
Parameter
- value (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients) — Required. The recipients who will receive the notification report.
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients) — Required. The recipients who will receive the notification report.
#score_threshold_trigger
def score_threshold_trigger() -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger) — Optional. If set, report will be sent when score threshold is met.
#score_threshold_trigger=
def score_threshold_trigger=(value) -> ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger
Parameter
- value (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger) — Optional. If set, report will be sent when score threshold is met.
Returns
- (::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger) — Optional. If set, report will be sent when score threshold is met.