Packages

final case class ServingApp(id: String = "", name: String = "", contract: Option[ModelContract] = None, pipeline: Seq[Stage] = _root_.scala.collection.Seq.empty, status: ApplicationStatus = ..., statusMessage: String = "", metadata: Map[String, String] = ...) extends GeneratedMessage with Message[ServingApp] with Updatable[ServingApp] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ServingApp], Message[ServingApp], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ServingApp
  2. Product
  3. Equals
  4. Updatable
  5. Message
  6. GeneratedMessage
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ServingApp(id: String = "", name: String = "", contract: Option[ModelContract] = None, pipeline: Seq[Stage] = _root_.scala.collection.Seq.empty, status: ApplicationStatus = ..., statusMessage: String = "", metadata: Map[String, String] = ...)

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. def addAllMetadata(__vs: TraversableOnce[(String, String)]): ServingApp
  5. def addAllPipeline(__vs: TraversableOnce[Stage]): ServingApp
  6. def addMetadata(__vs: (String, String)*): ServingApp
  7. def addPipeline(__vs: Stage*): ServingApp
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearContract: ServingApp
  10. def clearMetadata: ServingApp
  11. def clearPipeline: ServingApp
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. def companion: ServingApp.type
    Definition Classes
    ServingApp → GeneratedMessage
  14. val contract: Option[ModelContract]
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getContract: ModelContract
  19. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    ServingApp → GeneratedMessage
  20. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    ServingApp → GeneratedMessage
  21. val id: String
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def mergeFrom(_input__: CodedInputStream): ServingApp
    Definition Classes
    ServingApp → Message
  24. val metadata: Map[String, String]
  25. val name: String
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val pipeline: Seq[Stage]
  30. final def serializedSize: Int
    Definition Classes
    ServingApp → GeneratedMessage
  31. val status: ApplicationStatus
  32. val statusMessage: String
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  35. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  36. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  37. def toProtoString: String
    Definition Classes
    ServingApp → GeneratedMessage
  38. def update(ms: (Lens[ServingApp, ServingApp]) ⇒ Mutation[ServingApp]*): ServingApp
    Definition Classes
    Updatable
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  42. def withContract(__v: ModelContract): ServingApp
  43. def withId(__v: String): ServingApp
  44. def withMetadata(__v: Map[String, String]): ServingApp
  45. def withName(__v: String): ServingApp
  46. def withPipeline(__v: Seq[Stage]): ServingApp
  47. def withStatus(__v: ApplicationStatus): ServingApp
  48. def withStatusMessage(__v: String): ServingApp
  49. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  50. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    ServingApp → GeneratedMessage
  51. def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue

Inherited from Product

Inherited from Equals

Inherited from Updatable[ServingApp]

Inherited from Message[ServingApp]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped