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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryResponse
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val cacheHit: Option[Boolean]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errors: Option[Seq[ErrorProto]]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getCacheHit: Optional[Boolean]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getErrors: Optional[List[ErrorProto]]
- def getJobComplete: Boolean
- def getJobReference: JobReference
- def getNumDmlAffectedRows: OptionalLong
- def getPageToken: Optional[String]
- def getRows: Optional[List[T]]
- def getSchema: Optional[TableSchema]
- def getTotalBytesProcessed: OptionalLong
- def getTotalRows: OptionalLong
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val jobComplete: Boolean
- val jobReference: JobReference
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val numDmlAffectedRows: Option[Long]
- val pageToken: Option[String]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val rows: Option[Seq[T]]
- val schema: Option[TableSchema]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- val totalBytesProcessed: Option[Long]
- val totalRows: Option[Long]
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withCacheHit(cacheHit: Optional[Boolean]): QueryResponse[T]
- def withCacheHit(cacheHit: Option[Boolean]): QueryResponse[T]
- def withErrors(errors: Optional[List[ErrorProto]]): QueryResponse[T]
- def withErrors(errors: Option[Seq[ErrorProto]]): QueryResponse[T]
- def withJobComplete(jobComplete: Boolean): QueryResponse[T]
- def withJobReference(jobReference: JobReference): QueryResponse[T]
- def withNumDmlAffectedRows(numDmlAffectedRows: OptionalLong): QueryResponse[T]
- def withNumDmlAffectedRows(numDmlAffectedRows: Option[Long]): QueryResponse[T]
- def withPageToken(pageToken: Optional[String]): QueryResponse[T]
- def withPageToken(pageToken: Option[String]): QueryResponse[T]
- def withRows(rows: Optional[List[T]]): QueryResponse[T]
- def withRows[S >: T](rows: Option[Seq[S]]): QueryResponse[S]
- def withSchema(schema: Optional[TableSchema]): QueryResponse[T]
- def withSchema(schema: Option[TableSchema]): QueryResponse[T]
- def withTotalBytesProcessed(totalBytesProcessed: OptionalLong): QueryResponse[T]
- def withTotalBytesProcessed(totalBytesProcessed: Option[Long]): QueryResponse[T]
- def withTotalRows(totalRows: OptionalLong): QueryResponse[T]
- def withTotalRows(totalRows: Option[Long]): QueryResponse[T]