Google Cloud Financial Services V1 Client - Class BigQueryDestination (0.1.1)

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

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.

Parameter
Name Description
var int
Returns
Type Description
$this