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
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
BOOL |
Token type as boolean. |
BOOL_VALUE |
Token type as boolean. |
DATE |
Token type as date. |
DATE_VALUE |
Token type as date. |
FLOAT64 |
Token type as float. |
FLOAT64_VALUE |
Token type as float. |
INT64 |
Token type as integer. |
INT64_VALUE |
Token type as integer. |
NUMERIC |
Token type as numeric. |
NUMERIC_VALUE |
Token type as numeric. |
STRING |
Token type as string. |
STRING_VALUE |
Token type as string. |
TIMESTAMP |
Token type as timestamp. |
TIMESTAMP_VALUE |
Token type as timestamp. |
TOKEN_TYPE_UNSPECIFIED |
Token type is not specified. |
TOKEN_TYPE_UNSPECIFIED_VALUE |
Token type is not specified. |
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() |