public static final class HBaseProtos.NameBytesPair extends com.google.protobuf.GeneratedMessage implements HBaseProtos.NameBytesPairOrBuilder
hbase.pb.NameBytesPair| Modifier and Type | Class and Description |
|---|---|
static class |
HBaseProtos.NameBytesPair.Builder
Protobuf type
hbase.pb.NameBytesPair |
| Modifier and Type | Field and Description |
|---|---|
static int |
NAME_FIELD_NUMBER |
static <any> |
PARSER |
static int |
VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static HBaseProtos.NameBytesPair |
getDefaultInstance() |
HBaseProtos.NameBytesPair |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.ByteString |
getValue()
optional bytes value = 2; |
int |
hashCode() |
boolean |
hasName()
required string name = 1; |
boolean |
hasValue()
optional bytes value = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HBaseProtos.NameBytesPair.Builder |
newBuilder() |
static HBaseProtos.NameBytesPair.Builder |
newBuilder(HBaseProtos.NameBytesPair prototype) |
HBaseProtos.NameBytesPair.Builder |
newBuilderForType() |
protected HBaseProtos.NameBytesPair.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HBaseProtos.NameBytesPair |
parseDelimitedFrom(java.io.InputStream input) |
static HBaseProtos.NameBytesPair |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.NameBytesPair |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.NameBytesPair |
parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.NameBytesPair |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.NameBytesPair |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.NameBytesPair |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.NameBytesPair |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.NameBytesPair.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static <any> PARSER
public static final int NAME_FIELD_NUMBER
public static final int VALUE_FIELD_NUMBER
public static HBaseProtos.NameBytesPair getDefaultInstance()
public HBaseProtos.NameBytesPair 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 hasName()
required string name = 1;hasName in interface HBaseProtos.NameBytesPairOrBuilderpublic java.lang.String getName()
required string name = 1;getName in interface HBaseProtos.NameBytesPairOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
required string name = 1;getNameBytes in interface HBaseProtos.NameBytesPairOrBuilderpublic boolean hasValue()
optional bytes value = 2;hasValue in interface HBaseProtos.NameBytesPairOrBuilderpublic com.google.protobuf.ByteString getValue()
optional bytes value = 2;getValue in interface HBaseProtos.NameBytesPairOrBuilderpublic 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 HBaseProtos.NameBytesPair parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.NameBytesPair parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.NameBytesPair parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.NameBytesPair parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.NameBytesPair parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.NameBytesPair parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.NameBytesPair parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.NameBytesPair parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static HBaseProtos.NameBytesPair.Builder newBuilder()
public HBaseProtos.NameBytesPair.Builder newBuilderForType()
public static HBaseProtos.NameBytesPair.Builder newBuilder(HBaseProtos.NameBytesPair prototype)
public HBaseProtos.NameBytesPair.Builder toBuilder()
protected HBaseProtos.NameBytesPair.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)