public enum RowError.RowErrorCode extends Enum<RowError.RowErrorCode> implements ProtocolMessageEnum
Error code for RowError
.
Protobuf enum google.cloud.bigquery.storage.v1.RowError.RowErrorCode
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FIELDS_ERROR |
One or more fields in the row has errors. |
FIELDS_ERROR_VALUE |
One or more fields in the row has errors. |
ROW_ERROR_CODE_UNSPECIFIED |
Default error. |
ROW_ERROR_CODE_UNSPECIFIED_VALUE |
Default error. |
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() |