QueryResponse

final case class QueryResponse(totalBytesProcessed: Option[Long], cacheHit: Option[Boolean], sessionInfo: Option[SessionInfo], errors: Option[List[ErrorProto]], pageToken: Option[String], jobComplete: Option[Boolean], schema: Option[TableSchema], dmlStats: Option[DmlStatistics], numDmlAffectedRows: Option[Long], totalRows: Option[BigInt], kind: Option[String], jobReference: Option[JobReference], rows: Option[List[TableRow]])
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product