Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
QueryResponse |
QueryResponse.clone() |
QueryResponse |
QueryResponse.set(java.lang.String fieldName,
java.lang.Object value) |
QueryResponse |
QueryResponse.setCacheHit(java.lang.Boolean cacheHit)
Whether the query result was fetched from the query cache.
|
QueryResponse |
QueryResponse.setErrors(java.util.List<ErrorProto> errors)
[Output-only] All errors and warnings encountered during the running of the job.
|
QueryResponse |
QueryResponse.setJobComplete(java.lang.Boolean jobComplete)
Whether the query has completed or not.
|
QueryResponse |
QueryResponse.setJobReference(JobReference jobReference)
Reference to the Job that was created to run the query.
|
QueryResponse |
QueryResponse.setKind(java.lang.String kind)
The resource type.
|
QueryResponse |
QueryResponse.setPageToken(java.lang.String pageToken)
A token used for paging results.
|
QueryResponse |
QueryResponse.setRows(java.util.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.setTotalBytesProcessed(java.lang.Long totalBytesProcessed)
The total number of bytes processed for this query.
|
QueryResponse |
QueryResponse.setTotalRows(java.math.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.
|