Class GetServerInfoResponse

    • Method Detail

      • 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
      • 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
      • 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
      • 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
      • 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
      • 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
      • 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
      • 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
      • getPluginsCount

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

        public int getCommandOptionsCount()
         Additional options available to commands
         
        repeated .yamcs.protobuf.web.GetServerInfoResponse.CommandOptionInfo commandOptions = 7;
        Specified by:
        getCommandOptionsCount 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
      • newBuilderForType

        public GetServerInfoResponse.Builder newBuilderForType()
        Specified by:
        newBuilderForType in interface com.google.protobuf.Message
        Specified by:
        newBuilderForType in interface com.google.protobuf.MessageLite
      • 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
      • 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