Interface DataQualitySpec.PostScanActions.BigQueryExportOrBuilder (1.21.0)

public static interface DataQualitySpec.PostScanActions.BigQueryExportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResultsTable()

public abstract String getResultsTable()

Optional. The BigQuery table to export DataQualityScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

string results_table = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The resultsTable.

getResultsTableBytes()

public abstract ByteString getResultsTableBytes()

Optional. The BigQuery table to export DataQualityScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

string results_table = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for resultsTable.