Packages

p

ai.mantik.engine.protos

local_registry

package local_registry

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final case class AddArtifactRequest(namedMantikId: String = "", mantikHeader: String = "", contentType: String = "", payload: ByteString = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    namedMantikId

    Header part Optional Named Mantik Id, overriding an (optional) name inside the MantikHeader If there are no named Mantik Ids either here nor inside MantikHeader, then an anonymous item is generated.

    mantikHeader

    Mantik Header

    contentType

    Payload content type Must be set if there is content

    payload

    Payload (can be set on header and all following)

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

    artifact

    Artifact

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

    mantikId

    The Mantik Id (can be a ItemId (starting with '@' or Named Mantik Id)

    Annotations
    @SerialVersionUID()
  4. final case class GetArtifactResponse(artifact: Option[MantikArtifact] = _root_.scala.None, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    artifact

    The artifact

    Annotations
    @SerialVersionUID()
  5. final case class GetArtifactWithPayloadResponse(artifact: Option[MantikArtifact] = _root_.scala.None, contentType: String = "", payload: ByteString = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    artifact

    Header

    contentType

    May be empty if there is no payload

    payload

    Streamed content

    Annotations
    @SerialVersionUID()
  6. final case class ListArtifactResponse(artifacts: Seq[MantikArtifact] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    artifacts

    The mantik artifacts matching the list requests

    Annotations
    @SerialVersionUID()
  7. final case class ListArtifactsRequest(deployed: Boolean = false, anonymous: Boolean = false, kind: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    deployed

    if true, only list deployed

    anonymous

    if true, also list items which do not have a name

    kind

    if set, only list items of a given kind

    Annotations
    @SerialVersionUID()
  8. final case class TagArtifactRequest(mantikId: String = "", newNamedMantikId: String = "", unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable
    Annotations
    @SerialVersionUID()
  9. final case class TagArtifactResponse(changed: Boolean = false, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

    changed

    true if there was a change

    Annotations
    @SerialVersionUID()

Ungrouped