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, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, VersionMessage.VersionOrBuilder
Enclosing class:
VersionMessage

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

Protobuf type org.apache.hadoop.hbase.rest.protobuf.generated.Version

See Also:
Serialized Form

Nested Class Summary
static class VersionMessage.Version.Builder
          Protobuf type org.apache.hadoop.hbase.rest.protobuf.generated.Version
 
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.BuilderParent, 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.ExtendableMessageOrBuilder<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 com.google.protobuf.Parser<VersionMessage.Version> PARSER
           
static int RESTVERSION_FIELD_NUMBER
           
static int SERVERVERSION_FIELD_NUMBER
           
 
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders
 
Method Summary
static VersionMessage.Version getDefaultInstance()
           
 VersionMessage.Version getDefaultInstanceForType()
           
static com.google.protobuf.Descriptors.Descriptor getDescriptor()
           
 String getJerseyVersion()
          optional string jerseyVersion = 5;
 com.google.protobuf.ByteString getJerseyVersionBytes()
          optional string jerseyVersion = 5;
 String getJvmVersion()
          optional string jvmVersion = 2;
 com.google.protobuf.ByteString getJvmVersionBytes()
          optional string jvmVersion = 2;
 String getOsVersion()
          optional string osVersion = 3;
 com.google.protobuf.ByteString getOsVersionBytes()
          optional string osVersion = 3;
 com.google.protobuf.Parser<VersionMessage.Version> getParserForType()
           
 String getRestVersion()
          optional string restVersion = 1;
 com.google.protobuf.ByteString getRestVersionBytes()
          optional string restVersion = 1;
 int getSerializedSize()
           
 String getServerVersion()
          optional string serverVersion = 4;
 com.google.protobuf.ByteString getServerVersionBytes()
          optional string serverVersion = 4;
 com.google.protobuf.UnknownFieldSet getUnknownFields()
           
 boolean hasJerseyVersion()
          optional string jerseyVersion = 5;
 boolean hasJvmVersion()
          optional string jvmVersion = 2;
 boolean hasOsVersion()
          optional string osVersion = 3;
 boolean hasRestVersion()
          optional string restVersion = 1;
 boolean hasServerVersion()
          optional string serverVersion = 4;
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()
           
protected  VersionMessage.Version.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
           
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()
           
protected  Object writeReplace()
           
 void writeTo(com.google.protobuf.CodedOutputStream output)
           
 
Methods inherited from class com.google.protobuf.GeneratedMessage
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
 
Methods inherited from class com.google.protobuf.AbstractMessage
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, hasField
 
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
 

Field Detail

PARSER

public static com.google.protobuf.Parser<VersionMessage.Version> PARSER

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()
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
Specified by:
getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder

getUnknownFields

public final com.google.protobuf.UnknownFieldSet getUnknownFields()
Specified by:
getUnknownFields in interface com.google.protobuf.MessageOrBuilder
Overrides:
getUnknownFields in class com.google.protobuf.GeneratedMessage

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

getParserForType

public com.google.protobuf.Parser<VersionMessage.Version> getParserForType()
Specified by:
getParserForType in interface com.google.protobuf.Message
Specified by:
getParserForType in interface com.google.protobuf.MessageLite
Overrides:
getParserForType in class com.google.protobuf.GeneratedMessage

hasRestVersion

public boolean hasRestVersion()
optional string restVersion = 1;

Specified by:
hasRestVersion in interface VersionMessage.VersionOrBuilder

getRestVersion

public String getRestVersion()
optional string restVersion = 1;

Specified by:
getRestVersion in interface VersionMessage.VersionOrBuilder

getRestVersionBytes

public com.google.protobuf.ByteString getRestVersionBytes()
optional string restVersion = 1;

Specified by:
getRestVersionBytes in interface VersionMessage.VersionOrBuilder

hasJvmVersion

public boolean hasJvmVersion()
optional string jvmVersion = 2;

Specified by:
hasJvmVersion in interface VersionMessage.VersionOrBuilder

getJvmVersion

public String getJvmVersion()
optional string jvmVersion = 2;

Specified by:
getJvmVersion in interface VersionMessage.VersionOrBuilder

getJvmVersionBytes

public com.google.protobuf.ByteString getJvmVersionBytes()
optional string jvmVersion = 2;

Specified by:
getJvmVersionBytes in interface VersionMessage.VersionOrBuilder

hasOsVersion

public boolean hasOsVersion()
optional string osVersion = 3;

Specified by:
hasOsVersion in interface VersionMessage.VersionOrBuilder

getOsVersion

public String getOsVersion()
optional string osVersion = 3;

Specified by:
getOsVersion in interface VersionMessage.VersionOrBuilder

getOsVersionBytes

public com.google.protobuf.ByteString getOsVersionBytes()
optional string osVersion = 3;

Specified by:
getOsVersionBytes in interface VersionMessage.VersionOrBuilder

hasServerVersion

public boolean hasServerVersion()
optional string serverVersion = 4;

Specified by:
hasServerVersion in interface VersionMessage.VersionOrBuilder

getServerVersion

public String getServerVersion()
optional string serverVersion = 4;

Specified by:
getServerVersion in interface VersionMessage.VersionOrBuilder

getServerVersionBytes

public com.google.protobuf.ByteString getServerVersionBytes()
optional string serverVersion = 4;

Specified by:
getServerVersionBytes in interface VersionMessage.VersionOrBuilder

hasJerseyVersion

public boolean hasJerseyVersion()
optional string jerseyVersion = 5;

Specified by:
hasJerseyVersion in interface VersionMessage.VersionOrBuilder

getJerseyVersion

public String getJerseyVersion()
optional string jerseyVersion = 5;

Specified by:
getJerseyVersion in interface VersionMessage.VersionOrBuilder

getJerseyVersionBytes

public com.google.protobuf.ByteString getJerseyVersionBytes()
optional string jerseyVersion = 5;

Specified by:
getJerseyVersionBytes in interface VersionMessage.VersionOrBuilder

isInitialized

public final boolean isInitialized()
Specified by:
isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
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

writeReplace

protected Object writeReplace()
                       throws ObjectStreamException
Overrides:
writeReplace in class com.google.protobuf.GeneratedMessage
Throws:
ObjectStreamException

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()
Specified by:
newBuilderForType in interface com.google.protobuf.Message
Specified by:
newBuilderForType in interface com.google.protobuf.MessageLite

newBuilder

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

toBuilder

public VersionMessage.Version.Builder toBuilder()
Specified by:
toBuilder in interface com.google.protobuf.Message
Specified by:
toBuilder in interface com.google.protobuf.MessageLite

newBuilderForType

protected VersionMessage.Version.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
Specified by:
newBuilderForType in class com.google.protobuf.GeneratedMessage


Copyright © 2015 The Apache Software Foundation. All rights reserved.