GetQueryResultsResponse

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

Value members

Inherited methods

Inherited from:
Product