|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.protobuf.AbstractMessageLite.Builder<BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder>
org.hbase.async.generated.RPCPB.ResponseHeader.Builder
public static final class RPCPB.ResponseHeader.Builder
Protobuf type ResponseHeader
| Method Summary | |
|---|---|
RPCPB.ResponseHeader |
build()
|
RPCPB.ResponseHeader |
buildPartial()
|
RPCPB.ResponseHeader.Builder |
clear()
|
RPCPB.ResponseHeader.Builder |
clearCallId()
optional uint32 call_id = 1; |
RPCPB.ResponseHeader.Builder |
clearCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3; |
RPCPB.ResponseHeader.Builder |
clearException()
optional .ExceptionResponse exception = 2; |
RPCPB.ResponseHeader.Builder |
clone()
|
int |
getCallId()
optional uint32 call_id = 1; |
RPCPB.CellBlockMeta |
getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3; |
RPCPB.ResponseHeader |
getDefaultInstanceForType()
|
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; |
boolean |
isInitialized()
|
RPCPB.ResponseHeader.Builder |
mergeCellBlockMeta(RPCPB.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3; |
RPCPB.ResponseHeader.Builder |
mergeException(RPCPB.ExceptionResponse value)
optional .ExceptionResponse exception = 2; |
RPCPB.ResponseHeader.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
RPCPB.ResponseHeader.Builder |
mergeFrom(RPCPB.ResponseHeader other)
|
RPCPB.ResponseHeader.Builder |
setCallId(int value)
optional uint32 call_id = 1; |
RPCPB.ResponseHeader.Builder |
setCellBlockMeta(RPCPB.CellBlockMeta.Builder builderForValue)
optional .CellBlockMeta cell_block_meta = 3; |
RPCPB.ResponseHeader.Builder |
setCellBlockMeta(RPCPB.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3; |
RPCPB.ResponseHeader.Builder |
setException(RPCPB.ExceptionResponse.Builder builderForValue)
optional .ExceptionResponse exception = 2; |
RPCPB.ResponseHeader.Builder |
setException(RPCPB.ExceptionResponse value)
optional .ExceptionResponse exception = 2; |
| Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder |
|---|
parseUnknownField |
| Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder |
|---|
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public RPCPB.ResponseHeader.Builder clear()
clear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder>public RPCPB.ResponseHeader.Builder clone()
clone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder>public RPCPB.ResponseHeader getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in class com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder>public RPCPB.ResponseHeader build()
build in interface com.google.protobuf.MessageLite.Builderpublic RPCPB.ResponseHeader buildPartial()
buildPartial in interface com.google.protobuf.MessageLite.Builderpublic RPCPB.ResponseHeader.Builder mergeFrom(RPCPB.ResponseHeader other)
mergeFrom in class com.google.protobuf.GeneratedMessageLite.Builder<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder>public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
public RPCPB.ResponseHeader.Builder mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws IOException
mergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessageLite.Builder<RPCPB.ResponseHeader.Builder>IOExceptionpublic boolean hasCallId()
optional uint32 call_id = 1;
hasCallId in interface RPCPB.ResponseHeaderOrBuilderpublic int getCallId()
optional uint32 call_id = 1;
getCallId in interface RPCPB.ResponseHeaderOrBuilderpublic RPCPB.ResponseHeader.Builder setCallId(int value)
optional uint32 call_id = 1;
public RPCPB.ResponseHeader.Builder clearCallId()
optional uint32 call_id = 1;
public boolean hasException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
hasException in interface RPCPB.ResponseHeaderOrBuilderpublic RPCPB.ExceptionResponse getException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
getException in interface RPCPB.ResponseHeaderOrBuilderpublic RPCPB.ResponseHeader.Builder setException(RPCPB.ExceptionResponse value)
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCPB.ResponseHeader.Builder setException(RPCPB.ExceptionResponse.Builder builderForValue)
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCPB.ResponseHeader.Builder mergeException(RPCPB.ExceptionResponse value)
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public RPCPB.ResponseHeader.Builder clearException()
optional .ExceptionResponse exception = 2;
If present, then request threw an exception and no response message (else we presume one)
public boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
hasCellBlockMeta in interface RPCPB.ResponseHeaderOrBuilderpublic RPCPB.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
getCellBlockMeta in interface RPCPB.ResponseHeaderOrBuilderpublic RPCPB.ResponseHeader.Builder setCellBlockMeta(RPCPB.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCPB.ResponseHeader.Builder setCellBlockMeta(RPCPB.CellBlockMeta.Builder builderForValue)
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCPB.ResponseHeader.Builder mergeCellBlockMeta(RPCPB.CellBlockMeta value)
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
public RPCPB.ResponseHeader.Builder clearCellBlockMeta()
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 | |||||||||