// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: VersionMessage.proto
package org.apache.hadoop.hbase.rest.protobuf.generated;
public final class VersionMessage {
private VersionMessage() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public interface VersionOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// optional string restVersion = 1;
boolean hasRestVersion();
String getRestVersion();
// optional string jvmVersion = 2;
boolean hasJvmVersion();
String getJvmVersion();
// optional string osVersion = 3;
boolean hasOsVersion();
String getOsVersion();
// optional string serverVersion = 4;
boolean hasServerVersion();
String getServerVersion();
// optional string jerseyVersion = 5;
boolean hasJerseyVersion();
String getJerseyVersion();
}
public static final class Version extends
com.google.protobuf.GeneratedMessage
implements VersionOrBuilder {
// Use Version.newBuilder() to construct.
private Version(Builder builder) {
super(builder);
}
private Version(boolean noInit) {}
private static final Version defaultInstance;
public static Version getDefaultInstance() {
return defaultInstance;
}
public Version getDefaultInstanceForType() {
return defaultInstance;
}
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;
}
private int bitField0_;
// optional string restVersion = 1;
public static final int RESTVERSION_FIELD_NUMBER = 1;
private java.lang.Object restVersion_;
public boolean hasRestVersion() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public String getRestVersion() {
java.lang.Object ref = restVersion_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
restVersion_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getRestVersionBytes() {
java.lang.Object ref = restVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
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_;
public boolean hasJvmVersion() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public String getJvmVersion() {
java.lang.Object ref = jvmVersion_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
jvmVersion_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getJvmVersionBytes() {
java.lang.Object ref = jvmVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
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_;
public boolean hasOsVersion() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
public String getOsVersion() {
java.lang.Object ref = osVersion_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
osVersion_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getOsVersionBytes() {
java.lang.Object ref = osVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
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_;
public boolean hasServerVersion() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
public String getServerVersion() {
java.lang.Object ref = serverVersion_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
serverVersion_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getServerVersionBytes() {
java.lang.Object ref = serverVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
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_;
public boolean hasJerseyVersion() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
public String getJerseyVersion() {
java.lang.Object ref = jerseyVersion_;
if (ref instanceof String) {
return (String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
String s = bs.toStringUtf8();
if (com.google.protobuf.Internal.isValidUtf8(bs)) {
jerseyVersion_ = s;
}
return s;
}
}
private com.google.protobuf.ByteString getJerseyVersionBytes() {
java.lang.Object ref = jerseyVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8((String) ref);
jerseyVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private void initFields() {
restVersion_ = "";
jvmVersion_ = "";
osVersion_ = "";
serverVersion_ = "";
jerseyVersion_ = "";
}
private byte memoizedIsInitialized = -1;
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();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getRestVersionBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBytes(2, getJvmVersionBytes());
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeBytes(3, getOsVersionBytes());
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeBytes(4, getServerVersionBytes());
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
output.writeBytes(5, getJerseyVersionBytes());
}
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
.computeBytesSize(1, getRestVersionBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, getJvmVersionBytes());
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(3, getOsVersionBytes());
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(4, getServerVersionBytes());
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(5, getJerseyVersionBytes());
}
size += getUnknownFields().getSerializedSize();
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 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 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 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 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 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 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 {
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 {
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 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 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;
}
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder<Builder>
implements org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.VersionOrBuilder {
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;
}
// Construct using org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
restVersion_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
jvmVersion_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
osVersion_ = "";
bitField0_ = (bitField0_ & ~0x00000004);
serverVersion_ = "";
bitField0_ = (bitField0_ & ~0x00000008);
jerseyVersion_ = "";
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.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()) {
throw newUninitializedMessageException(result);
}
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_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.restVersion_ = restVersion_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.jvmVersion_ = jvmVersion_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.osVersion_ = osVersion_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.serverVersion_ = serverVersion_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
result.jerseyVersion_ = jerseyVersion_;
result.bitField0_ = to_bitField0_;
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);
} else {
super.mergeFrom(other);
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()) {
setRestVersion(other.getRestVersion());
}
if (other.hasJvmVersion()) {
setJvmVersion(other.getJvmVersion());
}
if (other.hasOsVersion()) {
setOsVersion(other.getOsVersion());
}
if (other.hasServerVersion()) {
setServerVersion(other.getServerVersion());
}
if (other.hasJerseyVersion()) {
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 {
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;
}
}
}
}
private int bitField0_;
// optional string restVersion = 1;
private java.lang.Object restVersion_ = "";
public boolean hasRestVersion() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
public String getRestVersion() {
java.lang.Object ref = restVersion_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
restVersion_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setRestVersion(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
restVersion_ = value;
onChanged();
return this;
}
public Builder clearRestVersion() {
bitField0_ = (bitField0_ & ~0x00000001);
restVersion_ = getDefaultInstance().getRestVersion();
onChanged();
return this;
}
void setRestVersion(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000001;
restVersion_ = value;
onChanged();
}
// optional string jvmVersion = 2;
private java.lang.Object jvmVersion_ = "";
public boolean hasJvmVersion() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
public String getJvmVersion() {
java.lang.Object ref = jvmVersion_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
jvmVersion_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setJvmVersion(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
jvmVersion_ = value;
onChanged();
return this;
}
public Builder clearJvmVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
jvmVersion_ = getDefaultInstance().getJvmVersion();
onChanged();
return this;
}
void setJvmVersion(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000002;
jvmVersion_ = value;
onChanged();
}
// optional string osVersion = 3;
private java.lang.Object osVersion_ = "";
public boolean hasOsVersion() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
public String getOsVersion() {
java.lang.Object ref = osVersion_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
osVersion_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setOsVersion(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
osVersion_ = value;
onChanged();
return this;
}
public Builder clearOsVersion() {
bitField0_ = (bitField0_ & ~0x00000004);
osVersion_ = getDefaultInstance().getOsVersion();
onChanged();
return this;
}
void setOsVersion(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000004;
osVersion_ = value;
onChanged();
}
// optional string serverVersion = 4;
private java.lang.Object serverVersion_ = "";
public boolean hasServerVersion() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
public String getServerVersion() {
java.lang.Object ref = serverVersion_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
serverVersion_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setServerVersion(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000008;
serverVersion_ = value;
onChanged();
return this;
}
public Builder clearServerVersion() {
bitField0_ = (bitField0_ & ~0x00000008);
serverVersion_ = getDefaultInstance().getServerVersion();
onChanged();
return this;
}
void setServerVersion(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000008;
serverVersion_ = value;
onChanged();
}
// optional string jerseyVersion = 5;
private java.lang.Object jerseyVersion_ = "";
public boolean hasJerseyVersion() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
public String getJerseyVersion() {
java.lang.Object ref = jerseyVersion_;
if (!(ref instanceof String)) {
String s = ((com.google.protobuf.ByteString) ref).toStringUtf8();
jerseyVersion_ = s;
return s;
} else {
return (String) ref;
}
}
public Builder setJerseyVersion(String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000010;
jerseyVersion_ = value;
onChanged();
return this;
}
public Builder clearJerseyVersion() {
bitField0_ = (bitField0_ & ~0x00000010);
jerseyVersion_ = getDefaultInstance().getJerseyVersion();
onChanged();
return this;
}
void setJerseyVersion(com.google.protobuf.ByteString value) {
bitField0_ |= 0x00000010;
jerseyVersion_ = value;
onChanged();
}
// @@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;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\024VersionMessage.proto\022/org.apache.hadoo" +
"p.hbase.rest.protobuf.generated\"s\n\007Versi" +
"on\022\023\n\013restVersion\030\001 \001(\t\022\022\n\njvmVersion\030\002 " +
"\001(\t\022\021\n\tosVersion\030\003 \001(\t\022\025\n\rserverVersion\030" +
"\004 \001(\t\022\025\n\rjerseyVersion\030\005 \001(\t"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
internal_static_org_apache_hadoop_hbase_rest_protobuf_generated_Version_descriptor =
getDescriptor().getMessageTypes().get(0);
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", },
org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.class,
org.apache.hadoop.hbase.rest.protobuf.generated.VersionMessage.Version.Builder.class);
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
}
// @@protoc_insertion_point(outer_class_scope)
}