Google Cloud Dataplex V1 Client - Class BigQueryExport (0.11.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class BigQueryExport.

The configuration of BigQuery export post scan action.

Generated from protobuf message google.cloud.dataplex.v1.DataQualitySpec.PostScanActions.BigQueryExport

Namespace

Google \ Cloud \ Dataplex \ V1 \ DataQualitySpec \ PostScanActions

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ results_table string

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

getResultsTable

Optional. The BigQuery table to export DataQualityScan results to.

Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Returns
TypeDescription
string

setResultsTable

Optional. The BigQuery table to export DataQualityScan results to.

Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID

Parameter
NameDescription
var string
Returns
TypeDescription
$this