QueryResponse

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The column data types of the returned result set.

Link copied to clipboard

A pagination token that can be used again on a Query call to get the next set of results.

Link copied to clipboard

A unique ID for the given query.

Link copied to clipboard

Information about the status of the query, including progress and bytes scanned.

Link copied to clipboard
val rows: List<Row>

The result set rows returned by the query.

Functions

Link copied to clipboard
inline fun copy(block: QueryResponse.Builder.() -> Unit = {}): QueryResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String