Interface DataProfileSpec.PostScanActions.BigQueryExportOrBuilder (1.39.0)

public static interface DataProfileSpec.PostScanActions.BigQueryExportOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResultsTable()

public abstract String getResultsTable()

Optional. The BigQuery table to export DataProfileScan 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 DataProfileScan 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.