Reference documentation and code samples for the Google Cloud Financial Services V1 Client class BigQueryDestination.
BigQueryDestination is a wrapper for BigQuery output information.
Generated from protobuf message google.cloud.financialservices.v1.BigQueryDestination
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ table_uri
string
Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.
↳ write_disposition
int
Required. Whether or not to overwrite the destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.
getTableUri
Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId.
Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.
string
setTableUri
Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId.
Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.
var
string
$this
getWriteDisposition
Required. Whether or not to overwrite the destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.
int
setWriteDisposition
Required. Whether or not to overwrite the destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.
var
int
$this