public static final class RPCPB.ResponseHeader.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder> implements RPCPB.ResponseHeaderOrBuilder
ResponseHeader
Modifier and Type | Method and Description |
---|---|
RPCPB.ResponseHeader.Builder |
clearCallId()
optional uint32 call_id = 1; |
RPCPB.ResponseHeader.Builder |
clearCellBlockMeta()
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
clearException()
If present, then request threw an exception and no response message (else we presume one)
|
int |
getCallId()
optional uint32 call_id = 1; |
RPCPB.CellBlockMeta |
getCellBlockMeta()
If present, then an encoded data block follows.
|
RPCPB.ExceptionResponse |
getException()
If present, then request threw an exception and no response message (else we presume one)
|
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
If present, then an encoded data block follows.
|
boolean |
hasException()
If present, then request threw an exception and no response message (else we presume one)
|
RPCPB.ResponseHeader.Builder |
mergeCellBlockMeta(RPCPB.CellBlockMeta value)
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
mergeException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
|
RPCPB.ResponseHeader.Builder |
setCallId(int value)
optional uint32 call_id = 1; |
RPCPB.ResponseHeader.Builder |
setCellBlockMeta(RPCPB.CellBlockMeta.Builder builderForValue)
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
setCellBlockMeta(RPCPB.CellBlockMeta value)
If present, then an encoded data block follows.
|
RPCPB.ResponseHeader.Builder |
setException(RPCPB.ExceptionResponse.Builder builderForValue)
If present, then request threw an exception and no response message (else we presume one)
|
RPCPB.ResponseHeader.Builder |
setException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
|
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public boolean hasCallId()
optional uint32 call_id = 1;
hasCallId
in interface RPCPB.ResponseHeaderOrBuilder
public int getCallId()
optional uint32 call_id = 1;
getCallId
in interface RPCPB.ResponseHeaderOrBuilder
public RPCPB.ResponseHeader.Builder setCallId(int value)
optional uint32 call_id = 1;
public RPCPB.ResponseHeader.Builder clearCallId()
optional uint32 call_id = 1;
public boolean hasException()
If present, then request threw an exception and no response message (else we presume one)
optional .ExceptionResponse exception = 2;
hasException
in interface RPCPB.ResponseHeaderOrBuilder
public RPCPB.ExceptionResponse getException()
If present, then request threw an exception and no response message (else we presume one)
optional .ExceptionResponse exception = 2;
getException
in interface RPCPB.ResponseHeaderOrBuilder
public RPCPB.ResponseHeader.Builder setException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
optional .ExceptionResponse exception = 2;
public RPCPB.ResponseHeader.Builder setException(RPCPB.ExceptionResponse.Builder builderForValue)
If present, then request threw an exception and no response message (else we presume one)
optional .ExceptionResponse exception = 2;
public RPCPB.ResponseHeader.Builder mergeException(RPCPB.ExceptionResponse value)
If present, then request threw an exception and no response message (else we presume one)
optional .ExceptionResponse exception = 2;
public RPCPB.ResponseHeader.Builder clearException()
If present, then request threw an exception and no response message (else we presume one)
optional .ExceptionResponse exception = 2;
public boolean hasCellBlockMeta()
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
hasCellBlockMeta
in interface RPCPB.ResponseHeaderOrBuilder
public RPCPB.CellBlockMeta getCellBlockMeta()
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
getCellBlockMeta
in interface RPCPB.ResponseHeaderOrBuilder
public RPCPB.ResponseHeader.Builder setCellBlockMeta(RPCPB.CellBlockMeta value)
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
public RPCPB.ResponseHeader.Builder setCellBlockMeta(RPCPB.CellBlockMeta.Builder builderForValue)
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
public RPCPB.ResponseHeader.Builder mergeCellBlockMeta(RPCPB.CellBlockMeta value)
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
public RPCPB.ResponseHeader.Builder clearCellBlockMeta()
If present, then an encoded data block follows.
optional .CellBlockMeta cell_block_meta = 3;
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.