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 Details

    • hasYamcsVersion

      boolean hasYamcsVersion()
       Yamcs version derived on build time.
       
      optional string yamcsVersion = 1;
      Returns:
      Whether the yamcsVersion field is set.
    • getYamcsVersion

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

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

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

      String getRevision()
       Yamcs SHA-1 revision identifier. Set on
       build time, but only if the git command
       was available.
       
      optional string revision = 6;
      Returns:
      The revision.
    • 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;
      Returns:
      The bytes for revision.
    • hasServerId

      boolean hasServerId()
       An identifier for this server. Used in
       system parameters.
       
      optional string serverId = 2;
      Returns:
      Whether the serverId field is set.
    • getServerId

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

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

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

      String getDefaultYamcsInstance()
       A default instance for this Yamcs installation.
       This is a calculated suggestion. UI clients may ignore.
       
      optional string defaultYamcsInstance = 3;
      Returns:
      The defaultYamcsInstance.
    • 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;
      Returns:
      The bytes for defaultYamcsInstance.
    • getPluginsList

       Plugins loaded within this server instance
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.PluginInfo plugins = 5;
    • getPlugins

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

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

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

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

       Additional options available to commands
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
    • getCommandOptions

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

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

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

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