Reference documentation and code samples for the Financial Services V1 API class Google::Cloud::FinancialServices::V1::BigQueryDestination.
BigQueryDestination is a wrapper for BigQuery output information.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#table_uri
def table_uri() -> ::String
Returns
- (::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.
#table_uri=
def table_uri=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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
def write_disposition() -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition
Returns
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition) — 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.
#write_disposition=
def write_disposition=(value) -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition
Parameter
- value (::Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition) — 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
- (::Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition) — 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.