public interface RowErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCode()
public abstract RowError.RowErrorCode getCode()Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
| Returns | |
|---|---|
| Type | Description |
RowError.RowErrorCode |
The code. |
getCodeValue()
public abstract int getCodeValue()Structured error reason for a row error.
.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for code. |
getIndex()
public abstract long getIndex()Index of the malformed row in the request.
int64 index = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The index. |
getMessage()
public abstract String getMessage()Description of the issue encountered when processing the row.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The message. |
getMessageBytes()
public abstract ByteString getMessageBytes()Description of the issue encountered when processing the row.
string message = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for message. |