public static interface ReportResponse.ReportErrorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOperationId()
public abstract String getOperationId()The Operation.operation_id value from the request.
string operation_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The operationId. |
getOperationIdBytes()
public abstract ByteString getOperationIdBytes()The Operation.operation_id value from the request.
string operation_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for operationId. |
getStatus()
public abstract Status getStatus()Details of the error when processing the Operation.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()Details of the error when processing the Operation.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
hasStatus()
public abstract boolean hasStatus()Details of the error when processing the Operation.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |