Interface DataQualitySpec.PostScanActionsOrBuilder (1.39.0)

public static interface DataQualitySpec.PostScanActionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the notificationReport field is set.