Package io.hstream.internal
Interface CommandConnectedOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandConnected,CommandConnected.Builder
public interface CommandConnectedOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetProtocolVersion()int32 protocol_version = 2;StringgetServerVersion()string server_version = 1;com.google.protobuf.ByteStringgetServerVersionBytes()string server_version = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServerVersion
String getServerVersion()
string server_version = 1;- Returns:
- The serverVersion.
-
getServerVersionBytes
com.google.protobuf.ByteString getServerVersionBytes()
string server_version = 1;- Returns:
- The bytes for serverVersion.
-
getProtocolVersion
int getProtocolVersion()
int32 protocol_version = 2;- Returns:
- The protocolVersion.
-
-