public static final class TSOProto.HandshakeResponse extends com.google.protobuf.GeneratedMessage implements TSOProto.HandshakeResponseOrBuilder
HandshakeResponse| Modifier and Type | Class and Description |
|---|---|
static class |
TSOProto.HandshakeResponse.Builder
Protobuf type
HandshakeResponse |
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 |
CLIENTCOMPATIBLE_FIELD_NUMBER |
static int |
LOWLATENCY_FIELD_NUMBER |
static com.google.protobuf.Parser<TSOProto.HandshakeResponse> |
PARSER |
static int |
SERVERCAPABILITIES_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClientCompatible()
optional bool clientCompatible = 1; |
static TSOProto.HandshakeResponse |
getDefaultInstance() |
TSOProto.HandshakeResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getLowLatency()
optional bool lowLatency = 3 [default = false]; |
com.google.protobuf.Parser<TSOProto.HandshakeResponse> |
getParserForType() |
int |
getSerializedSize() |
TSOProto.Capabilities |
getServerCapabilities()
optional .Capabilities serverCapabilities = 2; |
TSOProto.CapabilitiesOrBuilder |
getServerCapabilitiesOrBuilder()
optional .Capabilities serverCapabilities = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasClientCompatible()
optional bool clientCompatible = 1; |
boolean |
hasLowLatency()
optional bool lowLatency = 3 [default = false]; |
boolean |
hasServerCapabilities()
optional .Capabilities serverCapabilities = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TSOProto.HandshakeResponse.Builder |
newBuilder() |
static TSOProto.HandshakeResponse.Builder |
newBuilder(TSOProto.HandshakeResponse prototype) |
TSOProto.HandshakeResponse.Builder |
newBuilderForType() |
protected TSOProto.HandshakeResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static TSOProto.HandshakeResponse |
parseDelimitedFrom(InputStream input) |
static TSOProto.HandshakeResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TSOProto.HandshakeResponse |
parseFrom(byte[] data) |
static TSOProto.HandshakeResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TSOProto.HandshakeResponse |
parseFrom(com.google.protobuf.ByteString data) |
static TSOProto.HandshakeResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TSOProto.HandshakeResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TSOProto.HandshakeResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TSOProto.HandshakeResponse |
parseFrom(InputStream input) |
static TSOProto.HandshakeResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TSOProto.HandshakeResponse.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<TSOProto.HandshakeResponse> PARSER
public static final int CLIENTCOMPATIBLE_FIELD_NUMBER
public static final int SERVERCAPABILITIES_FIELD_NUMBER
public static final int LOWLATENCY_FIELD_NUMBER
public static TSOProto.HandshakeResponse getDefaultInstance()
public TSOProto.HandshakeResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<TSOProto.HandshakeResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasClientCompatible()
optional bool clientCompatible = 1;hasClientCompatible in interface TSOProto.HandshakeResponseOrBuilderpublic boolean getClientCompatible()
optional bool clientCompatible = 1;getClientCompatible in interface TSOProto.HandshakeResponseOrBuilderpublic boolean hasServerCapabilities()
optional .Capabilities serverCapabilities = 2;hasServerCapabilities in interface TSOProto.HandshakeResponseOrBuilderpublic TSOProto.Capabilities getServerCapabilities()
optional .Capabilities serverCapabilities = 2;getServerCapabilities in interface TSOProto.HandshakeResponseOrBuilderpublic TSOProto.CapabilitiesOrBuilder getServerCapabilitiesOrBuilder()
optional .Capabilities serverCapabilities = 2;getServerCapabilitiesOrBuilder in interface TSOProto.HandshakeResponseOrBuilderpublic boolean hasLowLatency()
optional bool lowLatency = 3 [default = false];hasLowLatency in interface TSOProto.HandshakeResponseOrBuilderpublic boolean getLowLatency()
optional bool lowLatency = 3 [default = false];getLowLatency in interface TSOProto.HandshakeResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic static TSOProto.HandshakeResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TSOProto.HandshakeResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TSOProto.HandshakeResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TSOProto.HandshakeResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static TSOProto.HandshakeResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static TSOProto.HandshakeResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TSOProto.HandshakeResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static TSOProto.HandshakeResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TSOProto.HandshakeResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static TSOProto.HandshakeResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static TSOProto.HandshakeResponse.Builder newBuilder()
public TSOProto.HandshakeResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static TSOProto.HandshakeResponse.Builder newBuilder(TSOProto.HandshakeResponse prototype)
public TSOProto.HandshakeResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected TSOProto.HandshakeResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2011–2020 Apache Software Foundation. All rights reserved.