public static final class RPCPB.ResponseHeader extends com.google.protobuf.GeneratedMessageLite implements RPCPB.ResponseHeaderOrBuilder
ResponseHeader| Modifier and Type | Class and Description |
|---|---|
static class |
RPCPB.ResponseHeader.Builder
Protobuf type
ResponseHeader |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CALL_ID_FIELD_NUMBER |
static int |
CELL_BLOCK_META_FIELD_NUMBER |
static int |
EXCEPTION_FIELD_NUMBER |
static com.google.protobuf.Parser<RPCPB.ResponseHeader> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
int |
getCallId()
optional uint32 call_id = 1; |
RPCPB.CellBlockMeta |
getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3; |
static RPCPB.ResponseHeader |
getDefaultInstance() |
RPCPB.ResponseHeader |
getDefaultInstanceForType() |
RPCPB.ExceptionResponse |
getException()
optional .ExceptionResponse exception = 2; |
com.google.protobuf.Parser<RPCPB.ResponseHeader> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasCallId()
optional uint32 call_id = 1; |
boolean |
hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3; |
boolean |
hasException()
optional .ExceptionResponse exception = 2; |
boolean |
isInitialized() |
static RPCPB.ResponseHeader.Builder |
newBuilder() |
static RPCPB.ResponseHeader.Builder |
newBuilder(RPCPB.ResponseHeader prototype) |
RPCPB.ResponseHeader.Builder |
newBuilderForType() |
static RPCPB.ResponseHeader |
parseDelimitedFrom(InputStream input) |
static RPCPB.ResponseHeader |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ResponseHeader |
parseFrom(byte[] data) |
static RPCPB.ResponseHeader |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ResponseHeader |
parseFrom(com.google.protobuf.ByteString data) |
static RPCPB.ResponseHeader |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ResponseHeader |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCPB.ResponseHeader |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCPB.ResponseHeader |
parseFrom(InputStream input) |
static RPCPB.ResponseHeader |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCPB.ResponseHeader.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<RPCPB.ResponseHeader> PARSER
public static final int CALL_ID_FIELD_NUMBER
public static final int EXCEPTION_FIELD_NUMBER
public static final int CELL_BLOCK_META_FIELD_NUMBER
public static RPCPB.ResponseHeader getDefaultInstance()
public RPCPB.ResponseHeader getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<RPCPB.ResponseHeader> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic boolean hasCallId()
optional uint32 call_id = 1;hasCallId in interface RPCPB.ResponseHeaderOrBuilderpublic int getCallId()
optional uint32 call_id = 1;getCallId in interface RPCPB.ResponseHeaderOrBuilderpublic 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCPB.ResponseHeader parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCPB.ResponseHeader parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RPCPB.ResponseHeader parseFrom(InputStream input) throws IOException
IOExceptionpublic static RPCPB.ResponseHeader parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RPCPB.ResponseHeader.Builder newBuilder()
public RPCPB.ResponseHeader.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static RPCPB.ResponseHeader.Builder newBuilder(RPCPB.ResponseHeader prototype)
public RPCPB.ResponseHeader.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteCopyright © 2010-2017, The Async HBase Authors