public final class ScriptStatistics
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 |
|---|
ScriptStatistics() |
| Modifier and Type | Method and Description |
|---|---|
ScriptStatistics |
clone() |
java.lang.String |
getEvaluationKind()
[Output-only] Whether this child job was a statement or expression.
|
java.util.List<ScriptStackFrame> |
getStackFrames()
Stack trace showing the line/column/procedure name of each frame on the stack at the point
where the current evaluation happened.
|
ScriptStatistics |
set(java.lang.String fieldName,
java.lang.Object value) |
ScriptStatistics |
setEvaluationKind(java.lang.String evaluationKind)
[Output-only] Whether this child job was a statement or expression.
|
ScriptStatistics |
setStackFrames(java.util.List<ScriptStackFrame> stackFrames)
Stack trace showing the line/column/procedure name of each frame on the stack at the point
where the current evaluation happened.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getEvaluationKind()
null for nonepublic ScriptStatistics setEvaluationKind(java.lang.String evaluationKind)
evaluationKind - evaluationKind or null for nonepublic java.util.List<ScriptStackFrame> getStackFrames()
null for nonepublic ScriptStatistics setStackFrames(java.util.List<ScriptStackFrame> stackFrames)
stackFrames - stackFrames or null for nonepublic ScriptStatistics set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ScriptStatistics clone()
clone in class com.google.api.client.json.GenericJson