public static final class HBaseProtos.BytesBytesPair extends com.google.protobuf.GeneratedMessage implements HBaseProtos.BytesBytesPairOrBuilder
BytesBytesPair| Modifier and Type | Class and Description | 
|---|---|
static class  | 
HBaseProtos.BytesBytesPair.Builder
Protobuf type  
BytesBytesPair | 
| Modifier and Type | Field and Description | 
|---|---|
static int | 
FIRST_FIELD_NUMBER  | 
static <any> | 
PARSER  | 
static int | 
SECOND_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static HBaseProtos.BytesBytesPair | 
getDefaultInstance()  | 
HBaseProtos.BytesBytesPair | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.ByteString | 
getFirst()
required bytes first = 1; | 
<any> | 
getParserForType()  | 
com.google.protobuf.ByteString | 
getSecond()
required bytes second = 2; | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
boolean | 
hasFirst()
required bytes first = 1; | 
int | 
hashCode()  | 
boolean | 
hasSecond()
required bytes second = 2; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static HBaseProtos.BytesBytesPair.Builder | 
newBuilder()  | 
static HBaseProtos.BytesBytesPair.Builder | 
newBuilder(HBaseProtos.BytesBytesPair prototype)  | 
HBaseProtos.BytesBytesPair.Builder | 
newBuilderForType()  | 
protected HBaseProtos.BytesBytesPair.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static HBaseProtos.BytesBytesPair | 
parseDelimitedFrom(InputStream input)  | 
static HBaseProtos.BytesBytesPair | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.BytesBytesPair | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.BytesBytesPair | 
parseFrom(com.google.protobuf.ByteString data)  | 
static HBaseProtos.BytesBytesPair | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.BytesBytesPair | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static HBaseProtos.BytesBytesPair | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static HBaseProtos.BytesBytesPair | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
HBaseProtos.BytesBytesPair.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int FIRST_FIELD_NUMBER
public static final int SECOND_FIELD_NUMBER
public static HBaseProtos.BytesBytesPair getDefaultInstance()
public HBaseProtos.BytesBytesPair 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 hasFirst()
required bytes first = 1;hasFirst in interface HBaseProtos.BytesBytesPairOrBuilderpublic com.google.protobuf.ByteString getFirst()
required bytes first = 1;getFirst in interface HBaseProtos.BytesBytesPairOrBuilderpublic boolean hasSecond()
required bytes second = 2;hasSecond in interface HBaseProtos.BytesBytesPairOrBuilderpublic com.google.protobuf.ByteString getSecond()
required bytes second = 2;getSecond in interface HBaseProtos.BytesBytesPairOrBuilderpublic final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
IOExceptionpublic int getSerializedSize()
protected Object writeReplace() throws ObjectStreamException
ObjectStreamExceptionpublic boolean equals(Object obj)
public int hashCode()
public static HBaseProtos.BytesBytesPair parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.BytesBytesPair parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.BytesBytesPair parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static HBaseProtos.BytesBytesPair parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.BytesBytesPair parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static HBaseProtos.BytesBytesPair parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.BytesBytesPair parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static HBaseProtos.BytesBytesPair parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static HBaseProtos.BytesBytesPair.Builder newBuilder()
public HBaseProtos.BytesBytesPair.Builder newBuilderForType()
public static HBaseProtos.BytesBytesPair.Builder newBuilder(HBaseProtos.BytesBytesPair prototype)
public HBaseProtos.BytesBytesPair.Builder toBuilder()
protected HBaseProtos.BytesBytesPair.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)