Enum SqlTranslationError.SqlTranslationErrorType (0.20.0)

public enum SqlTranslationError.SqlTranslationErrorType extends Enum<SqlTranslationError.SqlTranslationErrorType> implements ProtocolMessageEnum

The error type of the SQL translation job.

Protobuf enum google.cloud.bigquery.migration.v2alpha.SqlTranslationError.SqlTranslationErrorType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
SQL_PARSE_ERROR

Failed to parse the input text as a SQL query.

SQL_PARSE_ERROR = 1;

SQL_PARSE_ERROR_VALUE

Failed to parse the input text as a SQL query.

SQL_PARSE_ERROR = 1;

SQL_TRANSLATION_ERROR_TYPE_UNSPECIFIED

SqlTranslationErrorType not specified.

SQL_TRANSLATION_ERROR_TYPE_UNSPECIFIED = 0;

SQL_TRANSLATION_ERROR_TYPE_UNSPECIFIED_VALUE

SqlTranslationErrorType not specified.

SQL_TRANSLATION_ERROR_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
UNSUPPORTED_SQL_FUNCTION

Found unsupported functions in the input SQL query that are not able to translate.

UNSUPPORTED_SQL_FUNCTION = 2;

UNSUPPORTED_SQL_FUNCTION_VALUE

Found unsupported functions in the input SQL query that are not able to translate.

UNSUPPORTED_SQL_FUNCTION = 2;

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