Interface CommandConnectOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    CommandConnect, CommandConnect.Builder

    public interface CommandConnectOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getClientVersion()
      string client_version = 1;
      com.google.protobuf.ByteString getClientVersionBytes()
      string client_version = 1;
      int getProtocolVersion()
      int32 protocol_version = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getClientVersion

        String getClientVersion()
        string client_version = 1;
        Returns:
        The clientVersion.
      • getClientVersionBytes

        com.google.protobuf.ByteString getClientVersionBytes()
        string client_version = 1;
        Returns:
        The bytes for clientVersion.
      • getProtocolVersion

        int getProtocolVersion()
        int32 protocol_version = 2;
        Returns:
        The protocolVersion.