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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServingApp
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllMetadata(__vs: TraversableOnce[(String, String)]): ServingApp
- def addAllPipeline(__vs: TraversableOnce[Stage]): ServingApp
- def addMetadata(__vs: (String, String)*): ServingApp
- def addPipeline(__vs: Stage*): ServingApp
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearContract: ServingApp
- def clearMetadata: ServingApp
- def clearPipeline: ServingApp
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
companion: ServingApp.type
- Definition Classes
- ServingApp → GeneratedMessage
- val contract: Option[ModelContract]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getContract: ModelContract
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- ServingApp → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ServingApp → GeneratedMessage
- val id: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mergeFrom(_input__: CodedInputStream): ServingApp
- Definition Classes
- ServingApp → Message
- val metadata: Map[String, String]
- val name: String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val pipeline: Seq[Stage]
-
final
def
serializedSize: Int
- Definition Classes
- ServingApp → GeneratedMessage
- val status: ApplicationStatus
- val statusMessage: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- ServingApp → GeneratedMessage
-
def
update(ms: (Lens[ServingApp, ServingApp]) ⇒ Mutation[ServingApp]*): ServingApp
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withContract(__v: ModelContract): ServingApp
- def withId(__v: String): ServingApp
- def withMetadata(__v: Map[String, String]): ServingApp
- def withName(__v: String): ServingApp
- def withPipeline(__v: Seq[Stage]): ServingApp
- def withStatus(__v: ApplicationStatus): ServingApp
- def withStatusMessage(__v: String): ServingApp
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ServingApp → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
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