Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryResponse.clone() |
QueryResponse |
QueryResponse.set(String fieldName,
Object value) |
QueryResponse |
QueryResponse.setCacheHit(Boolean cacheHit)
Whether the query result was fetched from the query cache.
|
QueryResponse |
QueryResponse.setCreationTime(Long creationTime)
Output only.
|
QueryResponse |
QueryResponse.setDmlStats(DmlStatistics dmlStats)
Output only.
|
QueryResponse |
QueryResponse.setEndTime(Long endTime)
Output only.
|
QueryResponse |
QueryResponse.setErrors(List<ErrorProto> errors)
Output only.
|
QueryResponse |
QueryResponse.setJobComplete(Boolean jobComplete)
Whether the query has completed or not.
|
QueryResponse |
QueryResponse.setJobCreationReason(JobCreationReason jobCreationReason)
Optional.
|
QueryResponse |
QueryResponse.setJobReference(JobReference jobReference)
Reference to the Job that was created to run the query.
|
QueryResponse |
QueryResponse.setKind(String kind)
The resource type.
|
QueryResponse |
QueryResponse.setLocation(String location)
Output only.
|
QueryResponse |
QueryResponse.setNumDmlAffectedRows(Long numDmlAffectedRows)
Output only.
|
QueryResponse |
QueryResponse.setPageToken(String pageToken)
A token used for paging results.
|
QueryResponse |
QueryResponse.setQueryId(String queryId)
Auto-generated ID for the query.
|
QueryResponse |
QueryResponse.setRows(List<TableRow> rows)
An object with as many results as can be contained within the maximum permitted reply size.
|
QueryResponse |
QueryResponse.setSchema(TableSchema schema)
The schema of the results.
|
QueryResponse |
QueryResponse.setSessionInfo(SessionInfo sessionInfo)
Output only.
|
QueryResponse |
QueryResponse.setStartTime(Long startTime)
Output only.
|
QueryResponse |
QueryResponse.setTotalBytesBilled(Long totalBytesBilled)
Output only.
|
QueryResponse |
QueryResponse.setTotalBytesProcessed(Long totalBytesProcessed)
The total number of bytes processed for this query.
|
QueryResponse |
QueryResponse.setTotalRows(BigInteger 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.
|
QueryResponse |
QueryResponse.setTotalSlotMs(Long totalSlotMs)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.