You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/04/11 05:51:48 UTC

svn commit: r1466759 [35/41] - in /hbase/trunk: ./ hbase-client/src/main/java/org/apache/hadoop/hbase/ hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/ hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/ hbase-protocol/...

Modified: hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/VersionMessage.java
URL: http://svn.apache.org/viewvc/hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/VersionMessage.java?rev=1466759&r1=1466758&r2=1466759&view=diff
==============================================================================
--- hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/VersionMessage.java (original)
+++ hbase/trunk/hbase-server/src/main/java/org/apache/hadoop/hbase/rest/protobuf/generated/VersionMessage.java Thu Apr 11 03:51:47 2013
@@ -10,413 +10,216 @@ public final class VersionMessage {
   }
   public interface VersionOrBuilder
       extends com.google.protobuf.MessageOrBuilder {
-
+    
     // optional string restVersion = 1;
-    /**
-     * <code>optional string restVersion = 1;</code>
-     */
     boolean hasRestVersion();
-    /**
-     * <code>optional string restVersion = 1;</code>
-     */
-    java.lang.String getRestVersion();
-    /**
-     * <code>optional string restVersion = 1;</code>
-     */
-    com.google.protobuf.ByteString
-        getRestVersionBytes();
-
+    String getRestVersion();
+    
     // optional string jvmVersion = 2;
-    /**
-     * <code>optional string jvmVersion = 2;</code>
-     */
     boolean hasJvmVersion();
-    /**
-     * <code>optional string jvmVersion = 2;</code>
-     */
-    java.lang.String getJvmVersion();
-    /**
-     * <code>optional string jvmVersion = 2;</code>
-     */
-    com.google.protobuf.ByteString
-        getJvmVersionBytes();
-
+    String getJvmVersion();
+    
     // optional string osVersion = 3;
-    /**
-     * <code>optional string osVersion = 3;</code>
-     */
     boolean hasOsVersion();
-    /**
-     * <code>optional string osVersion = 3;</code>
-     */
-    java.lang.String getOsVersion();
-    /**
-     * <code>optional string osVersion = 3;</code>
-     */
-    com.google.protobuf.ByteString
-        getOsVersionBytes();
-
+    String getOsVersion();
+    
     // optional string serverVersion = 4;
-    /**
-     * <code>optional string serverVersion = 4;</code>
-     */
     boolean hasServerVersion();
-    /**
-     * <code>optional string serverVersion = 4;</code>
-     */
-    java.lang.String getServerVersion();
-    /**
-     * <code>optional string serverVersion = 4;</code>
-     */
-    com.google.protobuf.ByteString
-        getServerVersionBytes();
-
+    String getServerVersion();
+    
     // optional string jerseyVersion = 5;
-    /**
-     * <code>optional string jerseyVersion = 5;</code>
-     */
     boolean hasJerseyVersion();
-    /**
-     * <code>optional string jerseyVersion = 5;</code>
-     */
-    java.lang.String getJerseyVersion();
-    /**
-     * <code>optional string jerseyVersion = 5;</code>
-     */
-    com.google.protobuf.ByteString
-        getJerseyVersionBytes();
+    String getJerseyVersion();
   }
-  /**
-   * Protobuf type {@code org.apache.hadoop.hbase.rest.protobuf.generated.Version}
-   */
   public static final class Version extends
       com.google.protobuf.GeneratedMessage
       implements VersionOrBuilder {
     // Use Version.newBuilder() to construct.
-    private Version(com.google.protobuf.GeneratedMessage.Builder<?> builder) {
+    private Version(Builder builder) {
       super(builder);
-      this.unknownFields = builder.getUnknownFields();
     }
-    private Version(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
-
+    private Version(boolean noInit) {}
+    
     private static final Version defaultInstance;
     public static Version getDefaultInstance() {
       return defaultInstance;
     }
-
+    
     public Version getDefaultInstanceForType() {
       return defaultInstance;
     }
-
-    private final com.google.protobuf.UnknownFieldSet unknownFields;
-    @java.lang.Override
-    public final com.google.protobuf.UnknownFieldSet
-        getUnknownFields() {
-      return this.unknownFields;
-    }
-    private Version(
-        com.google.protobuf.CodedInputStream input,
-        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-        throws com.google.protobuf.InvalidProtocolBufferException {
-      initFields();
-      int mutable_bitField0_ = 0;
-      com.google.protobuf.UnknownFieldSet.Builder unknownFields =
-          com.google.protobuf.UnknownFieldSet.newBuilder();
-      try {
-        boolean done = false;
-        while (!done) {
-          int tag = input.readTag();
-          switch (tag) {
-            case 0:
-              done = true;
-              break;
-            default: {
-              if (!parseUnknownField(input, unknownFields,
-                                     extensionRegistry, tag)) {
-                done = true;
-              }
-              break;
-            }
-            case 10: {
-              bitField0_ |= 0x00000001;
-              restVersion_ = input.readBytes();
-              break;
-            }
-            case 18: {
-              bitField0_ |= 0x00000002;
-              jvmVersion_ = input.readBytes();
-              break;
-            }
-            case 26: {
-              bitField0_ |= 0x00000004;
-              osVersion_ = input.readBytes();
-              break;
-            }
-            case 34: {
-              bitField0_ |= 0x00000008;
-              serverVersion_ = input.readBytes();
-              break;
-            }
-            case 42: {
-              bitField0_ |= 0x00000010;
-              jerseyVersion_ = input.readBytes();
-              break;
-            }
-          }
-        }
-      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-        throw e.setUnfinishedMessage(this);
-      } catch (java.io.IOException e) {
-        throw new com.google.protobuf.InvalidProtocolBufferException(
-            e.getMessage()).setUnfinishedMessage(this);
-      } finally {
-        this.unknownFields = unknownFields.build();
-        makeExtensionsImmutable();
-      }
-    }
+    
     public static final com.google.protobuf.Descriptors.Descriptor
         getDescriptor() {
       return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_descriptor;
     }
-
+    
     protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
         internalGetFieldAccessorTable() {
-      return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_fieldAccessorTable
-          .ensureFieldAccessorsInitialized(
-              org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.class, org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder.class);
-    }
-
-    public static com.google.protobuf.Parser<Version> PARSER =
-        new com.google.protobuf.AbstractParser<Version>() {
-      public Version parsePartialFrom(
-          com.google.protobuf.CodedInputStream input,
-          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
-          throws com.google.protobuf.InvalidProtocolBufferException {
-        return new Version(input, extensionRegistry);
-      }
-    };
-
-    @java.lang.Override
-    public com.google.protobuf.Parser<Version> getParserForType() {
-      return PARSER;
+      return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_fieldAccessorTable;
     }
-
+    
     private int bitField0_;
     // optional string restVersion = 1;
     public static final int RESTVERSION_FIELD_NUMBER = 1;
     private java.lang.Object restVersion_;
-    /**
-     * <code>optional string restVersion = 1;</code>
-     */
     public boolean hasRestVersion() {
       return ((bitField0_ & 0x00000001) == 0x00000001);
     }
-    /**
-     * <code>optional string restVersion = 1;</code>
-     */
-    public java.lang.String getRestVersion() {
+    public String getRestVersion() {
       java.lang.Object ref = restVersion_;
-      if (ref instanceof java.lang.String) {
-        return (java.lang.String) ref;
+      if (ref instanceof String) {
+        return (String) ref;
       } else {
         com.google.protobuf.ByteString bs = 
             (com.google.protobuf.ByteString) ref;
-        java.lang.String s = bs.toStringUtf8();
-        if (bs.isValidUtf8()) {
+        String s = bs.toStringUtf8();
+        if (com.google.protobuf.Internal.isValidUtf8(bs)) {
           restVersion_ = s;
         }
         return s;
       }
     }
-    /**
-     * <code>optional string restVersion = 1;</code>
-     */
-    public com.google.protobuf.ByteString
-        getRestVersionBytes() {
+    private com.google.protobuf.ByteString getRestVersionBytes() {
       java.lang.Object ref = restVersion_;
-      if (ref instanceof java.lang.String) {
+      if (ref instanceof String) {
         com.google.protobuf.ByteString b = 
-            com.google.protobuf.ByteString.copyFromUtf8(
-                (java.lang.String) ref);
+            com.google.protobuf.ByteString.copyFromUtf8((String) ref);
         restVersion_ = b;
         return b;
       } else {
         return (com.google.protobuf.ByteString) ref;
       }
     }
-
+    
     // optional string jvmVersion = 2;
     public static final int JVMVERSION_FIELD_NUMBER = 2;
     private java.lang.Object jvmVersion_;
-    /**
-     * <code>optional string jvmVersion = 2;</code>
-     */
     public boolean hasJvmVersion() {
       return ((bitField0_ & 0x00000002) == 0x00000002);
     }
-    /**
-     * <code>optional string jvmVersion = 2;</code>
-     */
-    public java.lang.String getJvmVersion() {
+    public String getJvmVersion() {
       java.lang.Object ref = jvmVersion_;
-      if (ref instanceof java.lang.String) {
-        return (java.lang.String) ref;
+      if (ref instanceof String) {
+        return (String) ref;
       } else {
         com.google.protobuf.ByteString bs = 
             (com.google.protobuf.ByteString) ref;
-        java.lang.String s = bs.toStringUtf8();
-        if (bs.isValidUtf8()) {
+        String s = bs.toStringUtf8();
+        if (com.google.protobuf.Internal.isValidUtf8(bs)) {
           jvmVersion_ = s;
         }
         return s;
       }
     }
-    /**
-     * <code>optional string jvmVersion = 2;</code>
-     */
-    public com.google.protobuf.ByteString
-        getJvmVersionBytes() {
+    private com.google.protobuf.ByteString getJvmVersionBytes() {
       java.lang.Object ref = jvmVersion_;
-      if (ref instanceof java.lang.String) {
+      if (ref instanceof String) {
         com.google.protobuf.ByteString b = 
-            com.google.protobuf.ByteString.copyFromUtf8(
-                (java.lang.String) ref);
+            com.google.protobuf.ByteString.copyFromUtf8((String) ref);
         jvmVersion_ = b;
         return b;
       } else {
         return (com.google.protobuf.ByteString) ref;
       }
     }
-
+    
     // optional string osVersion = 3;
     public static final int OSVERSION_FIELD_NUMBER = 3;
     private java.lang.Object osVersion_;
-    /**
-     * <code>optional string osVersion = 3;</code>
-     */
     public boolean hasOsVersion() {
       return ((bitField0_ & 0x00000004) == 0x00000004);
     }
-    /**
-     * <code>optional string osVersion = 3;</code>
-     */
-    public java.lang.String getOsVersion() {
+    public String getOsVersion() {
       java.lang.Object ref = osVersion_;
-      if (ref instanceof java.lang.String) {
-        return (java.lang.String) ref;
+      if (ref instanceof String) {
+        return (String) ref;
       } else {
         com.google.protobuf.ByteString bs = 
             (com.google.protobuf.ByteString) ref;
-        java.lang.String s = bs.toStringUtf8();
-        if (bs.isValidUtf8()) {
+        String s = bs.toStringUtf8();
+        if (com.google.protobuf.Internal.isValidUtf8(bs)) {
           osVersion_ = s;
         }
         return s;
       }
     }
-    /**
-     * <code>optional string osVersion = 3;</code>
-     */
-    public com.google.protobuf.ByteString
-        getOsVersionBytes() {
+    private com.google.protobuf.ByteString getOsVersionBytes() {
       java.lang.Object ref = osVersion_;
-      if (ref instanceof java.lang.String) {
+      if (ref instanceof String) {
         com.google.protobuf.ByteString b = 
-            com.google.protobuf.ByteString.copyFromUtf8(
-                (java.lang.String) ref);
+            com.google.protobuf.ByteString.copyFromUtf8((String) ref);
         osVersion_ = b;
         return b;
       } else {
         return (com.google.protobuf.ByteString) ref;
       }
     }
-
+    
     // optional string serverVersion = 4;
     public static final int SERVERVERSION_FIELD_NUMBER = 4;
     private java.lang.Object serverVersion_;
-    /**
-     * <code>optional string serverVersion = 4;</code>
-     */
     public boolean hasServerVersion() {
       return ((bitField0_ & 0x00000008) == 0x00000008);
     }
-    /**
-     * <code>optional string serverVersion = 4;</code>
-     */
-    public java.lang.String getServerVersion() {
+    public String getServerVersion() {
       java.lang.Object ref = serverVersion_;
-      if (ref instanceof java.lang.String) {
-        return (java.lang.String) ref;
+      if (ref instanceof String) {
+        return (String) ref;
       } else {
         com.google.protobuf.ByteString bs = 
             (com.google.protobuf.ByteString) ref;
-        java.lang.String s = bs.toStringUtf8();
-        if (bs.isValidUtf8()) {
+        String s = bs.toStringUtf8();
+        if (com.google.protobuf.Internal.isValidUtf8(bs)) {
           serverVersion_ = s;
         }
         return s;
       }
     }
-    /**
-     * <code>optional string serverVersion = 4;</code>
-     */
-    public com.google.protobuf.ByteString
-        getServerVersionBytes() {
+    private com.google.protobuf.ByteString getServerVersionBytes() {
       java.lang.Object ref = serverVersion_;
-      if (ref instanceof java.lang.String) {
+      if (ref instanceof String) {
         com.google.protobuf.ByteString b = 
-            com.google.protobuf.ByteString.copyFromUtf8(
-                (java.lang.String) ref);
+            com.google.protobuf.ByteString.copyFromUtf8((String) ref);
         serverVersion_ = b;
         return b;
       } else {
         return (com.google.protobuf.ByteString) ref;
       }
     }
-
+    
     // optional string jerseyVersion = 5;
     public static final int JERSEYVERSION_FIELD_NUMBER = 5;
     private java.lang.Object jerseyVersion_;
-    /**
-     * <code>optional string jerseyVersion = 5;</code>
-     */
     public boolean hasJerseyVersion() {
       return ((bitField0_ & 0x00000010) == 0x00000010);
     }
-    /**
-     * <code>optional string jerseyVersion = 5;</code>
-     */
-    public java.lang.String getJerseyVersion() {
+    public String getJerseyVersion() {
       java.lang.Object ref = jerseyVersion_;
-      if (ref instanceof java.lang.String) {
-        return (java.lang.String) ref;
+      if (ref instanceof String) {
+        return (String) ref;
       } else {
         com.google.protobuf.ByteString bs = 
             (com.google.protobuf.ByteString) ref;
-        java.lang.String s = bs.toStringUtf8();
-        if (bs.isValidUtf8()) {
+        String s = bs.toStringUtf8();
+        if (com.google.protobuf.Internal.isValidUtf8(bs)) {
           jerseyVersion_ = s;
         }
         return s;
       }
     }
-    /**
-     * <code>optional string jerseyVersion = 5;</code>
-     */
-    public com.google.protobuf.ByteString
-        getJerseyVersionBytes() {
+    private com.google.protobuf.ByteString getJerseyVersionBytes() {
       java.lang.Object ref = jerseyVersion_;
-      if (ref instanceof java.lang.String) {
+      if (ref instanceof String) {
         com.google.protobuf.ByteString b = 
-            com.google.protobuf.ByteString.copyFromUtf8(
-                (java.lang.String) ref);
+            com.google.protobuf.ByteString.copyFromUtf8((String) ref);
         jerseyVersion_ = b;
         return b;
       } else {
         return (com.google.protobuf.ByteString) ref;
       }
     }
-
+    
     private void initFields() {
       restVersion_ = "";
       jvmVersion_ = "";
@@ -428,11 +231,11 @@ public final class VersionMessage {
     public final boolean isInitialized() {
       byte isInitialized = memoizedIsInitialized;
       if (isInitialized != -1) return isInitialized == 1;
-
+      
       memoizedIsInitialized = 1;
       return true;
     }
-
+    
     public void writeTo(com.google.protobuf.CodedOutputStream output)
                         throws java.io.IOException {
       getSerializedSize();
@@ -453,12 +256,12 @@ public final class VersionMessage {
       }
       getUnknownFields().writeTo(output);
     }
-
+    
     private int memoizedSerializedSize = -1;
     public int getSerializedSize() {
       int size = memoizedSerializedSize;
       if (size != -1) return size;
-
+    
       size = 0;
       if (((bitField0_ & 0x00000001) == 0x00000001)) {
         size += com.google.protobuf.CodedOutputStream
@@ -484,83 +287,94 @@ public final class VersionMessage {
       memoizedSerializedSize = size;
       return size;
     }
-
+    
     private static final long serialVersionUID = 0L;
     @java.lang.Override
     protected java.lang.Object writeReplace()
         throws java.io.ObjectStreamException {
       return super.writeReplace();
     }
-
+    
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(
         com.google.protobuf.ByteString data)
         throws com.google.protobuf.InvalidProtocolBufferException {
-      return PARSER.parseFrom(data);
+      return newBuilder().mergeFrom(data).buildParsed();
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(
         com.google.protobuf.ByteString data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
-      return PARSER.parseFrom(data, extensionRegistry);
+      return newBuilder().mergeFrom(data, extensionRegistry)
+               .buildParsed();
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(byte[] data)
         throws com.google.protobuf.InvalidProtocolBufferException {
-      return PARSER.parseFrom(data);
+      return newBuilder().mergeFrom(data).buildParsed();
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(
         byte[] data,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws com.google.protobuf.InvalidProtocolBufferException {
-      return PARSER.parseFrom(data, extensionRegistry);
+      return newBuilder().mergeFrom(data, extensionRegistry)
+               .buildParsed();
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(java.io.InputStream input)
         throws java.io.IOException {
-      return PARSER.parseFrom(input);
+      return newBuilder().mergeFrom(input).buildParsed();
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(
         java.io.InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return PARSER.parseFrom(input, extensionRegistry);
+      return newBuilder().mergeFrom(input, extensionRegistry)
+               .buildParsed();
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseDelimitedFrom(java.io.InputStream input)
         throws java.io.IOException {
-      return PARSER.parseDelimitedFrom(input);
+      Builder builder = newBuilder();
+      if (builder.mergeDelimitedFrom(input)) {
+        return builder.buildParsed();
+      } else {
+        return null;
+      }
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseDelimitedFrom(
         java.io.InputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return PARSER.parseDelimitedFrom(input, extensionRegistry);
+      Builder builder = newBuilder();
+      if (builder.mergeDelimitedFrom(input, extensionRegistry)) {
+        return builder.buildParsed();
+      } else {
+        return null;
+      }
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(
         com.google.protobuf.CodedInputStream input)
         throws java.io.IOException {
-      return PARSER.parseFrom(input);
+      return newBuilder().mergeFrom(input).buildParsed();
     }
     public static org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parseFrom(
         com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
         throws java.io.IOException {
-      return PARSER.parseFrom(input, extensionRegistry);
+      return newBuilder().mergeFrom(input, extensionRegistry)
+               .buildParsed();
     }
-
+    
     public static Builder newBuilder() { return Builder.create(); }
     public Builder newBuilderForType() { return newBuilder(); }
     public static Builder newBuilder(org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version prototype) {
       return newBuilder().mergeFrom(prototype);
     }
     public Builder toBuilder() { return newBuilder(this); }
-
+    
     @java.lang.Override
     protected Builder newBuilderForType(
         com.google.protobuf.GeneratedMessage.BuilderParent parent) {
       Builder builder = new Builder(parent);
       return builder;
     }
-    /**
-     * Protobuf type {@code org.apache.hadoop.hbase.rest.protobuf.generated.Version}
-     */
     public static final class Builder extends
         com.google.protobuf.GeneratedMessage.Builder<Builder>
        implements org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.VersionOrBuilder {
@@ -568,21 +382,18 @@ public final class VersionMessage {
           getDescriptor() {
         return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_descriptor;
       }
-
+      
       protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
           internalGetFieldAccessorTable() {
-        return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_fieldAccessorTable
-            .ensureFieldAccessorsInitialized(
-                org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.class, org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder.class);
+        return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_fieldAccessorTable;
       }
-
+      
       // Construct using org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.newBuilder()
       private Builder() {
         maybeForceBuilderInitialization();
       }
-
-      private Builder(
-          com.google.protobuf.GeneratedMessage.BuilderParent parent) {
+      
+      private Builder(BuilderParent parent) {
         super(parent);
         maybeForceBuilderInitialization();
       }
@@ -593,7 +404,7 @@ public final class VersionMessage {
       private static Builder create() {
         return new Builder();
       }
-
+      
       public Builder clear() {
         super.clear();
         restVersion_ = "";
@@ -608,20 +419,20 @@ public final class VersionMessage {
         bitField0_ = (bitField0_ & ~0x00000010);
         return this;
       }
-
+      
       public Builder clone() {
         return create().mergeFrom(buildPartial());
       }
-
+      
       public com.google.protobuf.Descriptors.Descriptor
           getDescriptorForType() {
-        return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_descriptor;
+        return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.getDescriptor();
       }
-
+      
       public org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version getDefaultInstanceForType() {
         return org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.getDefaultInstance();
       }
-
+      
       public org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version build() {
         org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version result = buildPartial();
         if (!result.isInitialized()) {
@@ -629,7 +440,17 @@ public final class VersionMessage {
         }
         return result;
       }
-
+      
+      private org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version buildParsed()
+          throws com.google.protobuf.InvalidProtocolBufferException {
+        org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version result = buildPartial();
+        if (!result.isInitialized()) {
+          throw newUninitializedMessageException(
+            result).asInvalidProtocolBufferException();
+        }
+        return result;
+      }
+      
       public org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version buildPartial() {
         org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version result = new org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version(this);
         int from_bitField0_ = bitField0_;
@@ -658,7 +479,7 @@ public final class VersionMessage {
         onBuilt();
         return result;
       }
-
+      
       public Builder mergeFrom(com.google.protobuf.Message other) {
         if (other instanceof org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version) {
           return mergeFrom((org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version)other);
@@ -667,104 +488,102 @@ public final class VersionMessage {
           return this;
         }
       }
-
+      
       public Builder mergeFrom(org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version other) {
         if (other == org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.getDefaultInstance()) return this;
         if (other.hasRestVersion()) {
-          bitField0_ |= 0x00000001;
-          restVersion_ = other.restVersion_;
-          onChanged();
+          setRestVersion(other.getRestVersion());
         }
         if (other.hasJvmVersion()) {
-          bitField0_ |= 0x00000002;
-          jvmVersion_ = other.jvmVersion_;
-          onChanged();
+          setJvmVersion(other.getJvmVersion());
         }
         if (other.hasOsVersion()) {
-          bitField0_ |= 0x00000004;
-          osVersion_ = other.osVersion_;
-          onChanged();
+          setOsVersion(other.getOsVersion());
         }
         if (other.hasServerVersion()) {
-          bitField0_ |= 0x00000008;
-          serverVersion_ = other.serverVersion_;
-          onChanged();
+          setServerVersion(other.getServerVersion());
         }
         if (other.hasJerseyVersion()) {
-          bitField0_ |= 0x00000010;
-          jerseyVersion_ = other.jerseyVersion_;
-          onChanged();
+          setJerseyVersion(other.getJerseyVersion());
         }
         this.mergeUnknownFields(other.getUnknownFields());
         return this;
       }
-
+      
       public final boolean isInitialized() {
         return true;
       }
-
+      
       public Builder mergeFrom(
           com.google.protobuf.CodedInputStream input,
           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           throws java.io.IOException {
-        org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version parsedMessage = null;
-        try {
-          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
-        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
-          parsedMessage = (org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version) e.getUnfinishedMessage();
-          throw e;
-        } finally {
-          if (parsedMessage != null) {
-            mergeFrom(parsedMessage);
+        com.google.protobuf.UnknownFieldSet.Builder unknownFields =
+          com.google.protobuf.UnknownFieldSet.newBuilder(
+            this.getUnknownFields());
+        while (true) {
+          int tag = input.readTag();
+          switch (tag) {
+            case 0:
+              this.setUnknownFields(unknownFields.build());
+              onChanged();
+              return this;
+            default: {
+              if (!parseUnknownField(input, unknownFields,
+                                     extensionRegistry, tag)) {
+                this.setUnknownFields(unknownFields.build());
+                onChanged();
+                return this;
+              }
+              break;
+            }
+            case 10: {
+              bitField0_ |= 0x00000001;
+              restVersion_ = input.readBytes();
+              break;
+            }
+            case 18: {
+              bitField0_ |= 0x00000002;
+              jvmVersion_ = input.readBytes();
+              break;
+            }
+            case 26: {
+              bitField0_ |= 0x00000004;
+              osVersion_ = input.readBytes();
+              break;
+            }
+            case 34: {
+              bitField0_ |= 0x00000008;
+              serverVersion_ = input.readBytes();
+              break;
+            }
+            case 42: {
+              bitField0_ |= 0x00000010;
+              jerseyVersion_ = input.readBytes();
+              break;
+            }
           }
         }
-        return this;
       }
+      
       private int bitField0_;
-
+      
       // optional string restVersion = 1;
       private java.lang.Object restVersion_ = "";
-      /**
-       * <code>optional string restVersion = 1;</code>
-       */
       public boolean hasRestVersion() {
         return ((bitField0_ & 0x00000001) == 0x00000001);
       }
-      /**
-       * <code>optional string restVersion = 1;</code>
-       */
-      public java.lang.String getRestVersion() {
+      public String getRestVersion() {
         java.lang.Object ref = restVersion_;
-        if (!(ref instanceof java.lang.String)) {
-          java.lang.String s = ((com.google.protobuf.ByteString) ref)
-              .toStringUtf8();
+        if (!(ref instanceof String)) {
+          String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
           restVersion_ = s;
           return s;
         } else {
-          return (java.lang.String) ref;
+          return (String) ref;
         }
       }
-      /**
-       * <code>optional string restVersion = 1;</code>
-       */
-      public com.google.protobuf.ByteString
-          getRestVersionBytes() {
-        java.lang.Object ref = restVersion_;
-        if (ref instanceof String) {
-          com.google.protobuf.ByteString b = 
-              com.google.protobuf.ByteString.copyFromUtf8(
-                  (java.lang.String) ref);
-          restVersion_ = b;
-          return b;
-        } else {
-          return (com.google.protobuf.ByteString) ref;
-        }
-      }
-      /**
-       * <code>optional string restVersion = 1;</code>
-       */
-      public Builder setRestVersion(
-          java.lang.String value) {
+      public Builder setRestVersion(String value) {
         if (value == null) {
     throw new NullPointerException();
   }
@@ -773,72 +592,34 @@ public final class VersionMessage {
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string restVersion = 1;</code>
-       */
       public Builder clearRestVersion() {
         bitField0_ = (bitField0_ & ~0x00000001);
         restVersion_ = getDefaultInstance().getRestVersion();
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string restVersion = 1;</code>
-       */
-      public Builder setRestVersionBytes(
-          com.google.protobuf.ByteString value) {
-        if (value == null) {
-    throw new NullPointerException();
-  }
-  bitField0_ |= 0x00000001;
+      void setRestVersion(com.google.protobuf.ByteString value) {
+        bitField0_ |= 0x00000001;
         restVersion_ = value;
         onChanged();
-        return this;
       }
-
+      
       // optional string jvmVersion = 2;
       private java.lang.Object jvmVersion_ = "";
-      /**
-       * <code>optional string jvmVersion = 2;</code>
-       */
       public boolean hasJvmVersion() {
         return ((bitField0_ & 0x00000002) == 0x00000002);
       }
-      /**
-       * <code>optional string jvmVersion = 2;</code>
-       */
-      public java.lang.String getJvmVersion() {
+      public String getJvmVersion() {
         java.lang.Object ref = jvmVersion_;
-        if (!(ref instanceof java.lang.String)) {
-          java.lang.String s = ((com.google.protobuf.ByteString) ref)
-              .toStringUtf8();
+        if (!(ref instanceof String)) {
+          String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
           jvmVersion_ = s;
           return s;
         } else {
-          return (java.lang.String) ref;
-        }
-      }
-      /**
-       * <code>optional string jvmVersion = 2;</code>
-       */
-      public com.google.protobuf.ByteString
-          getJvmVersionBytes() {
-        java.lang.Object ref = jvmVersion_;
-        if (ref instanceof String) {
-          com.google.protobuf.ByteString b = 
-              com.google.protobuf.ByteString.copyFromUtf8(
-                  (java.lang.String) ref);
-          jvmVersion_ = b;
-          return b;
-        } else {
-          return (com.google.protobuf.ByteString) ref;
+          return (String) ref;
         }
       }
-      /**
-       * <code>optional string jvmVersion = 2;</code>
-       */
-      public Builder setJvmVersion(
-          java.lang.String value) {
+      public Builder setJvmVersion(String value) {
         if (value == null) {
     throw new NullPointerException();
   }
@@ -847,72 +628,34 @@ public final class VersionMessage {
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string jvmVersion = 2;</code>
-       */
       public Builder clearJvmVersion() {
         bitField0_ = (bitField0_ & ~0x00000002);
         jvmVersion_ = getDefaultInstance().getJvmVersion();
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string jvmVersion = 2;</code>
-       */
-      public Builder setJvmVersionBytes(
-          com.google.protobuf.ByteString value) {
-        if (value == null) {
-    throw new NullPointerException();
-  }
-  bitField0_ |= 0x00000002;
+      void setJvmVersion(com.google.protobuf.ByteString value) {
+        bitField0_ |= 0x00000002;
         jvmVersion_ = value;
         onChanged();
-        return this;
       }
-
+      
       // optional string osVersion = 3;
       private java.lang.Object osVersion_ = "";
-      /**
-       * <code>optional string osVersion = 3;</code>
-       */
       public boolean hasOsVersion() {
         return ((bitField0_ & 0x00000004) == 0x00000004);
       }
-      /**
-       * <code>optional string osVersion = 3;</code>
-       */
-      public java.lang.String getOsVersion() {
+      public String getOsVersion() {
         java.lang.Object ref = osVersion_;
-        if (!(ref instanceof java.lang.String)) {
-          java.lang.String s = ((com.google.protobuf.ByteString) ref)
-              .toStringUtf8();
+        if (!(ref instanceof String)) {
+          String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
           osVersion_ = s;
           return s;
         } else {
-          return (java.lang.String) ref;
-        }
-      }
-      /**
-       * <code>optional string osVersion = 3;</code>
-       */
-      public com.google.protobuf.ByteString
-          getOsVersionBytes() {
-        java.lang.Object ref = osVersion_;
-        if (ref instanceof String) {
-          com.google.protobuf.ByteString b = 
-              com.google.protobuf.ByteString.copyFromUtf8(
-                  (java.lang.String) ref);
-          osVersion_ = b;
-          return b;
-        } else {
-          return (com.google.protobuf.ByteString) ref;
+          return (String) ref;
         }
       }
-      /**
-       * <code>optional string osVersion = 3;</code>
-       */
-      public Builder setOsVersion(
-          java.lang.String value) {
+      public Builder setOsVersion(String value) {
         if (value == null) {
     throw new NullPointerException();
   }
@@ -921,72 +664,34 @@ public final class VersionMessage {
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string osVersion = 3;</code>
-       */
       public Builder clearOsVersion() {
         bitField0_ = (bitField0_ & ~0x00000004);
         osVersion_ = getDefaultInstance().getOsVersion();
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string osVersion = 3;</code>
-       */
-      public Builder setOsVersionBytes(
-          com.google.protobuf.ByteString value) {
-        if (value == null) {
-    throw new NullPointerException();
-  }
-  bitField0_ |= 0x00000004;
+      void setOsVersion(com.google.protobuf.ByteString value) {
+        bitField0_ |= 0x00000004;
         osVersion_ = value;
         onChanged();
-        return this;
       }
-
+      
       // optional string serverVersion = 4;
       private java.lang.Object serverVersion_ = "";
-      /**
-       * <code>optional string serverVersion = 4;</code>
-       */
       public boolean hasServerVersion() {
         return ((bitField0_ & 0x00000008) == 0x00000008);
       }
-      /**
-       * <code>optional string serverVersion = 4;</code>
-       */
-      public java.lang.String getServerVersion() {
+      public String getServerVersion() {
         java.lang.Object ref = serverVersion_;
-        if (!(ref instanceof java.lang.String)) {
-          java.lang.String s = ((com.google.protobuf.ByteString) ref)
-              .toStringUtf8();
+        if (!(ref instanceof String)) {
+          String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
           serverVersion_ = s;
           return s;
         } else {
-          return (java.lang.String) ref;
+          return (String) ref;
         }
       }
-      /**
-       * <code>optional string serverVersion = 4;</code>
-       */
-      public com.google.protobuf.ByteString
-          getServerVersionBytes() {
-        java.lang.Object ref = serverVersion_;
-        if (ref instanceof String) {
-          com.google.protobuf.ByteString b = 
-              com.google.protobuf.ByteString.copyFromUtf8(
-                  (java.lang.String) ref);
-          serverVersion_ = b;
-          return b;
-        } else {
-          return (com.google.protobuf.ByteString) ref;
-        }
-      }
-      /**
-       * <code>optional string serverVersion = 4;</code>
-       */
-      public Builder setServerVersion(
-          java.lang.String value) {
+      public Builder setServerVersion(String value) {
         if (value == null) {
     throw new NullPointerException();
   }
@@ -995,72 +700,34 @@ public final class VersionMessage {
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string serverVersion = 4;</code>
-       */
       public Builder clearServerVersion() {
         bitField0_ = (bitField0_ & ~0x00000008);
         serverVersion_ = getDefaultInstance().getServerVersion();
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string serverVersion = 4;</code>
-       */
-      public Builder setServerVersionBytes(
-          com.google.protobuf.ByteString value) {
-        if (value == null) {
-    throw new NullPointerException();
-  }
-  bitField0_ |= 0x00000008;
+      void setServerVersion(com.google.protobuf.ByteString value) {
+        bitField0_ |= 0x00000008;
         serverVersion_ = value;
         onChanged();
-        return this;
       }
-
+      
       // optional string jerseyVersion = 5;
       private java.lang.Object jerseyVersion_ = "";
-      /**
-       * <code>optional string jerseyVersion = 5;</code>
-       */
       public boolean hasJerseyVersion() {
         return ((bitField0_ & 0x00000010) == 0x00000010);
       }
-      /**
-       * <code>optional string jerseyVersion = 5;</code>
-       */
-      public java.lang.String getJerseyVersion() {
+      public String getJerseyVersion() {
         java.lang.Object ref = jerseyVersion_;
-        if (!(ref instanceof java.lang.String)) {
-          java.lang.String s = ((com.google.protobuf.ByteString) ref)
-              .toStringUtf8();
+        if (!(ref instanceof String)) {
+          String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
           jerseyVersion_ = s;
           return s;
         } else {
-          return (java.lang.String) ref;
+          return (String) ref;
         }
       }
-      /**
-       * <code>optional string jerseyVersion = 5;</code>
-       */
-      public com.google.protobuf.ByteString
-          getJerseyVersionBytes() {
-        java.lang.Object ref = jerseyVersion_;
-        if (ref instanceof String) {
-          com.google.protobuf.ByteString b = 
-              com.google.protobuf.ByteString.copyFromUtf8(
-                  (java.lang.String) ref);
-          jerseyVersion_ = b;
-          return b;
-        } else {
-          return (com.google.protobuf.ByteString) ref;
-        }
-      }
-      /**
-       * <code>optional string jerseyVersion = 5;</code>
-       */
-      public Builder setJerseyVersion(
-          java.lang.String value) {
+      public Builder setJerseyVersion(String value) {
         if (value == null) {
     throw new NullPointerException();
   }
@@ -1069,46 +736,35 @@ public final class VersionMessage {
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string jerseyVersion = 5;</code>
-       */
       public Builder clearJerseyVersion() {
         bitField0_ = (bitField0_ & ~0x00000010);
         jerseyVersion_ = getDefaultInstance().getJerseyVersion();
         onChanged();
         return this;
       }
-      /**
-       * <code>optional string jerseyVersion = 5;</code>
-       */
-      public Builder setJerseyVersionBytes(
-          com.google.protobuf.ByteString value) {
-        if (value == null) {
-    throw new NullPointerException();
-  }
-  bitField0_ |= 0x00000010;
+      void setJerseyVersion(com.google.protobuf.ByteString value) {
+        bitField0_ |= 0x00000010;
         jerseyVersion_ = value;
         onChanged();
-        return this;
       }
-
+      
       // @@protoc_insertion_point(builder_scope:org.apache.hadoop.hbase.rest.protobuf.generated.Version)
     }
-
+    
     static {
       defaultInstance = new Version(true);
       defaultInstance.initFields();
     }
-
+    
     // @@protoc_insertion_point(class_scope:org.apache.hadoop.hbase.rest.protobuf.generated.Version)
   }
-
+  
   private static com.google.protobuf.Descriptors.Descriptor
     internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_descriptor;
   private static
     com.google.protobuf.GeneratedMessage.FieldAccessorTable
       internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_fieldAccessorTable;
-
+  
   public static com.google.protobuf.Descriptors.FileDescriptor
       getDescriptor() {
     return descriptor;
@@ -1133,7 +789,9 @@ public final class VersionMessage {
           internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_fieldAccessorTable = new
             com.google.protobuf.GeneratedMessage.FieldAccessorTable(
               internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_descriptor,
-              new java.lang.String[] { "RestVersion", "JvmVersion", "OsVersion", "ServerVersion", "JerseyVersion", });
+              new java.lang.String[] { "RestVersion", "JvmVersion", "OsVersion", "ServerVersion", "JerseyVersion", },
+              org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.class,
+              org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder.class);
           return null;
         }
       };
@@ -1142,6 +800,6 @@ public final class VersionMessage {
         new com.google.protobuf.Descriptors.FileDescriptor[] {
         }, assigner);
   }
-
+  
   // @@protoc_insertion_point(outer_class_scope)
 }