Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class BigQueryDestination.
BigQuery destination for evaluation results.
Generated from protobuf message google.cloud.workloadmanager.v1.BigQueryDestination
Namespace
Google \ Cloud \ WorkloadManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ destination_dataset |
string
Optional. Destination dataset to save evaluation results. |
↳ create_new_results_table |
bool
Optional. Determines if a new results table will be created when an Execution is created. |
getDestinationDataset
Optional. Destination dataset to save evaluation results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDestinationDataset
Optional. Destination dataset to save evaluation results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateNewResultsTable
Optional. Determines if a new results table will be created when an Execution is created.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setCreateNewResultsTable
Optional. Determines if a new results table will be created when an Execution is created.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|