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

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 \ BigQueryDestination

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

WRITE_DISPOSITION_UNSPECIFIED

Value: 0

Default behavior is the same as WRITE_EMPTY.

Generated from protobuf enum WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_EMPTY

Value: 1

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

Generated from protobuf enum WRITE_EMPTY = 1;

WRITE_TRUNCATE

Value: 2

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

Generated from protobuf enum WRITE_TRUNCATE = 2;