Reference documentation and code samples for the Google Cloud Financial Services V1 Client class WriteDisposition.
WriteDisposition controls the behavior when the destination table already exists.
Protobuf type google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition
Namespace
Google \ Cloud \ FinancialServices \ V1 \ BigQueryDestinationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
WRITE_DISPOSITION_UNSPECIFIED
Value: 0Default behavior is the same as WRITE_EMPTY.
Generated from protobuf enum WRITE_DISPOSITION_UNSPECIFIED = 0;
WRITE_EMPTY
Value: 1If the table already exists and contains data, an error is returned.
Generated from protobuf enum WRITE_EMPTY = 1;
WRITE_TRUNCATE
Value: 2If the table already exists, the data will be overwritten.
Generated from protobuf enum WRITE_TRUNCATE = 2;