Module: Google::Cloud::FinancialServices::V1::BigQueryDestination::WriteDisposition

Defined in:
proto_docs/google/cloud/financialservices/v1/bigquery_destination.rb

Overview

WriteDisposition controls the behavior when the destination table already exists.

Constant Summary collapse

WRITE_DISPOSITION_UNSPECIFIED =

Default behavior is the same as WRITE_EMPTY.

0
WRITE_EMPTY =

If the table already exists and contains data, an error is returned.

1
WRITE_TRUNCATE =

If the table already exists, the data will be overwritten.

2