Package com.google.api.servicecontrol.v1
Interface ReportResponse.ReportErrorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ReportResponse.ReportError
,ReportResponse.ReportError.Builder
- Enclosing class:
- ReportResponse
public static interface ReportResponse.ReportErrorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.com.google.rpc.Status
getStatus()
Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].com.google.rpc.StatusOrBuilder
getStatusOrBuilder()
Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].boolean
hasStatus()
Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getOperationId
String getOperationId()
The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
string operation_id = 1;
- Returns:
- The operationId.
-
getOperationIdBytes
com.google.protobuf.ByteString getOperationIdBytes()
The [Operation.operation_id][google.api.servicecontrol.v1.Operation.operation_id] value from the request.
string operation_id = 1;
- Returns:
- The bytes for operationId.
-
hasStatus
boolean hasStatus()
Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].
.google.rpc.Status status = 2;
- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].
.google.rpc.Status status = 2;
- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Details of the error when processing the [Operation][google.api.servicecontrol.v1.Operation].
.google.rpc.Status status = 2;
-
-