Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
GetQueryResultsResponse |
GetQueryResultsResponse.clone() |
GetQueryResultsResponse |
GetQueryResultsResponse.set(java.lang.String fieldName,
java.lang.Object value) |
GetQueryResultsResponse |
GetQueryResultsResponse.setCacheHit(java.lang.Boolean cacheHit)
Whether the query result was fetched from the query cache.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setErrors(java.util.List<ErrorProto> errors)
[Output-only] All errors and warnings encountered during the running of the job.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setEtag(java.lang.String etag)
A hash of this response.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setJobComplete(java.lang.Boolean jobComplete)
Whether the query has completed or not.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setJobReference(JobReference jobReference)
Reference to the BigQuery Job that was created to run the query.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setKind(java.lang.String kind)
The resource type of the response.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setNumDmlAffectedRows(java.lang.Long numDmlAffectedRows)
[Output-only, Experimental] The number of rows affected by a DML statement.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setPageToken(java.lang.String pageToken)
A token used for paging results.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setRows(java.util.List<TableRow> rows)
An object with as many results as can be contained within the maximum permitted reply size.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setSchema(TableSchema schema)
The schema of the results.
|
GetQueryResultsResponse |
GetQueryResultsResponse.setTotalBytesProcessed(java.lang.Long totalBytesProcessed)
The total number of bytes processed for this query.
|
GetQueryResultsResponse |
GetQueryResultsResponse.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.
|