final case class QueryRequest extends Product with Serializable

QueryRequest model

Source
QueryJsonProtocol.scala
See also

BigQuery reference

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QueryRequest
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. val defaultDataset: Option[DatasetReference]
  7. val dryRun: Option[Boolean]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getDefaultDataset: Optional[DatasetReference]
  12. def getDryRun: Optional[Boolean]
  13. def getLabels: Optional[Map[String, String]]
  14. def getLocation: Optional[String]
  15. def getMaxResults: OptionalInt
  16. def getMaximumBytesBilled: Optional[Long]
  17. def getQuery: String
  18. def getRequestId: Optional[String]
  19. def getTimeout: Optional[Duration]
  20. def getUseLegacySql: Optional[Boolean]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. val labels: Option[Map[String, String]]
  23. val location: Option[String]
  24. val maxResults: Option[Int]
  25. val maximumBytesBilled: Option[Long]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def productElementNames: Iterator[String]
    Definition Classes
    Product
  30. val query: String
  31. val requestId: Option[String]
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. val timeout: Option[FiniteDuration]
  34. val useLegacySql: Option[Boolean]
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. def withDefaultDataset(defaultDataset: Optional[DatasetReference]): QueryRequest
  39. def withDefaultDataset(defaultDataset: Option[DatasetReference]): QueryRequest
  40. def withDryRun(dryRun: Optional[Boolean]): QueryRequest
  41. def withDryRun(dryRun: Option[Boolean]): QueryRequest
  42. def withLabels(labels: Optional[Map[String, String]]): QueryRequest
  43. def withLabels(labels: Option[Map[String, String]]): QueryRequest
  44. def withLocation(location: Optional[String]): QueryRequest
  45. def withLocation(location: Option[String]): QueryRequest
  46. def withMaxResults(maxResults: OptionalInt): QueryRequest
  47. def withMaxResults(maxResults: Option[Int]): QueryRequest
  48. def withMaximumBytesBilled(maximumBytesBilled: OptionalLong): QueryRequest
  49. def withMaximumBytesBilled(maximumBytesBilled: Option[Long]): QueryRequest
  50. def withQuery(query: String): QueryRequest
  51. def withRequestId(requestId: Optional[String]): QueryRequest
  52. def withRequestId(requestId: Option[String]): QueryRequest
  53. def withTimeout(timeout: Optional[Duration]): QueryRequest
  54. def withTimeout(timeout: Option[FiniteDuration]): QueryRequest
  55. def withUseLegacySql(useLegacySql: Optional[Boolean]): QueryRequest
  56. def withUseLegacySql(useLegacySql: Option[Boolean]): QueryRequest

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped