public final class ScriptStackFrame extends 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
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ScriptStackFrame() |
Modifier and Type | Method and Description |
---|---|
ScriptStackFrame |
clone() |
Integer |
getEndColumn()
[Output-only] One-based end column.
|
Integer |
getEndLine()
[Output-only] One-based end line.
|
String |
getProcedureId()
[Output-only] Name of the active procedure, empty if in a top-level script.
|
Integer |
getStartColumn()
[Output-only] One-based start column.
|
Integer |
getStartLine()
[Output-only] One-based start line.
|
String |
getText()
[Output-only] Text of the current statement/expression.
|
ScriptStackFrame |
set(String fieldName,
Object value) |
ScriptStackFrame |
setEndColumn(Integer endColumn)
[Output-only] One-based end column.
|
ScriptStackFrame |
setEndLine(Integer endLine)
[Output-only] One-based end line.
|
ScriptStackFrame |
setProcedureId(String procedureId)
[Output-only] Name of the active procedure, empty if in a top-level script.
|
ScriptStackFrame |
setStartColumn(Integer startColumn)
[Output-only] One-based start column.
|
ScriptStackFrame |
setStartLine(Integer startLine)
[Output-only] One-based start line.
|
ScriptStackFrame |
setText(String text)
[Output-only] Text of the current statement/expression.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Integer getEndColumn()
null
for nonepublic ScriptStackFrame setEndColumn(Integer endColumn)
endColumn
- endColumn or null
for nonepublic Integer getEndLine()
null
for nonepublic ScriptStackFrame setEndLine(Integer endLine)
endLine
- endLine or null
for nonepublic String getProcedureId()
null
for nonepublic ScriptStackFrame setProcedureId(String procedureId)
procedureId
- procedureId or null
for nonepublic Integer getStartColumn()
null
for nonepublic ScriptStackFrame setStartColumn(Integer startColumn)
startColumn
- startColumn or null
for nonepublic Integer getStartLine()
null
for nonepublic ScriptStackFrame setStartLine(Integer startLine)
startLine
- startLine or null
for nonepublic String getText()
null
for nonepublic ScriptStackFrame setText(String text)
text
- text or null
for nonepublic ScriptStackFrame set(String fieldName, Object value)
set
in class GenericJson
public ScriptStackFrame clone()
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.