Google Cloud Dataplex V1 Client - Class BigQueryExport (0.11.1)
Stay organized with collections
Save and categorize content based on your preferences.
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.DataProfileSpec.PostScanActions.BigQueryExport
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataProfileSpec \ PostScanActionsMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ results_table |
string
Optional. The BigQuery table to export DataProfileScan results to. Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID |
getResultsTable
Optional. The BigQuery table to export DataProfileScan 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 DataProfileScan results to.
Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|