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 |
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; |
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.MessageLiteOrBuilderpublic 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.
Copyright © 2010-2017, The Async HBase Authors