Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
JobStatistics2.clone() |
JobStatistics2 |
JobStatistics.getQuery()
[Output-only] Statistics for a query job.
|
JobStatistics2 |
JobStatistics2.set(java.lang.String fieldName,
java.lang.Object value) |
JobStatistics2 |
JobStatistics2.setCacheHit(java.lang.Boolean cacheHit)
[Output-only] Whether the query result was fetched from the query cache.
|
JobStatistics2 |
JobStatistics2.setTotalBytesProcessed(java.lang.Long totalBytesProcessed)
[Output-only] Total bytes processed for this job.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics |
JobStatistics.setQuery(JobStatistics2 query)
[Output-only] Statistics for a query job.
|