Interface GetServerInfoResponseOrBuilder

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

    public interface GetServerInfoResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasYamcsVersion

        boolean hasYamcsVersion()
         Yamcs version derived on build time.
         
        optional string yamcsVersion = 1;
      • getYamcsVersion

        String getYamcsVersion()
         Yamcs version derived on build time.
         
        optional string yamcsVersion = 1;
      • getYamcsVersionBytes

        com.google.protobuf.ByteString getYamcsVersionBytes()
         Yamcs version derived on build time.
         
        optional string yamcsVersion = 1;
      • hasRevision

        boolean hasRevision()
         Yamcs SHA-1 revision identifier. Set on
         build time, but only if the git command
         was available.
         
        optional string revision = 6;
      • getRevision

        String getRevision()
         Yamcs SHA-1 revision identifier. Set on
         build time, but only if the git command
         was available.
         
        optional string revision = 6;
      • getRevisionBytes

        com.google.protobuf.ByteString getRevisionBytes()
         Yamcs SHA-1 revision identifier. Set on
         build time, but only if the git command
         was available.
         
        optional string revision = 6;
      • hasServerId

        boolean hasServerId()
         An identifier for this server. Used in
         system parameters.
         
        optional string serverId = 2;
      • getServerId

        String getServerId()
         An identifier for this server. Used in
         system parameters.
         
        optional string serverId = 2;
      • getServerIdBytes

        com.google.protobuf.ByteString getServerIdBytes()
         An identifier for this server. Used in
         system parameters.
         
        optional string serverId = 2;
      • hasDefaultYamcsInstance

        boolean hasDefaultYamcsInstance()
         A default instance for this Yamcs installation.
         This is a calculated suggestion. UI clients may ignore.
         
        optional string defaultYamcsInstance = 3;
      • getDefaultYamcsInstance

        String getDefaultYamcsInstance()
         A default instance for this Yamcs installation.
         This is a calculated suggestion. UI clients may ignore.
         
        optional string defaultYamcsInstance = 3;
      • getDefaultYamcsInstanceBytes

        com.google.protobuf.ByteString getDefaultYamcsInstanceBytes()
         A default instance for this Yamcs installation.
         This is a calculated suggestion. UI clients may ignore.
         
        optional string defaultYamcsInstance = 3;
      • getPluginsList

        List<GetServerInfoResponse.PluginInfo> getPluginsList()
         Plugins loaded within this server instance
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.PluginInfo plugins = 5;
      • getPlugins

        GetServerInfoResponse.PluginInfo getPlugins​(int index)
         Plugins loaded within this server instance
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.PluginInfo plugins = 5;
      • getPluginsCount

        int getPluginsCount()
         Plugins loaded within this server instance
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.PluginInfo plugins = 5;
      • getPluginsOrBuilderList

        List<? extends GetServerInfoResponse.PluginInfoOrBuilder> getPluginsOrBuilderList()
         Plugins loaded within this server instance
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.PluginInfo plugins = 5;
      • getPluginsOrBuilder

        GetServerInfoResponse.PluginInfoOrBuilder getPluginsOrBuilder​(int index)
         Plugins loaded within this server instance
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.PluginInfo plugins = 5;
      • getCommandOptionsList

        List<GetServerInfoResponse.CommandOptionInfo> getCommandOptionsList()
         Additional options available to commands
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      • getCommandOptions

        GetServerInfoResponse.CommandOptionInfo getCommandOptions​(int index)
         Additional options available to commands
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      • getCommandOptionsCount

        int getCommandOptionsCount()
         Additional options available to commands
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      • getCommandOptionsOrBuilderList

        List<? extends GetServerInfoResponse.CommandOptionInfoOrBuilder> getCommandOptionsOrBuilderList()
         Additional options available to commands
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      • getCommandOptionsOrBuilder

        GetServerInfoResponse.CommandOptionInfoOrBuilder getCommandOptionsOrBuilder​(int index)
         Additional options available to commands
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;