final case class RowStream(streamName: String = "", modelName: String = "", streamConfig: Option[StreamConfig] = None, spec: Option[RowStreamSpec] = None, outputSchema: Option[Schema] = None) extends GeneratedMessage with Message[RowStream] with Updatable[RowStream] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[RowStream], Message[RowStream], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RowStream
  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 RowStream(streamName: String = "", modelName: String = "", streamConfig: Option[StreamConfig] = None, spec: Option[RowStreamSpec] = None, outputSchema: Option[Schema] = None)

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clearOutputSchema: RowStream
  6. def clearSpec: RowStream
  7. def clearStreamConfig: RowStream
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. def companion: RowStream.type
    Definition Classes
    RowStream → GeneratedMessage
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    RowStream → GeneratedMessage
  14. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    RowStream → GeneratedMessage
  15. def getOutputSchema: Schema
  16. def getSpec: RowStreamSpec
  17. def getStreamConfig: StreamConfig
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def mergeFrom(_input__: CodedInputStream): RowStream
    Definition Classes
    RowStream → Message
  20. val modelName: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. val outputSchema: Option[Schema]
  25. final def serializedSize: Int
    Definition Classes
    RowStream → GeneratedMessage
  26. val spec: Option[RowStreamSpec]
  27. val streamConfig: Option[StreamConfig]
  28. val streamName: String
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  31. def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  32. def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  33. def toProtoString: String
    Definition Classes
    RowStream → GeneratedMessage
  34. def update(ms: (Lens[RowStream, RowStream]) ⇒ Mutation[RowStream]*): RowStream
    Definition Classes
    Updatable
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def withModelName(__v: String): RowStream
  39. def withOutputSchema(__v: Schema): RowStream
  40. def withSpec(__v: RowStreamSpec): RowStream
  41. def withStreamConfig(__v: StreamConfig): RowStream
  42. def withStreamName(__v: String): RowStream
  43. def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  44. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    RowStream → GeneratedMessage
  45. 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[RowStream]

Inherited from Message[RowStream]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped