GetQueryResultsResponse

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

Attributes

Source:
GetQueryResultsResponse.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