Class GetServerInfoResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
org.yamcs.protobuf.GetServerInfoResponse
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, GetServerInfoResponseOrBuilder

public final class GetServerInfoResponse extends com.google.protobuf.GeneratedMessageV3 implements GetServerInfoResponseOrBuilder
Protobuf type yamcs.protobuf.server.GetServerInfoResponse
See Also:
  • Field Details

  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasYamcsVersion

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

      public String getYamcsVersion()
       Yamcs version derived on build time.
       
      optional string yamcsVersion = 1;
      Specified by:
      getYamcsVersion in interface GetServerInfoResponseOrBuilder
      Returns:
      The yamcsVersion.
    • getYamcsVersionBytes

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

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

      public String getRevision()
       Yamcs SHA-1 revision identifier. Set on
       build time, but only if the git command
       was available.
       
      optional string revision = 6;
      Specified by:
      getRevision in interface GetServerInfoResponseOrBuilder
      Returns:
      The revision.
    • getRevisionBytes

      public 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;
      Specified by:
      getRevisionBytes in interface GetServerInfoResponseOrBuilder
      Returns:
      The bytes for revision.
    • hasServerId

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

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

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

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

      public String getDefaultYamcsInstance()
       A default instance for this Yamcs installation.
       This is a calculated suggestion. UI clients may ignore.
       
      optional string defaultYamcsInstance = 3;
      Specified by:
      getDefaultYamcsInstance in interface GetServerInfoResponseOrBuilder
      Returns:
      The defaultYamcsInstance.
    • getDefaultYamcsInstanceBytes

      public 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;
      Specified by:
      getDefaultYamcsInstanceBytes in interface GetServerInfoResponseOrBuilder
      Returns:
      The bytes for defaultYamcsInstance.
    • getPluginsList

      public List<GetServerInfoResponse.PluginInfo> getPluginsList()
       Plugins loaded within this server instance
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.PluginInfo plugins = 5;
      Specified by:
      getPluginsList in interface GetServerInfoResponseOrBuilder
    • getPluginsOrBuilderList

      public List<? extends GetServerInfoResponse.PluginInfoOrBuilder> getPluginsOrBuilderList()
       Plugins loaded within this server instance
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.PluginInfo plugins = 5;
      Specified by:
      getPluginsOrBuilderList in interface GetServerInfoResponseOrBuilder
    • getPluginsCount

      public int getPluginsCount()
       Plugins loaded within this server instance
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.PluginInfo plugins = 5;
      Specified by:
      getPluginsCount in interface GetServerInfoResponseOrBuilder
    • getPlugins

      public GetServerInfoResponse.PluginInfo getPlugins(int index)
       Plugins loaded within this server instance
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.PluginInfo plugins = 5;
      Specified by:
      getPlugins in interface GetServerInfoResponseOrBuilder
    • getPluginsOrBuilder

      public GetServerInfoResponse.PluginInfoOrBuilder getPluginsOrBuilder(int index)
       Plugins loaded within this server instance
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.PluginInfo plugins = 5;
      Specified by:
      getPluginsOrBuilder in interface GetServerInfoResponseOrBuilder
    • getCommandOptionsList

      public List<GetServerInfoResponse.CommandOptionInfo> getCommandOptionsList()
       Additional options available to commands
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      Specified by:
      getCommandOptionsList in interface GetServerInfoResponseOrBuilder
    • getCommandOptionsOrBuilderList

      public List<? extends GetServerInfoResponse.CommandOptionInfoOrBuilder> getCommandOptionsOrBuilderList()
       Additional options available to commands
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      Specified by:
      getCommandOptionsOrBuilderList in interface GetServerInfoResponseOrBuilder
    • getCommandOptionsCount

      public int getCommandOptionsCount()
       Additional options available to commands
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      Specified by:
      getCommandOptionsCount in interface GetServerInfoResponseOrBuilder
    • getCommandOptions

      public GetServerInfoResponse.CommandOptionInfo getCommandOptions(int index)
       Additional options available to commands
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      Specified by:
      getCommandOptions in interface GetServerInfoResponseOrBuilder
    • getCommandOptionsOrBuilder

      public GetServerInfoResponse.CommandOptionInfoOrBuilder getCommandOptionsOrBuilder(int index)
       Additional options available to commands
       
      repeated .yamcs.protobuf.server.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
      Specified by:
      getCommandOptionsOrBuilder in interface GetServerInfoResponseOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static GetServerInfoResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetServerInfoResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetServerInfoResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetServerInfoResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetServerInfoResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetServerInfoResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static GetServerInfoResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetServerInfoResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetServerInfoResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static GetServerInfoResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetServerInfoResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static GetServerInfoResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public GetServerInfoResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static GetServerInfoResponse.Builder newBuilder()
    • newBuilder

      public static GetServerInfoResponse.Builder newBuilder(GetServerInfoResponse prototype)
    • toBuilder

      public GetServerInfoResponse.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected GetServerInfoResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static GetServerInfoResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<GetServerInfoResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<GetServerInfoResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public GetServerInfoResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder