Packages

package registry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class DeploymentInfo(name: String = "", internalUrl: String = "", externalUrl: String = "", timestamp: Option[Timestamp] = _root_.scala.None, sub: Map[String, SubDeploymentInfo] = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    Contains information if some artifact is deployed

    Contains information if some artifact is deployed

    Annotations
    @SerialVersionUID()
  2. final case class MantikArtifact(mantikHeaderJson: String = "", artifactKind: String = "", fileId: String = "", namedId: String = "", itemId: String = "", deploymentInfo: Option[DeploymentInfo] = _root_.scala.None, mantikHeader: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    Contains information about a MantikArtifact

    Contains information about a MantikArtifact

    mantikHeaderJson

    JSON Serialized Mantik Header

    artifactKind

    Kind of the Artifact (e.g. algorithm)

    fileId

    File Id (optional) for Item payload

    namedId

    Optional named id of the item. This is generally empty, if the item is requested by ItemId (because multiple names could point to the same itemId)

    itemId

    Required Item Id.

    deploymentInfo

    Optional information about a deployment of the item

    mantikHeader

    Original Mantik Header code (can be YAML)

    Annotations
    @SerialVersionUID()
  3. final case class SubDeploymentInfo(name: String = "", internalUrl: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    Contains infor about a sub deployment

    Contains infor about a sub deployment

    Annotations
    @SerialVersionUID()

Ungrouped