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 \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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.
Returns
Type
Description
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$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.
Returns
Type
Description
int
Enum of type WriteDisposition.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-09 UTC."],[],[],null,["# Google Cloud Financial Services V1 Client - Class BigQueryDestination (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/cloud-financialservices/latest/V1.BigQueryDestination)\n- [0.1.0](/php/docs/reference/cloud-financialservices/0.1.0/V1.BigQueryDestination) \nReference documentation and code samples for the Google Cloud Financial Services V1 Client class BigQueryDestination.\n\nBigQueryDestination is a wrapper for BigQuery output information.\n\nGenerated from protobuf message `google.cloud.financialservices.v1.BigQueryDestination`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ FinancialServices \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getTableUri\n\nOptional. BigQuery URI to a table, must be of the form\nbq://projectId.bqDatasetId.tableId.\n\nNote that the BigQuery dataset must already exist.\nVPC-SC restrictions apply.\n\n### setTableUri\n\nOptional. BigQuery URI to a table, must be of the form\nbq://projectId.bqDatasetId.tableId.\n\nNote that the BigQuery dataset must already exist.\nVPC-SC restrictions apply.\n\n### getWriteDisposition\n\nRequired. Whether or not to overwrite the destination table. By default the\ntable won't be overwritten and an error will be returned if the table\nexists and contains data.\n\n### setWriteDisposition\n\nRequired. Whether or not to overwrite the destination table. By default the\ntable won't be overwritten and an error will be returned if the table\nexists and contains data."]]