Google Cloud Dataplex V1 Client - Class BigQueryPublishing (1.1.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 BigQueryPublishing.
Describes BigQuery publishing configurations.
Generated from protobuf message google.cloud.dataplex.v1.DataDiscoveryResult.BigQueryPublishing
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataDiscoveryResultMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dataset |
string
Output only. The BigQuery dataset to publish to. It takes the form |
getDataset
Output only. The BigQuery dataset to publish to. It takes the form
projects/{project_id}/datasets/{dataset_id}.
If not set, the service creates a default publishing dataset.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDataset
Output only. The BigQuery dataset to publish to. It takes the form
projects/{project_id}/datasets/{dataset_id}.
If not set, the service creates a default publishing dataset.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|