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 \ PostScanActionsMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |