public static interface DataQualitySpec.PostScanActions.NotificationReportOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobEndTrigger()
public abstract DataQualitySpec.PostScanActions.JobEndTrigger getJobEndTrigger()Optional. If set, report will be sent when a scan job ends.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.JobEndTrigger job_end_trigger = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.JobEndTrigger |
The jobEndTrigger. |
getJobEndTriggerOrBuilder()
public abstract DataQualitySpec.PostScanActions.JobEndTriggerOrBuilder getJobEndTriggerOrBuilder()Optional. If set, report will be sent when a scan job ends.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.JobEndTrigger job_end_trigger = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.JobEndTriggerOrBuilder |
|
getJobFailureTrigger()
public abstract DataQualitySpec.PostScanActions.JobFailureTrigger getJobFailureTrigger()Optional. If set, report will be sent when a scan job fails.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.JobFailureTrigger job_failure_trigger = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.JobFailureTrigger |
The jobFailureTrigger. |
getJobFailureTriggerOrBuilder()
public abstract DataQualitySpec.PostScanActions.JobFailureTriggerOrBuilder getJobFailureTriggerOrBuilder()Optional. If set, report will be sent when a scan job fails.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.JobFailureTrigger job_failure_trigger = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.JobFailureTriggerOrBuilder |
|
getRecipients()
public abstract DataQualitySpec.PostScanActions.Recipients getRecipients()Required. The recipients who will receive the notification report.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.Recipients recipients = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.Recipients |
The recipients. |
getRecipientsOrBuilder()
public abstract DataQualitySpec.PostScanActions.RecipientsOrBuilder getRecipientsOrBuilder()Required. The recipients who will receive the notification report.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.Recipients recipients = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.RecipientsOrBuilder |
|
getScoreThresholdTrigger()
public abstract DataQualitySpec.PostScanActions.ScoreThresholdTrigger getScoreThresholdTrigger()Optional. If set, report will be sent when score threshold is met.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.ScoreThresholdTrigger score_threshold_trigger = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.ScoreThresholdTrigger |
The scoreThresholdTrigger. |
getScoreThresholdTriggerOrBuilder()
public abstract DataQualitySpec.PostScanActions.ScoreThresholdTriggerOrBuilder getScoreThresholdTriggerOrBuilder()Optional. If set, report will be sent when score threshold is met.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.ScoreThresholdTrigger score_threshold_trigger = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.ScoreThresholdTriggerOrBuilder |
|
hasJobEndTrigger()
public abstract boolean hasJobEndTrigger()Optional. If set, report will be sent when a scan job ends.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.JobEndTrigger job_end_trigger = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the jobEndTrigger field is set. |
hasJobFailureTrigger()
public abstract boolean hasJobFailureTrigger()Optional. If set, report will be sent when a scan job fails.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.JobFailureTrigger job_failure_trigger = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the jobFailureTrigger field is set. |
hasRecipients()
public abstract boolean hasRecipients()Required. The recipients who will receive the notification report.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.Recipients recipients = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the recipients field is set. |
hasScoreThresholdTrigger()
public abstract boolean hasScoreThresholdTrigger()Optional. If set, report will be sent when score threshold is met.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.ScoreThresholdTrigger score_threshold_trigger = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scoreThresholdTrigger field is set. |