@Generated(value="proto") public static final class HBaseProtos.VersionInfo extends com.google.protobuf.GeneratedMessage implements HBaseProtos.VersionInfoOrBuilder
hbase.pb.VersionInfo
Rpc client version info proto. Included in ConnectionHeader on connection setup
Modifier and Type | Class and Description |
---|---|
static class |
HBaseProtos.VersionInfo.Builder
Protobuf type
hbase.pb.VersionInfo |
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>
Modifier and Type | Field and Description |
---|---|
static int |
DATE_FIELD_NUMBER |
static com.google.protobuf.Parser<HBaseProtos.VersionInfo> |
PARSER |
static int |
REVISION_FIELD_NUMBER |
static int |
SRC_CHECKSUM_FIELD_NUMBER |
static int |
URL_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
static int |
VERSION_MAJOR_FIELD_NUMBER |
static int |
VERSION_MINOR_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDate()
required string date = 5; |
com.google.protobuf.ByteString |
getDateBytes()
required string date = 5; |
static HBaseProtos.VersionInfo |
getDefaultInstance() |
HBaseProtos.VersionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<HBaseProtos.VersionInfo> |
getParserForType() |
String |
getRevision()
required string revision = 3; |
com.google.protobuf.ByteString |
getRevisionBytes()
required string revision = 3; |
int |
getSerializedSize() |
String |
getSrcChecksum()
required string src_checksum = 6; |
com.google.protobuf.ByteString |
getSrcChecksumBytes()
required string src_checksum = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUrl()
required string url = 2; |
com.google.protobuf.ByteString |
getUrlBytes()
required string url = 2; |
String |
getUser()
required string user = 4; |
com.google.protobuf.ByteString |
getUserBytes()
required string user = 4; |
String |
getVersion()
required string version = 1; |
com.google.protobuf.ByteString |
getVersionBytes()
required string version = 1; |
int |
getVersionMajor()
optional uint32 version_major = 7; |
int |
getVersionMinor()
optional uint32 version_minor = 8; |
boolean |
hasDate()
required string date = 5; |
int |
hashCode() |
boolean |
hasRevision()
required string revision = 3; |
boolean |
hasSrcChecksum()
required string src_checksum = 6; |
boolean |
hasUrl()
required string url = 2; |
boolean |
hasUser()
required string user = 4; |
boolean |
hasVersion()
required string version = 1; |
boolean |
hasVersionMajor()
optional uint32 version_major = 7; |
boolean |
hasVersionMinor()
optional uint32 version_minor = 8; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static HBaseProtos.VersionInfo.Builder |
newBuilder() |
static HBaseProtos.VersionInfo.Builder |
newBuilder(HBaseProtos.VersionInfo prototype) |
HBaseProtos.VersionInfo.Builder |
newBuilderForType() |
protected HBaseProtos.VersionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static HBaseProtos.VersionInfo |
parseDelimitedFrom(InputStream input) |
static HBaseProtos.VersionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.VersionInfo |
parseFrom(byte[] data) |
static HBaseProtos.VersionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.VersionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static HBaseProtos.VersionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.VersionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static HBaseProtos.VersionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HBaseProtos.VersionInfo |
parseFrom(InputStream input) |
static HBaseProtos.VersionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HBaseProtos.VersionInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static com.google.protobuf.Parser<HBaseProtos.VersionInfo> PARSER
public static final int VERSION_FIELD_NUMBER
public static final int URL_FIELD_NUMBER
public static final int REVISION_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int DATE_FIELD_NUMBER
public static final int SRC_CHECKSUM_FIELD_NUMBER
public static final int VERSION_MAJOR_FIELD_NUMBER
public static final int VERSION_MINOR_FIELD_NUMBER
public static HBaseProtos.VersionInfo getDefaultInstance()
public HBaseProtos.VersionInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessage
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage
public com.google.protobuf.Parser<HBaseProtos.VersionInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessage
public boolean hasVersion()
required string version = 1;
hasVersion
in interface HBaseProtos.VersionInfoOrBuilder
public String getVersion()
required string version = 1;
getVersion
in interface HBaseProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
required string version = 1;
getVersionBytes
in interface HBaseProtos.VersionInfoOrBuilder
public boolean hasUrl()
required string url = 2;
hasUrl
in interface HBaseProtos.VersionInfoOrBuilder
public String getUrl()
required string url = 2;
getUrl
in interface HBaseProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getUrlBytes()
required string url = 2;
getUrlBytes
in interface HBaseProtos.VersionInfoOrBuilder
public boolean hasRevision()
required string revision = 3;
hasRevision
in interface HBaseProtos.VersionInfoOrBuilder
public String getRevision()
required string revision = 3;
getRevision
in interface HBaseProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getRevisionBytes()
required string revision = 3;
getRevisionBytes
in interface HBaseProtos.VersionInfoOrBuilder
public boolean hasUser()
required string user = 4;
hasUser
in interface HBaseProtos.VersionInfoOrBuilder
public String getUser()
required string user = 4;
getUser
in interface HBaseProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getUserBytes()
required string user = 4;
getUserBytes
in interface HBaseProtos.VersionInfoOrBuilder
public boolean hasDate()
required string date = 5;
hasDate
in interface HBaseProtos.VersionInfoOrBuilder
public String getDate()
required string date = 5;
getDate
in interface HBaseProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getDateBytes()
required string date = 5;
getDateBytes
in interface HBaseProtos.VersionInfoOrBuilder
public boolean hasSrcChecksum()
required string src_checksum = 6;
hasSrcChecksum
in interface HBaseProtos.VersionInfoOrBuilder
public String getSrcChecksum()
required string src_checksum = 6;
getSrcChecksum
in interface HBaseProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getSrcChecksumBytes()
required string src_checksum = 6;
getSrcChecksumBytes
in interface HBaseProtos.VersionInfoOrBuilder
public boolean hasVersionMajor()
optional uint32 version_major = 7;
hasVersionMajor
in interface HBaseProtos.VersionInfoOrBuilder
public int getVersionMajor()
optional uint32 version_major = 7;
getVersionMajor
in interface HBaseProtos.VersionInfoOrBuilder
public boolean hasVersionMinor()
optional uint32 version_minor = 8;
hasVersionMinor
in interface HBaseProtos.VersionInfoOrBuilder
public int getVersionMinor()
optional uint32 version_minor = 8;
getVersionMinor
in interface HBaseProtos.VersionInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.AbstractMessage
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.AbstractMessage
protected Object writeReplace() throws ObjectStreamException
writeReplace
in class com.google.protobuf.GeneratedMessage
ObjectStreamException
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static HBaseProtos.VersionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.VersionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.VersionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.VersionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static HBaseProtos.VersionInfo parseFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.VersionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.VersionInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static HBaseProtos.VersionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.VersionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static HBaseProtos.VersionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static HBaseProtos.VersionInfo.Builder newBuilder()
public HBaseProtos.VersionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static HBaseProtos.VersionInfo.Builder newBuilder(HBaseProtos.VersionInfo prototype)
public HBaseProtos.VersionInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected HBaseProtos.VersionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007–2019 Cloudera. All rights reserved.