Enum BigQueryDestination.WriteDisposition (0.1.0)

public enum BigQueryDestination.WriteDisposition extends Enum<BigQueryDestination.WriteDisposition> implements ProtocolMessageEnum

Specifies the action that occurs if the destination table or partition already exists. By default, the data will be appended to the existing table.

Protobuf enum google.cloud.capacityplanner.v1beta.BigQueryDestination.WriteDisposition

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNRECOGNIZED
WRITE_APPEND

If the table or partition already exists, BigQuery appends the data to the table or the latest partition.

WRITE_APPEND = 1;

WRITE_APPEND_VALUE

If the table or partition already exists, BigQuery appends the data to the table or the latest partition.

WRITE_APPEND = 1;

WRITE_DISPOSITION_UNSPECIFIED

Unspecified write disposition.

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_DISPOSITION_UNSPECIFIED_VALUE

Unspecified write disposition.

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_EMPTY

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

WRITE_EMPTY = 3;

WRITE_EMPTY_VALUE

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

WRITE_EMPTY = 3;

WRITE_TRUNCATE

If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data.

WRITE_TRUNCATE = 2;

WRITE_TRUNCATE_VALUE

If the table or partition already exists, BigQuery overwrites the entire table or all the partitions data.

WRITE_TRUNCATE = 2;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()