final case class QueryRequest extends Product with Serializable

QueryRequest model

Source
QueryJsonProtocol.scala
See also

BigQuery reference

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

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( ... ) @native() @HotSpotIntrinsicCandidate()
  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[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  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
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val query: String
  29. val requestId: Option[String]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. val timeout: Option[FiniteDuration]
  32. val useLegacySql: Option[Boolean]
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. def withDefaultDataset(defaultDataset: Optional[DatasetReference]): QueryRequest
  37. def withDefaultDataset(defaultDataset: Option[DatasetReference]): QueryRequest
  38. def withDryRun(dryRun: Optional[Boolean]): QueryRequest
  39. def withDryRun(dryRun: Option[Boolean]): QueryRequest
  40. def withLabels(labels: Optional[Map[String, String]]): QueryRequest
  41. def withLabels(labels: Option[Map[String, String]]): QueryRequest
  42. def withLocation(location: Optional[String]): QueryRequest
  43. def withLocation(location: Option[String]): QueryRequest
  44. def withMaxResults(maxResults: OptionalInt): QueryRequest
  45. def withMaxResults(maxResults: Option[Int]): QueryRequest
  46. def withMaximumBytesBilled(maximumBytesBilled: OptionalLong): QueryRequest
  47. def withMaximumBytesBilled(maximumBytesBilled: Option[Long]): QueryRequest
  48. def withQuery(query: String): QueryRequest
  49. def withRequestId(requestId: Optional[String]): QueryRequest
  50. def withRequestId(requestId: Option[String]): QueryRequest
  51. def withTimeout(timeout: Optional[Duration]): QueryRequest
  52. def withTimeout(timeout: Option[FiniteDuration]): QueryRequest
  53. def withUseLegacySql(useLegacySql: Optional[Boolean]): QueryRequest
  54. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped