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.setDmlStats(DmlStatistics dmlStats)
[Output-only] Detailed statistics for DML statements Present only for DML statements INSERT,
UPDATE, DELETE or TRUNCATE.
|
QueryResponse |
QueryResponse.setErrors(List<ErrorProto> errors)
[Output-only] The first errors or warnings encountered during the running of the job.
|
QueryResponse |
QueryResponse.setJobComplete(Boolean jobComplete)
Whether the query has completed or not.
|
QueryResponse |
QueryResponse.setJobCreationReason(Object 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.setNumDmlAffectedRows(Long numDmlAffectedRows)
[Output-only] The number of rows affected by a DML statement.
|
QueryResponse |
QueryResponse.setPageToken(String pageToken)
A token used for paging results.
|
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] [Preview] Information of the session if this job is part of one.
|
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.
|
Copyright © 2011–2023 Google. All rights reserved.