public static final class ClientProtos.GetResponse extends com.google.protobuf.GeneratedMessage implements ClientProtos.GetResponseOrBuilder
hbase.pb.GetResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProtos.GetResponse.Builder
Protobuf type
hbase.pb.GetResponse |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
RESULT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ClientProtos.GetResponse |
getDefaultInstance() |
ClientProtos.GetResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
ClientProtos.Result |
getResult()
optional .hbase.pb.Result result = 1; |
ClientProtos.ResultOrBuilder |
getResultOrBuilder()
optional .hbase.pb.Result result = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasResult()
optional .hbase.pb.Result result = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.GetResponse.Builder |
newBuilder() |
static ClientProtos.GetResponse.Builder |
newBuilder(ClientProtos.GetResponse prototype) |
ClientProtos.GetResponse.Builder |
newBuilderForType() |
protected ClientProtos.GetResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClientProtos.GetResponse |
parseDelimitedFrom(java.io.InputStream input) |
static ClientProtos.GetResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.GetResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.GetResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.GetResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.GetResponse.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int RESULT_FIELD_NUMBER
public static ClientProtos.GetResponse getDefaultInstance()
public ClientProtos.GetResponse getDefaultInstanceForType()
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
public <any> getParserForType()
public boolean hasResult()
optional .hbase.pb.Result result = 1;hasResult in interface ClientProtos.GetResponseOrBuilderpublic ClientProtos.Result getResult()
optional .hbase.pb.Result result = 1;getResult in interface ClientProtos.GetResponseOrBuilderpublic ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .hbase.pb.Result result = 1;getResultOrBuilder in interface ClientProtos.GetResponseOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
java.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
public int hashCode()
public static ClientProtos.GetResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.GetResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.GetResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.GetResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.GetResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.GetResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.GetResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.GetResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.GetResponse.Builder newBuilder()
public ClientProtos.GetResponse.Builder newBuilderForType()
public static ClientProtos.GetResponse.Builder newBuilder(ClientProtos.GetResponse prototype)
public ClientProtos.GetResponse.Builder toBuilder()
protected ClientProtos.GetResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)