Class/Object

com.youtube.vitess.proto.query

BeginExecuteBatchRequest

Related Docs: object BeginExecuteBatchRequest | package query

Permalink

final case class BeginExecuteBatchRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, queries: Seq[BoundQuery] = _root_.scala.collection.Seq.empty, asTransaction: Boolean = false, options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[BeginExecuteBatchRequest] with Updatable[BeginExecuteBatchRequest] with Product with Serializable

BeginExecuteBatchRequest is the payload to BeginExecuteBatch

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[BeginExecuteBatchRequest], Message[BeginExecuteBatchRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BeginExecuteBatchRequest
  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 BeginExecuteBatchRequest(effectiveCallerId: Option[CallerID] = None, immediateCallerId: Option[VTGateCallerID] = None, target: Option[Target] = None, queries: Seq[BoundQuery] = _root_.scala.collection.Seq.empty, asTransaction: Boolean = false, 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. def addAllQueries(__vs: TraversableOnce[BoundQuery]): BeginExecuteBatchRequest

    Permalink
  5. def addQueries(__vs: BoundQuery*): BeginExecuteBatchRequest

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val asTransaction: Boolean

    Permalink
  8. def clearEffectiveCallerId: BeginExecuteBatchRequest

    Permalink
  9. def clearImmediateCallerId: BeginExecuteBatchRequest

    Permalink
  10. def clearOptions: BeginExecuteBatchRequest

    Permalink
  11. def clearQueries: BeginExecuteBatchRequest

    Permalink
  12. def clearTarget: BeginExecuteBatchRequest

    Permalink
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    BeginExecuteBatchRequest → GeneratedMessage
  15. val effectiveCallerId: Option[CallerID]

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

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

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

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

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

    Permalink
    Definition Classes
    BeginExecuteBatchRequest → GeneratedMessage
  21. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    BeginExecuteBatchRequest → GeneratedMessage
  22. def getImmediateCallerId: VTGateCallerID

    Permalink
  23. def getOptions: ExecuteOptions

    Permalink
  24. def getTarget: Target

    Permalink
  25. val immediateCallerId: Option[VTGateCallerID]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. def mergeFrom(_input__: CodedInputStream): BeginExecuteBatchRequest

    Permalink
    Definition Classes
    BeginExecuteBatchRequest → Message
  28. final def ne(arg0: AnyRef): Boolean

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

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

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

    Permalink
  32. val queries: Seq[BoundQuery]

    Permalink
  33. final def serializedSize: Int

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

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

    Permalink
  36. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  37. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  38. def toPMessage: PMessage

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def withAsTransaction(__v: Boolean): BeginExecuteBatchRequest

    Permalink
  45. def withEffectiveCallerId(__v: CallerID): BeginExecuteBatchRequest

    Permalink
  46. def withImmediateCallerId(__v: VTGateCallerID): BeginExecuteBatchRequest

    Permalink
  47. def withOptions(__v: ExecuteOptions): BeginExecuteBatchRequest

    Permalink
  48. def withQueries(__v: Seq[BoundQuery]): BeginExecuteBatchRequest

    Permalink
  49. def withTarget(__v: Target): BeginExecuteBatchRequest

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

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

    Permalink
    Definition Classes
    BeginExecuteBatchRequest → GeneratedMessage
  52. 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[BeginExecuteBatchRequest]

Inherited from Message[BeginExecuteBatchRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped