public static final class RPCPB.ResponseHeader extends com.google.protobuf.GeneratedMessageLite<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder> implements RPCPB.ResponseHeaderOrBuilder
ResponseHeader
Modifier and Type | Class and Description |
---|---|
static class |
RPCPB.ResponseHeader.Builder
Protobuf type
ResponseHeader |
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MergeFromVisitor, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm, com.google.protobuf.GeneratedMessageLite.Visitor
Modifier and Type | Field and Description |
---|---|
static int |
CALL_ID_FIELD_NUMBER |
static int |
CELL_BLOCK_META_FIELD_NUMBER |
static int |
EXCEPTION_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
protected Object |
dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
Object arg0,
Object arg1) |
int |
getCallId()
optional uint32 call_id = 1; |
RPCPB.CellBlockMeta |
getCellBlockMeta()
If present, then an encoded data block follows.
|
static RPCPB.ResponseHeader |
getDefaultInstance() |
RPCPB.ExceptionResponse |
getException()
If present, then request threw an exception and no response message (else we presume one)
|
int |
getSerializedSize() |
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)
|
static RPCPB.ResponseHeader.Builder |
newBuilder() |
static RPCPB.ResponseHeader.Builder |
newBuilder(RPCPB.ResponseHeader prototype) |
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(ByteBuffer data) |
static RPCPB.ResponseHeader |
parseFrom(ByteBuffer 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) |
static com.google.protobuf.Parser<RPCPB.ResponseHeader> |
parser() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, isInitialized, makeImmutable, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, toBuilder, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
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 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()
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 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 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
public static RPCPB.ResponseHeader parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCPB.ResponseHeader parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
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 static RPCPB.ResponseHeader.Builder newBuilder(RPCPB.ResponseHeader prototype)
protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
dynamicMethod
in class com.google.protobuf.GeneratedMessageLite<RPCPB.ResponseHeader,RPCPB.ResponseHeader.Builder>
public static RPCPB.ResponseHeader getDefaultInstance()
public static com.google.protobuf.Parser<RPCPB.ResponseHeader> parser()
Copyright © 2010–2018 The Async HBase Authors. All rights reserved.