Enum RowError.RowErrorCode (2.16.1)

public enum RowError.RowErrorCode extends Enum<RowError.RowErrorCode> implements ProtocolMessageEnum

Error code for RowError.

Protobuf enum google.cloud.bigquery.storage.v1.RowError.RowErrorCode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
FIELDS_ERROR

One or more fields in the row has errors.

FIELDS_ERROR = 1;

FIELDS_ERROR_VALUE

One or more fields in the row has errors.

FIELDS_ERROR = 1;

ROW_ERROR_CODE_UNSPECIFIED

Default error.

ROW_ERROR_CODE_UNSPECIFIED = 0;

ROW_ERROR_CODE_UNSPECIFIED_VALUE

Default error.

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