public static interface DataQualitySpec.PostScanActionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigqueryExport()
public abstract DataQualitySpec.PostScanActions.BigQueryExport getBigqueryExport()Optional. If set, results will be exported to the provided BigQuery table.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.BigQueryExport bigquery_export = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.BigQueryExport |
The bigqueryExport. |
getBigqueryExportOrBuilder()
public abstract DataQualitySpec.PostScanActions.BigQueryExportOrBuilder getBigqueryExportOrBuilder()Optional. If set, results will be exported to the provided BigQuery table.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.BigQueryExport bigquery_export = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.BigQueryExportOrBuilder |
|
getNotificationReport()
public abstract DataQualitySpec.PostScanActions.NotificationReport getNotificationReport()Optional. If set, results will be sent to the provided notification receipts upon triggers.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.NotificationReport notification_report = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.NotificationReport |
The notificationReport. |
getNotificationReportOrBuilder()
public abstract DataQualitySpec.PostScanActions.NotificationReportOrBuilder getNotificationReportOrBuilder()Optional. If set, results will be sent to the provided notification receipts upon triggers.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.NotificationReport notification_report = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DataQualitySpec.PostScanActions.NotificationReportOrBuilder |
|
hasBigqueryExport()
public abstract boolean hasBigqueryExport()Optional. If set, results will be exported to the provided BigQuery table.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.BigQueryExport bigquery_export = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the bigqueryExport field is set. |
hasNotificationReport()
public abstract boolean hasNotificationReport()Optional. If set, results will be sent to the provided notification receipts upon triggers.
.google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.NotificationReport notification_report = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the notificationReport field is set. |