Financial Services V1 API - Class Google::Cloud::FinancialServices::V1::BigQueryDestination (v0.2.0)

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

#write_disposition=

def write_disposition=(value) -> ::Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition
Parameter
Returns