Interface StorageErrorOrBuilder (2.13.0)

public interface StorageErrorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCode()

public abstract StorageError.StorageErrorCode getCode()

BigQuery Storage specific error code.

.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode code = 1;

Returns
TypeDescription
StorageError.StorageErrorCode

The code.

getCodeValue()

public abstract int getCodeValue()

BigQuery Storage specific error code.

.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode code = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for code.

getEntity()

public abstract String getEntity()

Name of the failed entity.

string entity = 2;

Returns
TypeDescription
String

The entity.

getEntityBytes()

public abstract ByteString getEntityBytes()

Name of the failed entity.

string entity = 2;

Returns
TypeDescription
ByteString

The bytes for entity.

getErrorMessage()

public abstract String getErrorMessage()

Message that describes the error.

string error_message = 3;

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

Message that describes the error.

string error_message = 3;

Returns
TypeDescription
ByteString

The bytes for errorMessage.