o
org.apache.pekko.stream.connectors.googlecloud.bigquery.model
QueryRequest
Companion class QueryRequest
object QueryRequest extends Serializable
- Source
- QueryJsonProtocol.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryRequest
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(query: String, maxResults: Option[Int], defaultDataset: Option[DatasetReference], timeout: Option[FiniteDuration], dryRun: Option[Boolean], useLegacySql: Option[Boolean], requestId: Option[String]): QueryRequest
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def create(query: String, maxResults: OptionalInt, defaultDataset: Optional[DatasetReference], timeout: Optional[Duration], dryRun: Optional[Boolean], useLegacySql: Optional[Boolean], requestId: Optional[String]): QueryRequest
Java API: QueryRequest model
Java API: QueryRequest model
- query
a query string, following the BigQuery query syntax, of the query to execute
- maxResults
the maximum number of rows of data to return per page of results
- defaultDataset
specifies the default datasetId and projectId to assume for any unqualified table names in the query
- timeout
specifies the maximum amount of time, in milliseconds, that the client is willing to wait for the query to complete
- dryRun
if set to
true
BigQuery doesn't run the job and instead returns statistics about the job such as how many bytes would be processed- useLegacySql
specifies whether to use BigQuery's legacy SQL dialect for this query
- requestId
a unique user provided identifier to ensure idempotent behavior for queries
- returns
- See also
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- implicit val format: RootJsonFormat[QueryRequest]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()