QueryRequest

gcp4s.bigquery.model.QueryRequest
final case class QueryRequest(useQueryCache: Option[Boolean], useLegacySql: Option[Boolean], location: Option[String], maxResults: Option[Long], timeoutMs: Option[FiniteDuration], parameterMode: Option[String], query: Option[String], createSession: Option[Boolean], maximumBytesBilled: Option[Long], labels: Option[Map[String, String]], connectionProperties: Option[List[ConnectionProperty]], requestId: Option[String], preserveNulls: Option[Boolean], dryRun: Option[Boolean], queryParameters: Option[List[QueryParameter]], kind: Option[String], defaultDataset: Option[DatasetReference])

Attributes

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