final case class PushRequest(sessionId: String = "", taskId: String = "", port: Int = 0, dataSize: Long = 0L, done: Boolean = false, data: ByteString = ..., unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Product with Serializable

sessionId

The ID of the session

taskId

The ID of the task, will be created ad hoc

port

The id of the port the data should go to

dataSize

Data Size hint, undefined if < 0

done

If true then this is the last element

data

the data payload can be repeated

Annotations
@SerialVersionUID()
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PushRequest
  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 PushRequest(sessionId: String = "", taskId: String = "", port: Int = 0, dataSize: Long = 0L, done: Boolean = false, data: ByteString = ..., unknownFields: UnknownFieldSet = ...)

    sessionId

    The ID of the session

    taskId

    The ID of the task, will be created ad hoc

    port

    The id of the port the data should go to

    dataSize

    Data Size hint, undefined if < 0

    done

    If true then this is the last element

    data

    the data payload can be repeated

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def companion: PushRequest.type
    Definition Classes
    PushRequest → GeneratedMessage
  7. val data: ByteString
  8. val dataSize: Long
  9. def discardUnknownFields: PushRequest
  10. val done: Boolean
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    PushRequest → GeneratedMessage
  14. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    PushRequest → GeneratedMessage
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. val port: Int
  20. def serializedSize: Int
    Definition Classes
    PushRequest → GeneratedMessage
  21. val sessionId: String
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. val taskId: String
  24. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  25. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  26. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  27. def toProtoString: String
    Definition Classes
    PushRequest → GeneratedMessage
  28. val unknownFields: UnknownFieldSet
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. def withData(__v: ByteString): PushRequest
  33. def withDataSize(__v: Long): PushRequest
  34. def withDone(__v: Boolean): PushRequest
  35. def withPort(__v: Int): PushRequest
  36. def withSessionId(__v: String): PushRequest
  37. def withTaskId(__v: String): PushRequest
  38. def withUnknownFields(__v: UnknownFieldSet): PushRequest
  39. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  40. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    PushRequest → GeneratedMessage
  41. 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