Packages

p

ai.mantik.planner.protos

planning_context

package planning_context

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class AddLocalMantikItemRequest(mantikHeader: String = "", id: String = "", contentType: String = "", data: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    mantikHeader

    Mantik Header (JSON/YAML) (in first Request)

    id

    Optional mantik Id (in first request)

    contentType

    Optional Content type (if data is coming)

    data

    Payload Content

    Annotations
    @SerialVersionUID()
  2. final case class AddLocalMantikItemResponse(id: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    id

    Mantik Item Id under which the item is stored

    Annotations
    @SerialVersionUID()
  3. final case class ExecuteActionRequest(actionJson: String = "", actionMetaJson: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    actionJson

    Serialized Mantik Action

    actionMetaJson

    Serialized Action Meta

    Annotations
    @SerialVersionUID()
  4. final case class ExecuteActionResponse(responseJson: ByteString = _root_.com.google.protobuf.ByteString.EMPTY, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    responseJson

    Serialized Mantik Action Response

    Annotations
    @SerialVersionUID()
  5. final case class LoadItemRequest(mantikId: String = "", pull: Boolean = false, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    mantikId

    The id of the item to load

    pull

    If true, pull the item from a remote repository

    Annotations
    @SerialVersionUID()
  6. final case class LoadItemResponse(itemJson: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    itemJson

    Serialized Mantik Item as JSON

    Annotations
    @SerialVersionUID()
  7. final case class StateRequest(itemJson: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    itemJson

    Serialized Mantik Item as JSON

    Annotations
    @SerialVersionUID()
  8. final case class StateResponse(stateJson: String = "", unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Product with Serializable

    stateJson

    Serialized MantikItemState as JSON

    Annotations
    @SerialVersionUID()

Ungrouped