|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface RPCPB.ResponseHeaderOrBuilder
Method Summary | |
---|---|
int |
getCallId()
optional uint32 call_id = 1; |
RPCPB.CellBlockMeta |
getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3; |
RPCPB.ExceptionResponse |
getException()
optional .ExceptionResponse exception = 2; |
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3; |
boolean |
hasException()
optional .ExceptionResponse exception = 2; |
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder |
---|
getDefaultInstanceForType, isInitialized |
Method Detail |
---|
boolean hasCallId()
optional uint32 call_id = 1;
int getCallId()
optional uint32 call_id = 1;
boolean hasException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
RPCPB.ExceptionResponse getException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
RPCPB.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |