Interface DataProfileSpec.PostScanActionsOrBuilder (1.33.0)

public static interface DataProfileSpec.PostScanActionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBigqueryExport()

public abstract DataProfileSpec.PostScanActions.BigQueryExport getBigqueryExport()

Optional. If set, results will be exported to the provided BigQuery table.

.google.cloud.dataplex.v1.DataProfileSpec.PostScanActions.BigQueryExport bigquery_export = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DataProfileSpec.PostScanActions.BigQueryExport

The bigqueryExport.

getBigqueryExportOrBuilder()

public abstract DataProfileSpec.PostScanActions.BigQueryExportOrBuilder getBigqueryExportOrBuilder()

Optional. If set, results will be exported to the provided BigQuery table.

.google.cloud.dataplex.v1.DataProfileSpec.PostScanActions.BigQueryExport bigquery_export = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
DataProfileSpec.PostScanActions.BigQueryExportOrBuilder

hasBigqueryExport()

public abstract boolean hasBigqueryExport()

Optional. If set, results will be exported to the provided BigQuery table.

.google.cloud.dataplex.v1.DataProfileSpec.PostScanActions.BigQueryExport bigquery_export = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the bigqueryExport field is set.