public static final class FSProtos.HBaseVersionFileContent extends com.google.protobuf.GeneratedMessage implements FSProtos.HBaseVersionFileContentOrBuilder
HBaseVersionFileContent
 
 The ${HBASE_ROOTDIR}/hbase.version file content
 | Modifier and Type | Class and Description | 
|---|---|
static class  | 
FSProtos.HBaseVersionFileContent.Builder
Protobuf type  
HBaseVersionFileContent | 
| Modifier and Type | Field and Description | 
|---|---|
static <any> | 
PARSER  | 
static int | 
VERSION_FIELD_NUMBER  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
static FSProtos.HBaseVersionFileContent | 
getDefaultInstance()  | 
FSProtos.HBaseVersionFileContent | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
<any> | 
getParserForType()  | 
int | 
getSerializedSize()  | 
com.google.protobuf.UnknownFieldSet | 
getUnknownFields()  | 
String | 
getVersion()
required string version = 1; | 
com.google.protobuf.ByteString | 
getVersionBytes()
required string version = 1; | 
int | 
hashCode()  | 
boolean | 
hasVersion()
required string version = 1; | 
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
static FSProtos.HBaseVersionFileContent.Builder | 
newBuilder()  | 
static FSProtos.HBaseVersionFileContent.Builder | 
newBuilder(FSProtos.HBaseVersionFileContent prototype)  | 
FSProtos.HBaseVersionFileContent.Builder | 
newBuilderForType()  | 
protected FSProtos.HBaseVersionFileContent.Builder | 
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)  | 
static FSProtos.HBaseVersionFileContent | 
parseDelimitedFrom(InputStream input)  | 
static FSProtos.HBaseVersionFileContent | 
parseDelimitedFrom(InputStream input,
                  com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static FSProtos.HBaseVersionFileContent | 
parseFrom(byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static FSProtos.HBaseVersionFileContent | 
parseFrom(com.google.protobuf.ByteString data)  | 
static FSProtos.HBaseVersionFileContent | 
parseFrom(com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static FSProtos.HBaseVersionFileContent | 
parseFrom(com.google.protobuf.CodedInputStream input)  | 
static FSProtos.HBaseVersionFileContent | 
parseFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
static FSProtos.HBaseVersionFileContent | 
parseFrom(InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
FSProtos.HBaseVersionFileContent.Builder | 
toBuilder()  | 
protected Object | 
writeReplace()  | 
void | 
writeTo(com.google.protobuf.CodedOutputStream output)  | 
public static <any> PARSER
public static final int VERSION_FIELD_NUMBER
public static FSProtos.HBaseVersionFileContent getDefaultInstance()
public FSProtos.HBaseVersionFileContent 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 hasVersion()
required string version = 1;hasVersion in interface FSProtos.HBaseVersionFileContentOrBuilderpublic String getVersion()
required string version = 1;getVersion in interface FSProtos.HBaseVersionFileContentOrBuilderpublic com.google.protobuf.ByteString getVersionBytes()
required string version = 1;getVersionBytes in interface FSProtos.HBaseVersionFileContentOrBuilderpublic 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 FSProtos.HBaseVersionFileContent parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FSProtos.HBaseVersionFileContent parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FSProtos.HBaseVersionFileContent parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static FSProtos.HBaseVersionFileContent parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FSProtos.HBaseVersionFileContent parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static FSProtos.HBaseVersionFileContent parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FSProtos.HBaseVersionFileContent parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static FSProtos.HBaseVersionFileContent parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static FSProtos.HBaseVersionFileContent.Builder newBuilder()
public FSProtos.HBaseVersionFileContent.Builder newBuilderForType()
public static FSProtos.HBaseVersionFileContent.Builder newBuilder(FSProtos.HBaseVersionFileContent prototype)
public FSProtos.HBaseVersionFileContent.Builder toBuilder()
protected FSProtos.HBaseVersionFileContent.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)