Google Cloud Dataplex V1 Client - Class NotificationReport (0.16.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class NotificationReport.

The configuration of notification report post scan action.

Generated from protobuf message google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.NotificationReport

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataQualitySpec \ PostScanActions

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ recipients Google\Cloud\Dataplex\V1\DataQualitySpec\PostScanActions\Recipients

Required. The recipients who will receive the notification report.

↳ score_threshold_trigger Google\Cloud\Dataplex\V1\DataQualitySpec\PostScanActions\ScoreThresholdTrigger

Optional. If set, report will be sent when score threshold is met.

↳ job_failure_trigger Google\Cloud\Dataplex\V1\DataQualitySpec\PostScanActions\JobFailureTrigger

Optional. If set, report will be sent when a scan job fails.

↳ job_end_trigger Google\Cloud\Dataplex\V1\DataQualitySpec\PostScanActions\JobEndTrigger

Optional. If set, report will be sent when a scan job ends.

getRecipients

Required. The recipients who will receive the notification report.

hasRecipients

clearRecipients

setRecipients

Required. The recipients who will receive the notification report.

Returns
Type Description
$this

getScoreThresholdTrigger

Optional. If set, report will be sent when score threshold is met.

hasScoreThresholdTrigger

clearScoreThresholdTrigger

setScoreThresholdTrigger

Optional. If set, report will be sent when score threshold is met.

Returns
Type Description
$this

getJobFailureTrigger

Optional. If set, report will be sent when a scan job fails.

hasJobFailureTrigger

clearJobFailureTrigger

setJobFailureTrigger

Optional. If set, report will be sent when a scan job fails.

Returns
Type Description
$this

getJobEndTrigger

Optional. If set, report will be sent when a scan job ends.

hasJobEndTrigger

clearJobEndTrigger

setJobEndTrigger

Optional. If set, report will be sent when a scan job ends.

Returns
Type Description
$this