Class/Object

com.youtube.vitess.proto.vtgate

ExecuteEntityIdsRequest

Related Docs: object ExecuteEntityIdsRequest | package vtgate

Permalink

final case class ExecuteEntityIdsRequest(callerId: Option[CallerID] = None, session: Option[Session] = None, query: Option[BoundQuery] = None, keyspace: String = "", entityColumnName: String = "", entityKeyspaceIds: Seq[EntityId] = _root_.scala.collection.Seq.empty, tabletType: TabletType = ..., notInTransaction: Boolean = false, options: Option[ExecuteOptions] = None) extends GeneratedMessage with Message[ExecuteEntityIdsRequest] with Updatable[ExecuteEntityIdsRequest] with Product with Serializable

ExecuteEntityIdsRequest is the payload to ExecuteEntityIds.

callerId

caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

session

session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

query

query is the query and bind variables to execute.

keyspace

keyspace to target the query to.

entityColumnName

entity_column_name is the column name to use.

entityKeyspaceIds

entity_keyspace_ids are pairs of entity_column_name values associated with its corresponding keyspace_id.

tabletType

tablet_type is the type of tablets that this query is targeted to.

notInTransaction

not_in_transaction is deprecated and should not be used.

options

options

Annotations
@SerialVersionUID()
Linear Supertypes
Product, Equals, Updatable[ExecuteEntityIdsRequest], Message[ExecuteEntityIdsRequest], GeneratedMessage, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExecuteEntityIdsRequest
  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 ExecuteEntityIdsRequest(callerId: Option[CallerID] = None, session: Option[Session] = None, query: Option[BoundQuery] = None, keyspace: String = "", entityColumnName: String = "", entityKeyspaceIds: Seq[EntityId] = _root_.scala.collection.Seq.empty, tabletType: TabletType = ..., notInTransaction: Boolean = false, options: Option[ExecuteOptions] = None)

    Permalink

    callerId

    caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

    session

    session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

    query

    query is the query and bind variables to execute.

    keyspace

    keyspace to target the query to.

    entityColumnName

    entity_column_name is the column name to use.

    entityKeyspaceIds

    entity_keyspace_ids are pairs of entity_column_name values associated with its corresponding keyspace_id.

    tabletType

    tablet_type is the type of tablets that this query is targeted to.

    notInTransaction

    not_in_transaction is deprecated and should not be used.

    options

    options

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 addAllEntityKeyspaceIds(__vs: TraversableOnce[EntityId]): ExecuteEntityIdsRequest

    Permalink
  5. def addEntityKeyspaceIds(__vs: EntityId*): ExecuteEntityIdsRequest

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val callerId: Option[CallerID]

    Permalink

    caller_id identifies the caller.

    caller_id identifies the caller. This is the effective caller ID, set by the application to further identify the caller.

  8. def clearCallerId: ExecuteEntityIdsRequest

    Permalink
  9. def clearEntityKeyspaceIds: ExecuteEntityIdsRequest

    Permalink
  10. def clearOptions: ExecuteEntityIdsRequest

    Permalink
  11. def clearQuery: ExecuteEntityIdsRequest

    Permalink
  12. def clearSession: ExecuteEntityIdsRequest

    Permalink
  13. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ExecuteEntityIdsRequest → GeneratedMessage
  15. val entityColumnName: String

    Permalink

    entity_column_name is the column name to use.

  16. val entityKeyspaceIds: Seq[EntityId]

    Permalink

    entity_keyspace_ids are pairs of entity_column_name values associated with its corresponding keyspace_id.

  17. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. def getCallerId: CallerID

    Permalink
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  21. def getField(__field: FieldDescriptor): PValue

    Permalink
    Definition Classes
    ExecuteEntityIdsRequest → GeneratedMessage
  22. def getFieldByNumber(__fieldNumber: Int): Any

    Permalink
    Definition Classes
    ExecuteEntityIdsRequest → GeneratedMessage
  23. def getOptions: ExecuteOptions

    Permalink
  24. def getQuery: BoundQuery

    Permalink
  25. def getSession: Session

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. val keyspace: String

    Permalink

    keyspace to target the query to.

  28. def mergeFrom(_input__: CodedInputStream): ExecuteEntityIdsRequest

    Permalink
    Definition Classes
    ExecuteEntityIdsRequest → Message
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. val notInTransaction: Boolean

    Permalink

    not_in_transaction is deprecated and should not be used.

  31. final def notify(): Unit

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

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

    Permalink

    options

  34. val query: Option[BoundQuery]

    Permalink

    query is the query and bind variables to execute.

  35. final def serializedSize: Int

    Permalink
    Definition Classes
    ExecuteEntityIdsRequest → GeneratedMessage
  36. val session: Option[Session]

    Permalink

    session carries the current transaction data.

    session carries the current transaction data. It is returned by Begin. Do not fill it in if outside of a transaction.

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. val tabletType: TabletType

    Permalink

    tablet_type is the type of tablets that this query is targeted to.

  39. def toByteArray: Array[Byte]

    Permalink
    Definition Classes
    GeneratedMessage
  40. def toByteString: ByteString

    Permalink
    Definition Classes
    GeneratedMessage
  41. def toPMessage: PMessage

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. def withCallerId(__v: CallerID): ExecuteEntityIdsRequest

    Permalink
  48. def withEntityColumnName(__v: String): ExecuteEntityIdsRequest

    Permalink
  49. def withEntityKeyspaceIds(__v: Seq[EntityId]): ExecuteEntityIdsRequest

    Permalink
  50. def withKeyspace(__v: String): ExecuteEntityIdsRequest

    Permalink
  51. def withNotInTransaction(__v: Boolean): ExecuteEntityIdsRequest

    Permalink
  52. def withOptions(__v: ExecuteOptions): ExecuteEntityIdsRequest

    Permalink
  53. def withQuery(__v: BoundQuery): ExecuteEntityIdsRequest

    Permalink
  54. def withSession(__v: Session): ExecuteEntityIdsRequest

    Permalink
  55. def withTabletType(__v: TabletType): ExecuteEntityIdsRequest

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

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

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

Inherited from Message[ExecuteEntityIdsRequest]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped