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: projects/{project}/datasets/{dataset}/tables/{table} |
getResultsTable
Optional. The BigQuery table to export DataQualityScan results to.
Format: projects/{project}/datasets/{dataset}/tables/{table}
| Returns | |
|---|---|
| Type | Description |
string |
|
setResultsTable
Optional. The BigQuery table to export DataQualityScan results to.
Format: projects/{project}/datasets/{dataset}/tables/{table}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|