Packages

p

ai.mantik.engine.protos

remote_registry

package remote_registry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class LoginCredentials(url: String = "", username: String = "", password: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    url

    URL of the server, if empty use the default of the engine

    username

    Username of the server

    password

    Password of the server

    Annotations
    @SerialVersionUID()
  2. final case class LoginRequest(credentials: Option[LoginCredentials] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    credentials

    Credentials to validate If empty, the default is validated

    Annotations
    @SerialVersionUID()
  3. final case class LoginResponse(token: Option[LoginToken] = _root_.scala.None, validUntil: Option[Timestamp] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    token

    the login token

    validUntil

    until when the token is valid (optional)

    Annotations
    @SerialVersionUID()
  4. final case class LoginToken(url: String = "", token: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    url

    URL of the server to talk to

    token

    Token of the server to talk to

    Annotations
    @SerialVersionUID()
  5. final case class PullArtifactRequest(mantikId: String = "", token: Option[LoginToken] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    mantikId

    Mantik Id to pull

    token

    The login token to. If not set, the default backend is used

    Annotations
    @SerialVersionUID()
  6. final case class PullArtifactResponse(artifact: Option[MantikArtifact] = _root_.scala.None, hull: Seq[MantikArtifact] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    artifact

    The (main) artifact

    hull

    The artifact hull

    Annotations
    @SerialVersionUID()
  7. final case class PushArtifactRequest(mantikId: String = "", token: Option[LoginToken] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    mantikId

    Mantik Id to push

    token

    The login token to. If not set, the default backend is used

    Annotations
    @SerialVersionUID()
  8. final case class PushArtifactResponse(artifact: Option[MantikArtifact] = _root_.scala.None, hull: Seq[MantikArtifact] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    artifact

    The (main) artifact

    hull

    The artifact hull

    Annotations
    @SerialVersionUID()

Ungrouped