QueryResponse

gcp4s.bigquery.model.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]])

Attributes

Source:
QueryResponse.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product