Enum TranslationTaskDetails.TokenType (0.44.0)

public enum TranslationTaskDetails.TokenType extends Enum<TranslationTaskDetails.TokenType> implements ProtocolMessageEnum

The special token data type.

Protobuf enum google.cloud.bigquery.migration.v2alpha.TranslationTaskDetails.TokenType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
BOOL

Token type as boolean.

BOOL = 4;

BOOL_VALUE

Token type as boolean.

BOOL = 4;

DATE

Token type as date.

DATE = 6;

DATE_VALUE

Token type as date.

DATE = 6;

FLOAT64

Token type as float.

FLOAT64 = 5;

FLOAT64_VALUE

Token type as float.

FLOAT64 = 5;

INT64

Token type as integer.

INT64 = 2;

INT64_VALUE

Token type as integer.

INT64 = 2;

NUMERIC

Token type as numeric.

NUMERIC = 3;

NUMERIC_VALUE

Token type as numeric.

NUMERIC = 3;

STRING

Token type as string.

STRING = 1;

STRING_VALUE

Token type as string.

STRING = 1;

TIMESTAMP

Token type as timestamp.

TIMESTAMP = 7;

TIMESTAMP_VALUE

Token type as timestamp.

TIMESTAMP = 7;

TOKEN_TYPE_UNSPECIFIED

Token type is not specified.

TOKEN_TYPE_UNSPECIFIED = 0;

TOKEN_TYPE_UNSPECIFIED_VALUE

Token type is not specified.

TOKEN_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

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