Enum BigQueryDestination.CreateDisposition (0.1.0)

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

Specifies the action that occurs if the destination table does not exist. By default, a new table will be created.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
CREATE_DISPOSITION_UNSPECIFIED

Unspecified create disposition.

CREATE_DISPOSITION_UNSPECIFIED = 0;

CREATE_DISPOSITION_UNSPECIFIED_VALUE

Unspecified create disposition.

CREATE_DISPOSITION_UNSPECIFIED = 0;

CREATE_IF_NEEDED

If the table does not exist, BigQuery creates the table.

CREATE_IF_NEEDED = 1;

CREATE_IF_NEEDED_VALUE

If the table does not exist, BigQuery creates the table.

CREATE_IF_NEEDED = 1;

CREATE_NEVER

If the table does not exist, an error will be returned.

CREATE_NEVER = 2;

CREATE_NEVER_VALUE

If the table does not exist, an error will be returned.

CREATE_NEVER = 2;

UNRECOGNIZED

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