Class/Object

com.youtube.vitess.proto.query

StreamExecuteRequest

Related Docs: object StreamExecuteRequest | package query

Permalink

final case class StreamExecuteRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, query: Option[BoundQuery] = None, options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[StreamExecuteRequest] with Updatable[StreamExecuteRequest] with Product with Serializable

StreamExecuteRequest is the payload to StreamExecute

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[StreamExecuteRequest], Message[StreamExecuteRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StreamExecuteRequest
  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 StreamExecuteRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, query: Option[BoundQuery] = None, options: Option[ExecuteOptions] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clearEffectiveCallerId: StreamExecuteRequest

    Permalink
  6. def clearImmediateCallerId: StreamExecuteRequest

    Permalink
  7. def clearOptions: StreamExecuteRequest

    Permalink
  8. def clearQuery: StreamExecuteRequest

    Permalink
  9. def clearTarget: StreamExecuteRequest

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def companion: StreamExecuteRequest.type

    Permalink
    Definition Classes
    StreamExecuteRequest → GeneratedMessage
  12. val effectiveCallerId: Option[CallerID]

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  16. def getEffectiveCallerId: CallerID

    Permalink
  17. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    StreamExecuteRequest → GeneratedMessage
  18. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    StreamExecuteRequest → GeneratedMessage
  19. def getImmediateCallerId: VTGateCallerID

    Permalink
  20. def getOptions: ExecuteOptions

    Permalink
  21. def getQuery: BoundQuery

    Permalink
  22. def getTarget: Target

    Permalink
  23. val immediateCallerId: Option[VTGateCallerID]

    Permalink
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def mergeFrom(_input__: CodedInputStream): StreamExecuteRequest

    Permalink
    Definition Classes
    StreamExecuteRequest → Message
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. val options: Option[ExecuteOptions]

    Permalink
  30. val query: Option[BoundQuery]

    Permalink
  31. final def serializedSize: Int

    Permalink
    Definition Classes
    StreamExecuteRequest → GeneratedMessage
  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  33. val target: Option[Target]

    Permalink
  34. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  35. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  36. def toPMessage: PMessage

    Permalink
    Definition Classes
    GeneratedMessage
  37. def toString(): String

    Permalink
    Definition Classes
    StreamExecuteRequest → AnyRef → Any
  38. def update(ms: (Lens[StreamExecuteRequest, StreamExecuteRequest]) ⇒ Mutation[StreamExecuteRequest]*): StreamExecuteRequest

    Permalink
    Definition Classes
    Updatable
  39. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def withEffectiveCallerId(__v: CallerID): StreamExecuteRequest

    Permalink
  43. def withImmediateCallerId(__v: VTGateCallerID): StreamExecuteRequest

    Permalink
  44. def withOptions(__v: ExecuteOptions): StreamExecuteRequest

    Permalink
  45. def withQuery(__v: BoundQuery): StreamExecuteRequest

    Permalink
  46. def withTarget(__v: Target): StreamExecuteRequest

    Permalink
  47. def writeDelimitedTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage
  48. def writeTo(_output__: CodedOutputStream): Unit

    Permalink
    Definition Classes
    StreamExecuteRequest → GeneratedMessage
  49. def writeTo(output: OutputStream): Unit

    Permalink
    Definition Classes
    GeneratedMessage

Deprecated Value Members

  1. def getAllFields: Map[FieldDescriptor, Any]

    Permalink
    Definition Classes
    GeneratedMessage
    Annotations
    @deprecated
    Deprecated

    (Since version 0.6.0) Use toPMessage

  2. def getField(field: FieldDescriptor): Any

    Permalink
    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[StreamExecuteRequest]

Inherited from Message[StreamExecuteRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped