@Generated(value="proto") public static final class VersionMessage.Version extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3 implements VersionMessage.VersionOrBuilder
org.apache.hadoop.hbase.rest.protobuf.generated.Version| Modifier and Type | Class and Description |
|---|---|
static class |
VersionMessage.Version.Builder
Protobuf type
org.apache.hadoop.hbase.rest.protobuf.generated.Version |
org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
JERSEYVERSION_FIELD_NUMBER |
static int |
JVMVERSION_FIELD_NUMBER |
static int |
OSVERSION_FIELD_NUMBER |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<VersionMessage.Version> |
PARSER
Deprecated.
|
static int |
RESTVERSION_FIELD_NUMBER |
static int |
REVISION_FIELD_NUMBER |
static int |
SERVERVERSION_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
alwaysUseFieldBuilders, unknownFields| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static VersionMessage.Version |
getDefaultInstance() |
VersionMessage.Version |
getDefaultInstanceForType() |
static org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getJerseyVersion()
optional string jerseyVersion = 5; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getJerseyVersionBytes()
optional string jerseyVersion = 5; |
String |
getJvmVersion()
optional string jvmVersion = 2; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getJvmVersionBytes()
optional string jvmVersion = 2; |
String |
getOsVersion()
optional string osVersion = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getOsVersionBytes()
optional string osVersion = 3; |
org.apache.hbase.thirdparty.com.google.protobuf.Parser<VersionMessage.Version> |
getParserForType() |
String |
getRestVersion()
optional string restVersion = 1; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRestVersionBytes()
optional string restVersion = 1; |
String |
getRevision()
optional string revision = 7; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getRevisionBytes()
optional string revision = 7; |
int |
getSerializedSize() |
String |
getServerVersion()
optional string serverVersion = 4; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getServerVersionBytes()
optional string serverVersion = 4; |
String |
getVersion()
optional string version = 6; |
org.apache.hbase.thirdparty.com.google.protobuf.ByteString |
getVersionBytes()
optional string version = 6; |
int |
hashCode() |
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 |
hasRevision()
optional string revision = 7; |
boolean |
hasServerVersion()
optional string serverVersion = 4; |
boolean |
hasVersion()
optional string version = 6; |
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.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(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VersionMessage.Version |
parseDelimitedFrom(InputStream input) |
static VersionMessage.Version |
parseDelimitedFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionMessage.Version |
parseFrom(byte[] data) |
static VersionMessage.Version |
parseFrom(byte[] data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionMessage.Version |
parseFrom(ByteBuffer data) |
static VersionMessage.Version |
parseFrom(ByteBuffer data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionMessage.Version |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) |
static VersionMessage.Version |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionMessage.Version |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) |
static VersionMessage.Version |
parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VersionMessage.Version |
parseFrom(InputStream input) |
static VersionMessage.Version |
parseFrom(InputStream input,
org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static org.apache.hbase.thirdparty.com.google.protobuf.Parser<VersionMessage.Version> |
parser() |
VersionMessage.Version.Builder |
toBuilder() |
void |
writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final int RESTVERSION_FIELD_NUMBER
public static final int JVMVERSION_FIELD_NUMBER
public static final int OSVERSION_FIELD_NUMBER
public static final int SERVERVERSION_FIELD_NUMBER
public static final int JERSEYVERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
public static final int REVISION_FIELD_NUMBER
@Deprecated public static final org.apache.hbase.thirdparty.com.google.protobuf.Parser<VersionMessage.Version> PARSER
protected Object newInstance(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static final org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean hasRestVersion()
optional string restVersion = 1;hasRestVersion in interface VersionMessage.VersionOrBuilderpublic String getRestVersion()
optional string restVersion = 1;getRestVersion in interface VersionMessage.VersionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRestVersionBytes()
optional string restVersion = 1;getRestVersionBytes in interface VersionMessage.VersionOrBuilderpublic boolean hasJvmVersion()
optional string jvmVersion = 2;hasJvmVersion in interface VersionMessage.VersionOrBuilderpublic String getJvmVersion()
optional string jvmVersion = 2;getJvmVersion in interface VersionMessage.VersionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getJvmVersionBytes()
optional string jvmVersion = 2;getJvmVersionBytes in interface VersionMessage.VersionOrBuilderpublic boolean hasOsVersion()
optional string osVersion = 3;hasOsVersion in interface VersionMessage.VersionOrBuilderpublic String getOsVersion()
optional string osVersion = 3;getOsVersion in interface VersionMessage.VersionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getOsVersionBytes()
optional string osVersion = 3;getOsVersionBytes in interface VersionMessage.VersionOrBuilderpublic boolean hasServerVersion()
optional string serverVersion = 4;hasServerVersion in interface VersionMessage.VersionOrBuilderpublic String getServerVersion()
optional string serverVersion = 4;getServerVersion in interface VersionMessage.VersionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getServerVersionBytes()
optional string serverVersion = 4;getServerVersionBytes in interface VersionMessage.VersionOrBuilderpublic boolean hasJerseyVersion()
optional string jerseyVersion = 5;hasJerseyVersion in interface VersionMessage.VersionOrBuilderpublic String getJerseyVersion()
optional string jerseyVersion = 5;getJerseyVersion in interface VersionMessage.VersionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getJerseyVersionBytes()
optional string jerseyVersion = 5;getJerseyVersionBytes in interface VersionMessage.VersionOrBuilderpublic boolean hasVersion()
optional string version = 6;hasVersion in interface VersionMessage.VersionOrBuilderpublic String getVersion()
optional string version = 6;getVersion in interface VersionMessage.VersionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getVersionBytes()
optional string version = 6;getVersionBytes in interface VersionMessage.VersionOrBuilderpublic boolean hasRevision()
optional string revision = 7;hasRevision in interface VersionMessage.VersionOrBuilderpublic String getRevision()
optional string revision = 7;getRevision in interface VersionMessage.VersionOrBuilderpublic org.apache.hbase.thirdparty.com.google.protobuf.ByteString getRevisionBytes()
optional string revision = 7;getRevisionBytes in interface VersionMessage.VersionOrBuilderpublic final boolean isInitialized()
isInitialized in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuilderisInitialized in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public void writeTo(org.apache.hbase.thirdparty.com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitewriteTo in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetSerializedSize in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface org.apache.hbase.thirdparty.com.google.protobuf.Messageequals in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagehashCode in class org.apache.hbase.thirdparty.com.google.protobuf.AbstractMessagepublic static VersionMessage.Version parseFrom(ByteBuffer data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static VersionMessage.Version parseFrom(ByteBuffer data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static VersionMessage.Version parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static VersionMessage.Version parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.ByteString data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static VersionMessage.Version parseFrom(byte[] data) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static VersionMessage.Version parseFrom(byte[] data, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferException
org.apache.hbase.thirdparty.com.google.protobuf.InvalidProtocolBufferExceptionpublic static VersionMessage.Version parseFrom(InputStream input) throws IOException
IOExceptionpublic static VersionMessage.Version parseFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VersionMessage.Version parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VersionMessage.Version parseDelimitedFrom(InputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VersionMessage.Version parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VersionMessage.Version parseFrom(org.apache.hbase.thirdparty.com.google.protobuf.CodedInputStream input, org.apache.hbase.thirdparty.com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VersionMessage.Version.Builder newBuilderForType()
newBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagenewBuilderForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitepublic static VersionMessage.Version.Builder newBuilder()
public static VersionMessage.Version.Builder newBuilder(VersionMessage.Version prototype)
public VersionMessage.Version.Builder toBuilder()
toBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagetoBuilder in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteprotected VersionMessage.Version.Builder newBuilderForType(org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public static VersionMessage.Version getDefaultInstance()
public static org.apache.hbase.thirdparty.com.google.protobuf.Parser<VersionMessage.Version> parser()
public org.apache.hbase.thirdparty.com.google.protobuf.Parser<VersionMessage.Version> getParserForType()
getParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessagegetParserForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLitegetParserForType in class org.apache.hbase.thirdparty.com.google.protobuf.GeneratedMessageV3public VersionMessage.Version getDefaultInstanceForType()
getDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface org.apache.hbase.thirdparty.com.google.protobuf.MessageOrBuilderCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.