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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped