package remote
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class Empty(unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[Empty] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- 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()
- 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()
- 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()
- sealed abstract class RemoteOsType extends GeneratedEnum
- 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()
- 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()
- final case class RemoteRefreshRequest(refreshToken: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[RemoteRefreshRequest] with Product with Serializable
- Annotations
- @SerialVersionUID()
- 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()
- 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()
- 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()
- sealed abstract class RunReplyType extends GeneratedEnum
- 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()
- 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()
- 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()
- 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
- object Empty extends GeneratedMessageCompanion[Empty]
- object ProfilesReply extends GeneratedMessageCompanion[ProfilesReply]
- object RemoteGrpc
- object RemoteInfo extends GeneratedMessageCompanion[RemoteInfo]
- object RemoteLoginReply extends GeneratedMessageCompanion[RemoteLoginReply]
- object RemoteLoginRequest extends GeneratedMessageCompanion[RemoteLoginRequest]
- object RemoteOsType extends GeneratedEnumCompanion[RemoteOsType]
- object RemoteProfile extends GeneratedMessageCompanion[RemoteProfile]
- object RemoteProto extends GeneratedFileObject
- object RemoteRefreshReply extends GeneratedMessageCompanion[RemoteRefreshReply]
- object RemoteRefreshRequest extends GeneratedMessageCompanion[RemoteRefreshRequest]
- object RemoteRegisterLoginGrpc
- object RemoteRegisterReply extends GeneratedMessageCompanion[RemoteRegisterReply]
- object RemoteRegisterRequest extends GeneratedMessageCompanion[RemoteRegisterRequest]
- object RunReply extends GeneratedMessageCompanion[RunReply]
- object RunReplyType extends GeneratedEnumCompanion[RunReplyType]
- object RunRequest extends GeneratedMessageCompanion[RunRequest]
- object StopCommandReply extends GeneratedMessageCompanion[StopCommandReply]
- object StopCommandRequest extends GeneratedMessageCompanion[StopCommandRequest]
- object StringTriple extends GeneratedMessageCompanion[StringTriple]