Packages

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

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()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MantikArtifact
  2. Product
  3. Equals
  4. GeneratedMessage
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MantikArtifact(mantikHeaderJson: String = "", artifactKind: String = "", fileId: String = "", namedId: String = "", itemId: String = "", deploymentInfo: Option[DeploymentInfo] = _root_.scala.None, mantikHeader: String = "", unknownFields: UnknownFieldSet = ...)

    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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val artifactKind: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clearDeploymentInfo: MantikArtifact
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def companion: MantikArtifact.type
    Definition Classes
    MantikArtifact → GeneratedMessage
  9. val deploymentInfo: Option[DeploymentInfo]
  10. def discardUnknownFields: MantikArtifact
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. val fileId: String
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def getDeploymentInfo: DeploymentInfo
  15. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    MantikArtifact → GeneratedMessage
  16. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    MantikArtifact → GeneratedMessage
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. val itemId: String
  19. val mantikHeader: String
  20. val mantikHeaderJson: String
  21. val namedId: String
  22. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def serializedSize: Int
    Definition Classes
    MantikArtifact → GeneratedMessage
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  28. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  29. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  30. def toProtoString: String
    Definition Classes
    MantikArtifact → GeneratedMessage
  31. val unknownFields: UnknownFieldSet
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. def withArtifactKind(__v: String): MantikArtifact
  36. def withDeploymentInfo(__v: DeploymentInfo): MantikArtifact
  37. def withFileId(__v: String): MantikArtifact
  38. def withItemId(__v: String): MantikArtifact
  39. def withMantikHeader(__v: String): MantikArtifact
  40. def withMantikHeaderJson(__v: String): MantikArtifact
  41. def withNamedId(__v: String): MantikArtifact
  42. def withUnknownFields(__v: UnknownFieldSet): MantikArtifact
  43. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    MantikArtifact → GeneratedMessage
  45. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Product

Inherited from Equals

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped