Enum WriteDisposition (2.8.0)

public enum WriteDisposition extends Enum<WriteDisposition> implements ProtocolMessageEnum

Options for writing to the table. The WRITE_EMPTY option is intentionally excluded from the enum and is not supported by the data transfer service.

Protobuf enum google.cloud.bigquery.datatransfer.v1.WriteDisposition

Implements

ProtocolMessageEnum

Static Fields

NameDescription
UNRECOGNIZED
WRITE_APPEND

the data is appended to the table. Note duplication might happen if this mode is used.

WRITE_APPEND = 2;

WRITE_APPEND_VALUE

the data is appended to the table. Note duplication might happen if this mode is used.

WRITE_APPEND = 2;

WRITE_DISPOSITION_UNSPECIFIED

The default writeDispostion

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_DISPOSITION_UNSPECIFIED_VALUE

The default writeDispostion

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_TRUNCATE

overwrites the table data.

WRITE_TRUNCATE = 1;

WRITE_TRUNCATE_VALUE

overwrites the table data.

WRITE_TRUNCATE = 1;

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()