public interface StorageErrorOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCode()
public abstract StorageError.StorageErrorCode getCode()
BigQuery Storage specific error code.
.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode code = 1;
Returns | |
---|---|
Type | Description |
StorageError.StorageErrorCode |
The code. |
getCodeValue()
public abstract int getCodeValue()
BigQuery Storage specific error code.
.google.cloud.bigquery.storage.v1.StorageError.StorageErrorCode code = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for code. |
getEntity()
public abstract String getEntity()
Name of the failed entity.
string entity = 2;
Returns | |
---|---|
Type | Description |
String |
The entity. |
getEntityBytes()
public abstract ByteString getEntityBytes()
Name of the failed entity.
string entity = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entity. |
getErrorMessage()
public abstract String getErrorMessage()
Message that describes the error.
string error_message = 3;
Returns | |
---|---|
Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()
Message that describes the error.
string error_message = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for errorMessage. |