Enum BigQueryDestination.WriteDisposition (0.1.0)

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

WriteDisposition controls the behavior when the destination table already exists.

Protobuf enum google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition

Implements

ProtocolMessageEnum

Static Fields

Name Description
UNRECOGNIZED
WRITE_DISPOSITION_UNSPECIFIED

Default behavior is the same as WRITE_EMPTY.

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_DISPOSITION_UNSPECIFIED_VALUE

Default behavior is the same as WRITE_EMPTY.

WRITE_DISPOSITION_UNSPECIFIED = 0;

WRITE_EMPTY

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

WRITE_EMPTY = 1;

WRITE_EMPTY_VALUE

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

WRITE_EMPTY = 1;

WRITE_TRUNCATE

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

WRITE_TRUNCATE = 2;

WRITE_TRUNCATE_VALUE

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

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()