public static final class ClientProtos.MutateResponse extends com.google.protobuf.GeneratedMessage implements ClientProtos.MutateResponseOrBuilder
hbase.pb.MutateResponse| Modifier and Type | Class and Description |
|---|---|
static class |
ClientProtos.MutateResponse.Builder
Protobuf type
hbase.pb.MutateResponse |
| Modifier and Type | Field and Description |
|---|---|
static <any> |
PARSER |
static int |
PROCESSED_FIELD_NUMBER |
static int |
RESULT_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static ClientProtos.MutateResponse |
getDefaultInstance() |
ClientProtos.MutateResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
boolean |
getProcessed()
optional bool processed = 2; |
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 |
hasProcessed()
optional bool processed = 2; |
boolean |
hasResult()
optional .hbase.pb.Result result = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ClientProtos.MutateResponse.Builder |
newBuilder() |
static ClientProtos.MutateResponse.Builder |
newBuilder(ClientProtos.MutateResponse prototype) |
ClientProtos.MutateResponse.Builder |
newBuilderForType() |
protected ClientProtos.MutateResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static ClientProtos.MutateResponse |
parseDelimitedFrom(java.io.InputStream input) |
static ClientProtos.MutateResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
parseFrom(com.google.protobuf.ByteString data) |
static ClientProtos.MutateResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ClientProtos.MutateResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ClientProtos.MutateResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClientProtos.MutateResponse.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 final int PROCESSED_FIELD_NUMBER
public static ClientProtos.MutateResponse getDefaultInstance()
public ClientProtos.MutateResponse 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.MutateResponseOrBuilderpublic ClientProtos.Result getResult()
optional .hbase.pb.Result result = 1;getResult in interface ClientProtos.MutateResponseOrBuilderpublic ClientProtos.ResultOrBuilder getResultOrBuilder()
optional .hbase.pb.Result result = 1;getResultOrBuilder in interface ClientProtos.MutateResponseOrBuilderpublic boolean hasProcessed()
optional bool processed = 2;
used for mutate to indicate processed only
hasProcessed in interface ClientProtos.MutateResponseOrBuilderpublic boolean getProcessed()
optional bool processed = 2;
used for mutate to indicate processed only
getProcessed in interface ClientProtos.MutateResponseOrBuilderpublic 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.MutateResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.MutateResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.MutateResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ClientProtos.MutateResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.MutateResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.MutateResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.MutateResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.MutateResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static ClientProtos.MutateResponse.Builder newBuilder()
public ClientProtos.MutateResponse.Builder newBuilderForType()
public static ClientProtos.MutateResponse.Builder newBuilder(ClientProtos.MutateResponse prototype)
public ClientProtos.MutateResponse.Builder toBuilder()
protected ClientProtos.MutateResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)