public static final class RPCProtos.VersionInfo extends com.google.protobuf.GeneratedMessage implements RPCProtos.VersionInfoOrBuilder
VersionInfo
Rpc client version info proto. Included in ConnectionHeader on connection setup
Modifier and Type | Class and Description |
---|---|
static class |
RPCProtos.VersionInfo.Builder
Protobuf type
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<RPCProtos.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 |
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 RPCProtos.VersionInfo |
getDefaultInstance() |
RPCProtos.VersionInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<RPCProtos.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; |
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; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RPCProtos.VersionInfo.Builder |
newBuilder() |
static RPCProtos.VersionInfo.Builder |
newBuilder(RPCProtos.VersionInfo prototype) |
RPCProtos.VersionInfo.Builder |
newBuilderForType() |
protected RPCProtos.VersionInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static RPCProtos.VersionInfo |
parseDelimitedFrom(InputStream input) |
static RPCProtos.VersionInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.VersionInfo |
parseFrom(byte[] data) |
static RPCProtos.VersionInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.VersionInfo |
parseFrom(com.google.protobuf.ByteString data) |
static RPCProtos.VersionInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.VersionInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RPCProtos.VersionInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RPCProtos.VersionInfo |
parseFrom(InputStream input) |
static RPCProtos.VersionInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RPCProtos.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<RPCProtos.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 RPCProtos.VersionInfo getDefaultInstance()
public RPCProtos.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<RPCProtos.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 RPCProtos.VersionInfoOrBuilder
public String getVersion()
required string version = 1;
getVersion
in interface RPCProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
required string version = 1;
getVersionBytes
in interface RPCProtos.VersionInfoOrBuilder
public boolean hasUrl()
required string url = 2;
hasUrl
in interface RPCProtos.VersionInfoOrBuilder
public String getUrl()
required string url = 2;
getUrl
in interface RPCProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getUrlBytes()
required string url = 2;
getUrlBytes
in interface RPCProtos.VersionInfoOrBuilder
public boolean hasRevision()
required string revision = 3;
hasRevision
in interface RPCProtos.VersionInfoOrBuilder
public String getRevision()
required string revision = 3;
getRevision
in interface RPCProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getRevisionBytes()
required string revision = 3;
getRevisionBytes
in interface RPCProtos.VersionInfoOrBuilder
public boolean hasUser()
required string user = 4;
hasUser
in interface RPCProtos.VersionInfoOrBuilder
public String getUser()
required string user = 4;
getUser
in interface RPCProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getUserBytes()
required string user = 4;
getUserBytes
in interface RPCProtos.VersionInfoOrBuilder
public boolean hasDate()
required string date = 5;
hasDate
in interface RPCProtos.VersionInfoOrBuilder
public String getDate()
required string date = 5;
getDate
in interface RPCProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getDateBytes()
required string date = 5;
getDateBytes
in interface RPCProtos.VersionInfoOrBuilder
public boolean hasSrcChecksum()
required string src_checksum = 6;
hasSrcChecksum
in interface RPCProtos.VersionInfoOrBuilder
public String getSrcChecksum()
required string src_checksum = 6;
getSrcChecksum
in interface RPCProtos.VersionInfoOrBuilder
public com.google.protobuf.ByteString getSrcChecksumBytes()
required string src_checksum = 6;
getSrcChecksumBytes
in interface RPCProtos.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 RPCProtos.VersionInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCProtos.VersionInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCProtos.VersionInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCProtos.VersionInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static RPCProtos.VersionInfo parseFrom(InputStream input) throws IOException
IOException
public static RPCProtos.VersionInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCProtos.VersionInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static RPCProtos.VersionInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCProtos.VersionInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static RPCProtos.VersionInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static RPCProtos.VersionInfo.Builder newBuilder()
public RPCProtos.VersionInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static RPCProtos.VersionInfo.Builder newBuilder(RPCProtos.VersionInfo prototype)
public RPCProtos.VersionInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected RPCProtos.VersionInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessage
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.