public interface ReadRangeErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getReadId()
public abstract long getReadId()The id of the corresponding read_range
int64 read_id = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The readId. |
getStatus()
public abstract Status getStatus()The status which should be an enum value of [google.rpc.Code].
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The status which should be an enum value of [google.rpc.Code].
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
hasStatus()
public abstract boolean hasStatus()The status which should be an enum value of [google.rpc.Code].
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |