public final class QueryTimelineSample
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
QueryTimelineSample() |
Modifier and Type | Method and Description |
---|---|
QueryTimelineSample |
clone() |
java.lang.Long |
getActiveUnits()
Total number of units currently being processed by workers.
|
java.lang.Long |
getCompletedUnits()
Total parallel units of work completed by this query.
|
java.lang.Long |
getElapsedMs()
Milliseconds elapsed since the start of query execution.
|
java.lang.Long |
getPendingUnits()
Total parallel units of work remaining for the active stages.
|
java.lang.Long |
getTotalSlotMs()
Cumulative slot-ms consumed by the query.
|
QueryTimelineSample |
set(java.lang.String fieldName,
java.lang.Object value) |
QueryTimelineSample |
setActiveUnits(java.lang.Long activeUnits)
Total number of units currently being processed by workers.
|
QueryTimelineSample |
setCompletedUnits(java.lang.Long completedUnits)
Total parallel units of work completed by this query.
|
QueryTimelineSample |
setElapsedMs(java.lang.Long elapsedMs)
Milliseconds elapsed since the start of query execution.
|
QueryTimelineSample |
setPendingUnits(java.lang.Long pendingUnits)
Total parallel units of work remaining for the active stages.
|
QueryTimelineSample |
setTotalSlotMs(java.lang.Long totalSlotMs)
Cumulative slot-ms consumed by the query.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Long getActiveUnits()
null
for nonepublic QueryTimelineSample setActiveUnits(java.lang.Long activeUnits)
activeUnits
- activeUnits or null
for nonepublic java.lang.Long getCompletedUnits()
null
for nonepublic QueryTimelineSample setCompletedUnits(java.lang.Long completedUnits)
completedUnits
- completedUnits or null
for nonepublic java.lang.Long getElapsedMs()
null
for nonepublic QueryTimelineSample setElapsedMs(java.lang.Long elapsedMs)
elapsedMs
- elapsedMs or null
for nonepublic java.lang.Long getPendingUnits()
null
for nonepublic QueryTimelineSample setPendingUnits(java.lang.Long pendingUnits)
pendingUnits
- pendingUnits or null
for nonepublic java.lang.Long getTotalSlotMs()
null
for nonepublic QueryTimelineSample setTotalSlotMs(java.lang.Long totalSlotMs)
totalSlotMs
- totalSlotMs or null
for nonepublic QueryTimelineSample set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public QueryTimelineSample clone()
clone
in class com.google.api.client.json.GenericJson