Interface RowErrorOrBuilder (2.17.0)

public interface RowErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract RowError.RowErrorCode getCode()

Structured error reason for a row error.

.google.cloud.bigquery.storage.v1.RowError.RowErrorCode code = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
long

The index.

getMessage()

public abstract String getMessage()

Description of the issue encountered when processing the row.

string message = 3;

Returns
TypeDescription
String

The message.

getMessageBytes()

public abstract ByteString getMessageBytes()

Description of the issue encountered when processing the row.

string message = 3;

Returns
TypeDescription
ByteString

The bytes for message.