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

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

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped