public static interface ReportResponse.ReportErrorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperationId()
The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
|
com.google.protobuf.ByteString |
getOperationIdBytes()
The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
|
Status |
getStatus()
Details of the error when processing the `Operation`.
|
StatusOrBuilder |
getStatusOrBuilder()
Details of the error when processing the `Operation`.
|
boolean |
hasStatus()
Details of the error when processing the `Operation`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getOperationId()
The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
string operation_id = 1;com.google.protobuf.ByteString getOperationIdBytes()
The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
string operation_id = 1;boolean hasStatus()
Details of the error when processing the `Operation`.
.google.rpc.Status status = 2;Status getStatus()
Details of the error when processing the `Operation`.
.google.rpc.Status status = 2;StatusOrBuilder getStatusOrBuilder()
Details of the error when processing the `Operation`.
.google.rpc.Status status = 2;