Class: Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::NotificationReport
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_quality.rb
Overview
The configuration of notification report post scan action.
Instance Attribute Summary collapse
-
#job_end_trigger ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger
Optional.
-
#job_failure_trigger ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger
Optional.
-
#recipients ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients
Required.
-
#score_threshold_trigger ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger
Optional.
Instance Attribute Details
#job_end_trigger ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobEndTrigger
Returns Optional. If set, report will be sent when a scan job ends.
123 124 125 126 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 123 class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#job_failure_trigger ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::JobFailureTrigger
Returns Optional. If set, report will be sent when a scan job fails.
123 124 125 126 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 123 class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recipients ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::Recipients
Returns Required. The recipients who will receive the notification report.
123 124 125 126 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 123 class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score_threshold_trigger ⇒ ::Google::Cloud::Dataplex::V1::DataQualitySpec::PostScanActions::ScoreThresholdTrigger
Returns Optional. If set, report will be sent when score threshold is met.
123 124 125 126 |
# File 'proto_docs/google/cloud/dataplex/v1/data_quality.rb', line 123 class NotificationReport include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |