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.
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.
string
setDestinationDataset
Optional. Destination dataset to save evaluation results.
var
string
$this
getCreateNewResultsTable
Optional. Determines if a new results table will be created when an Execution is created.
bool
setCreateNewResultsTable
Optional. Determines if a new results table will be created when an Execution is created.
var
bool
$this

