Packages

final case class Application(id: Long = 0L, name: String = "", contract: Option[ModelContract] = None, executionGraph: Option[ExecutionGraph] = None, kafkaStreaming: Seq[KafkaStreaming] = _root_.scala.collection.Seq.empty, namespace: String = "", metadata: Map[String, String] = ...) extends GeneratedMessage with Message[Application] with Updatable[Application] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[Application], Message[Application], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Application
  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 Application(id: Long = 0L, name: String = "", contract: Option[ModelContract] = None, executionGraph: Option[ExecutionGraph] = None, kafkaStreaming: Seq[KafkaStreaming] = _root_.scala.collection.Seq.empty, namespace: 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 addAllKafkaStreaming(__vs: TraversableOnce[KafkaStreaming]): Application
  5. def addAllMetadata(__vs: TraversableOnce[(String, String)]): Application
  6. def addKafkaStreaming(__vs: KafkaStreaming*): Application
  7. def addMetadata(__vs: (String, String)*): Application
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clearContract: Application
  10. def clearExecutionGraph: Application
  11. def clearKafkaStreaming: Application
  12. def clearMetadata: Application
  13. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  14. def companion: Application.type
    Definition Classes
    Application → GeneratedMessage
  15. val contract: Option[ModelContract]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. val executionGraph: Option[ExecutionGraph]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. def getContract: ModelContract
  21. def getExecutionGraph: ExecutionGraph
  22. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    Application → GeneratedMessage
  23. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    Application → GeneratedMessage
  24. val id: Long
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. val kafkaStreaming: Seq[KafkaStreaming]
  27. def mergeFrom(_input__: CodedInputStream): Application
    Definition Classes
    Application → Message
  28. val metadata: Map[String, String]
  29. val name: String
  30. val namespace: String
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def serializedSize: Int
    Definition Classes
    Application → GeneratedMessage
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  37. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  38. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  39. def toProtoString: String
    Definition Classes
    Application → GeneratedMessage
  40. def update(ms: (Lens[Application, Application]) ⇒ Mutation[Application]*): Application
    Definition Classes
    Updatable
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  44. def withContract(__v: ModelContract): Application
  45. def withExecutionGraph(__v: ExecutionGraph): Application
  46. def withId(__v: Long): Application
  47. def withKafkaStreaming(__v: Seq[KafkaStreaming]): Application
  48. def withMetadata(__v: Map[String, String]): Application
  49. def withName(__v: String): Application
  50. def withNamespace(__v: String): Application
  51. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  52. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    Application → GeneratedMessage
  53. 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[Application]

Inherited from Message[Application]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped