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, parseUnknownField
public 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.MessageLiteOrBuilder
public com.google.protobuf.Parser<RPCPB.ResponseHeader> getParserForType()
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageLite
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 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.ResponseHeaderOrBuilder
public 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.ResponseHeaderOrBuilder
public boolean hasCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
hasCellBlockMeta
in interface RPCPB.ResponseHeaderOrBuilder
public RPCPB.CellBlockMeta getCellBlockMeta()
optional .CellBlockMeta cell_block_meta = 3;
If present, then an encoded data block follows.
getCellBlockMeta
in interface RPCPB.ResponseHeaderOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ResponseHeader parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ResponseHeader parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ResponseHeader parseFrom(InputStream input) throws IOException
IOException
public static RPCPB.ResponseHeader parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RPCPB.ResponseHeader parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RPCPB.ResponseHeader parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCPB.ResponseHeader.Builder newBuilder()
public RPCPB.ResponseHeader.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RPCPB.ResponseHeader.Builder newBuilder(RPCPB.ResponseHeader prototype)
public RPCPB.ResponseHeader.Builder toBuilder()
toBuilder
in interface com.google.protobuf.MessageLite
Copyright © 2010-2017, The Async HBase Authors