o
org.apache.pekko.stream.connectors.googlecloud.bigquery.model
QueryResponse
Companion class QueryResponse
object QueryResponse extends Serializable
- Source
- QueryJsonProtocol.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- QueryResponse
- 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
- 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[T](schema: Optional[TableSchema], jobReference: JobReference, totalRows: OptionalLong, pageToken: Optional[String], rows: Optional[List[T]], totalBytesProcessed: OptionalLong, jobComplete: Boolean, errors: Optional[List[ErrorProto]], cacheHit: Optional[Boolean], numDmlAffectedRows: OptionalLong): QueryResponse[T]
Java API: QueryResponse model
Java API: QueryResponse model
- T
the data model for each row
- schema
the schema of the results
- jobReference
reference to the Job that was created to run the query
- totalRows
the total number of rows in the complete query result set, which can be more than the number of rows in this single page of results
- pageToken
a token used for paging results
- rows
an object with as many results as can be contained within the maximum permitted reply size
- totalBytesProcessed
the total number of bytes processed for this query
- jobComplete
whether the query has completed or not
- errors
the first errors or warnings encountered during the running of the job
- cacheHit
whether the query result was fetched from the query cache
- numDmlAffectedRows
the number of rows affected by a DML statement
- returns
- 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])
- 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()
- implicit val paginated: Paginated[QueryResponse[Any]]
- implicit def reader[T <: AnyRef](implicit reader: BigQueryRootJsonReader[T]): RootJsonReader[QueryResponse[T]]
- 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()