org.apache.hadoop.hbase.rest.protobuf.generated
Class VersionMessage.Version

java.lang.Object
  extended by com.google.protobuf.AbstractMessageLite
      extended by com.google.protobuf.AbstractMessage
          extended by com.google.protobuf.GeneratedMessage
              extended by org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite
Enclosing class:
VersionMessage

public static final class VersionMessage.Version
extends com.google.protobuf.GeneratedMessage


Nested Class Summary
static class VersionMessage.Version.Builder
           
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>
 
Field Summary
static int JERSEYVERSION_FIELD_NUMBER
           
static int JVMVERSION_FIELD_NUMBER
           
static int OSVERSION_FIELD_NUMBER
           
static int RESTVERSION_FIELD_NUMBER
           
static int SERVERVERSION_FIELD_NUMBER
           
 
Method Summary
static VersionMessage.Version getDefaultInstance()
           
 VersionMessage.Version getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getJerseyVersion()
           
 String getJvmVersion()
           
 String getOsVersion()
           
 String getRestVersion()
           
 int getSerializedSize()
           
 String getServerVersion()
           
 boolean hasJerseyVersion()
           
 boolean hasJvmVersion()
           
 boolean hasOsVersion()
           
 boolean hasRestVersion()
           
 boolean hasServerVersion()
           
protected  com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
           
 boolean isInitialized()
           
static VersionMessage.Version.Builder newBuilder()
           
static VersionMessage.Version.Builder newBuilder(VersionMessage.Version prototype)
           
 VersionMessage.Version.Builder newBuilderForType()
           
static VersionMessage.Version parseDelimitedFrom(InputStream input)
           
static VersionMessage.Version parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VersionMessage.Version parseFrom(byte[] data)
           
static VersionMessage.Version parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VersionMessage.Version parseFrom(com.google.protobuf.ByteString data)
           
static VersionMessage.Version parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VersionMessage.Version parseFrom(com.google.protobuf.CodedInputStream input)
           
static VersionMessage.Version parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static VersionMessage.Version parseFrom(InputStream input)
           
static VersionMessage.Version parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 VersionMessage.Version.Builder toBuilder()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, newGeneratedExtension
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, hashCode, toString
 
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

RESTVERSION_FIELD_NUMBER

public static final int RESTVERSION_FIELD_NUMBER
See Also:
Constant Field Values

JVMVERSION_FIELD_NUMBER

public static final int JVMVERSION_FIELD_NUMBER
See Also:
Constant Field Values

OSVERSION_FIELD_NUMBER

public static final int OSVERSION_FIELD_NUMBER
See Also:
Constant Field Values

SERVERVERSION_FIELD_NUMBER

public static final int SERVERVERSION_FIELD_NUMBER
See Also:
Constant Field Values

JERSEYVERSION_FIELD_NUMBER

public static final int JERSEYVERSION_FIELD_NUMBER
See Also:
Constant Field Values
Method Detail

getDefaultInstance

public static VersionMessage.Version getDefaultInstance()

getDefaultInstanceForType

public VersionMessage.Version getDefaultInstanceForType()

getDescriptor

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()

internalGetFieldAccessorTable

protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Specified by:
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage

hasRestVersion

public boolean hasRestVersion()

getRestVersion

public String getRestVersion()

hasJvmVersion

public boolean hasJvmVersion()

getJvmVersion

public String getJvmVersion()

hasOsVersion

public boolean hasOsVersion()

getOsVersion

public String getOsVersion()

hasServerVersion

public boolean hasServerVersion()

getServerVersion

public String getServerVersion()

hasJerseyVersion

public boolean hasJerseyVersion()

getJerseyVersion

public String getJerseyVersion()

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLite
Overrides:
isInitialized in class com.google.protobuf.GeneratedMessage

writeTo

public void writeTo(com.google.protobuf.CodedOutputStream output)
             throws IOException
Specified by:
writeTo in interface com.google.protobuf.MessageLite
Overrides:
writeTo in class com.google.protobuf.AbstractMessage
Throws:
IOException

getSerializedSize

public int getSerializedSize()
Specified by:
getSerializedSize in interface com.google.protobuf.MessageLite
Overrides:
getSerializedSize in class com.google.protobuf.AbstractMessage

parseFrom

public static VersionMessage.Version parseFrom(com.google.protobuf.ByteString data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static VersionMessage.Version parseFrom(com.google.protobuf.ByteString data,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static VersionMessage.Version parseFrom(byte[] data)
                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static VersionMessage.Version parseFrom(byte[] data,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws com.google.protobuf.InvalidProtocolBufferException
Throws:
com.google.protobuf.InvalidProtocolBufferException

parseFrom

public static VersionMessage.Version parseFrom(InputStream input)
                                        throws IOException
Throws:
IOException

parseFrom

public static VersionMessage.Version parseFrom(InputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
Throws:
IOException

parseDelimitedFrom

public static VersionMessage.Version parseDelimitedFrom(InputStream input)
                                                 throws IOException
Throws:
IOException

parseDelimitedFrom

public static VersionMessage.Version parseDelimitedFrom(InputStream input,
                                                        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                 throws IOException
Throws:
IOException

parseFrom

public static VersionMessage.Version parseFrom(com.google.protobuf.CodedInputStream input)
                                        throws IOException
Throws:
IOException

parseFrom

public static VersionMessage.Version parseFrom(com.google.protobuf.CodedInputStream input,
                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                        throws IOException
Throws:
IOException

newBuilder

public static VersionMessage.Version.Builder newBuilder()

newBuilderForType

public VersionMessage.Version.Builder newBuilderForType()

newBuilder

public static VersionMessage.Version.Builder newBuilder(VersionMessage.Version prototype)

toBuilder

public VersionMessage.Version.Builder toBuilder()


Copyright © 2011 The Apache Software Foundation. All Rights Reserved.