final case class QueryResponse[+T] extends Product with Serializable

QueryResponse model

T

the data model for each row

Annotations
@JsonIgnoreProperties()
Source
QueryJsonProtocol.scala
See also

BigQuery reference

BigQuery reference

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryResponse
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. val cacheHit: Option[Boolean]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. val errors: Option[Seq[ErrorProto]]
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. def getCacheHit: Optional[Boolean]
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def getErrors: Optional[List[ErrorProto]]
  13. def getJobComplete: Boolean
  14. def getJobReference: JobReference
  15. def getNumDmlAffectedRows: OptionalLong
  16. def getPageToken: Optional[String]
  17. def getRows: Optional[List[T]]
  18. def getSchema: Optional[TableSchema]
  19. def getTotalBytesProcessed: OptionalLong
  20. def getTotalRows: OptionalLong
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val jobComplete: Boolean
  23. val jobReference: JobReference
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val numDmlAffectedRows: Option[Long]
  28. val pageToken: Option[String]
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val rows: Option[Seq[T]]
  31. val schema: Option[TableSchema]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val totalBytesProcessed: Option[Long]
  34. val totalRows: Option[Long]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def withCacheHit(cacheHit: Optional[Boolean]): QueryResponse[T]
  39. def withCacheHit(cacheHit: Option[Boolean]): QueryResponse[T]
  40. def withErrors(errors: Optional[List[ErrorProto]]): QueryResponse[T]
  41. def withErrors(errors: Option[Seq[ErrorProto]]): QueryResponse[T]
  42. def withJobComplete(jobComplete: Boolean): QueryResponse[T]
  43. def withJobReference(jobReference: JobReference): QueryResponse[T]
  44. def withNumDmlAffectedRows(numDmlAffectedRows: OptionalLong): QueryResponse[T]
  45. def withNumDmlAffectedRows(numDmlAffectedRows: Option[Long]): QueryResponse[T]
  46. def withPageToken(pageToken: Optional[String]): QueryResponse[T]
  47. def withPageToken(pageToken: Option[String]): QueryResponse[T]
  48. def withRows(rows: Optional[List[T]]): QueryResponse[T]
  49. def withRows[S >: T](rows: Option[Seq[S]]): QueryResponse[S]
  50. def withSchema(schema: Optional[TableSchema]): QueryResponse[T]
  51. def withSchema(schema: Option[TableSchema]): QueryResponse[T]
  52. def withTotalBytesProcessed(totalBytesProcessed: OptionalLong): QueryResponse[T]
  53. def withTotalBytesProcessed(totalBytesProcessed: Option[Long]): QueryResponse[T]
  54. def withTotalRows(totalRows: OptionalLong): QueryResponse[T]
  55. def withTotalRows(totalRows: Option[Long]): QueryResponse[T]

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped