Enum TranslationReportRecord.Severity (0.51.0)

public enum TranslationReportRecord.Severity extends Enum<TranslationReportRecord.Severity> implements ProtocolMessageEnum

The severity type of the record.

Protobuf enum google.cloud.bigquery.migration.v2.TranslationReportRecord.Severity

Implements

ProtocolMessageEnum

Static Fields

Name Description
ERROR

ERROR type. Translation failed.

ERROR = 3;

ERROR_VALUE

ERROR type. Translation failed.

ERROR = 3;

INFO

INFO type.

INFO = 1;

INFO_VALUE

INFO type.

INFO = 1;

SEVERITY_UNSPECIFIED

SeverityType not specified.

SEVERITY_UNSPECIFIED = 0;

SEVERITY_UNSPECIFIED_VALUE

SeverityType not specified.

SEVERITY_UNSPECIFIED = 0;

UNRECOGNIZED
WARNING

WARNING type. The translated query may still provide useful information if all the report records are WARNING.

WARNING = 2;

WARNING_VALUE

WARNING type. The translated query may still provide useful information if all the report records are WARNING.

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