Packages

package remote

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Empty(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Empty] with Product with Serializable
    Annotations
    @SerialVersionUID()
  2. final case class ProfilesReply(profiles: Seq[RemoteProfile] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ProfilesReply] with Product with Serializable
    Annotations
    @SerialVersionUID()
  3. final case class RemoteInfo(os: RemoteOsType = top.scaleda.kernel.net.remote.RemoteOsType.REMOTE_OS_TYPE_LINUX, tempPrefix: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteInfo] with Product with Serializable
    Annotations
    @SerialVersionUID()
  4. final case class RemoteLoginReply(ok: Boolean = false, refreshToken: String = "", token: String = "", reason: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteLoginReply] with Product with Serializable
    Annotations
    @SerialVersionUID()
  5. final case class RemoteLoginRequest(username: String = "", password: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteLoginRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  6. sealed abstract class RemoteOsType extends GeneratedEnum
  7. final case class RemoteProfile(profileName: String = "", toolchainType: String = "", path: String = "", iverilogPath: String = "", vvpPath: String = "", iverilogVPIPath: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteProfile] with Product with Serializable

    Note that these value cannot be null!!!

    Note that these value cannot be null!!!

    Annotations
    @SerialVersionUID()
  8. final case class RemoteRefreshReply(ok: Boolean = false, token: String = "", reason: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteRefreshReply] with Product with Serializable
    Annotations
    @SerialVersionUID()
  9. final case class RemoteRefreshRequest(refreshToken: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteRefreshRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  10. final case class RemoteRegisterReply(ok: Boolean = false, reason: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteRegisterReply] with Product with Serializable
    Annotations
    @SerialVersionUID()
  11. final case class RemoteRegisterRequest(username: String = "", password: String = "", nickname: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteRegisterRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  12. final case class RunReply(replyType: RunReplyType = top.scaleda.kernel.net.remote.RunReplyType.RUN_REPLY_TYPE_RETURN, strValue: String = "", intValue: Int = 0, finishedAll: Boolean = false, meetErrors: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RunReply] with Product with Serializable
    Annotations
    @SerialVersionUID()
  13. sealed abstract class RunReplyType extends GeneratedEnum
  14. final case class RunRequest(commands: Seq[String] = _root_.scala.Seq.empty, path: String = "", envs: Seq[StringTriple] = _root_.scala.Seq.empty, projectBase: String = "", runId: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RunRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  15. final case class StopCommandReply(ok: Boolean = false, reason: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StopCommandReply] with Product with Serializable
    Annotations
    @SerialVersionUID()
  16. final case class StopCommandRequest(commandId: String = "", timeoutMs: Long = 0L, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StopCommandRequest] with Product with Serializable
    Annotations
    @SerialVersionUID()
  17. final case class StringTriple(a: String = "", b: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[StringTriple] with Product with Serializable
    Annotations
    @SerialVersionUID()

Value Members

  1. object Empty extends GeneratedMessageCompanion[Empty]
  2. object ProfilesReply extends GeneratedMessageCompanion[ProfilesReply]
  3. object RemoteGrpc
  4. object RemoteInfo extends GeneratedMessageCompanion[RemoteInfo]
  5. object RemoteLoginReply extends GeneratedMessageCompanion[RemoteLoginReply]
  6. object RemoteLoginRequest extends GeneratedMessageCompanion[RemoteLoginRequest]
  7. object RemoteOsType extends GeneratedEnumCompanion[RemoteOsType]
  8. object RemoteProfile extends GeneratedMessageCompanion[RemoteProfile]
  9. object RemoteProto extends GeneratedFileObject
  10. object RemoteRefreshReply extends GeneratedMessageCompanion[RemoteRefreshReply]
  11. object RemoteRefreshRequest extends GeneratedMessageCompanion[RemoteRefreshRequest]
  12. object RemoteRegisterLoginGrpc
  13. object RemoteRegisterReply extends GeneratedMessageCompanion[RemoteRegisterReply]
  14. object RemoteRegisterRequest extends GeneratedMessageCompanion[RemoteRegisterRequest]
  15. object RunReply extends GeneratedMessageCompanion[RunReply]
  16. object RunReplyType extends GeneratedEnumCompanion[RunReplyType]
  17. object RunRequest extends GeneratedMessageCompanion[RunRequest]
  18. object StopCommandReply extends GeneratedMessageCompanion[StopCommandReply]
  19. object StopCommandRequest extends GeneratedMessageCompanion[StopCommandRequest]
  20. object StringTriple extends GeneratedMessageCompanion[StringTriple]

Ungrouped