public final class ScriptStackFrame
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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ScriptStackFrame() |
Modifier and Type | Method and Description |
---|---|
ScriptStackFrame |
clone() |
Integer |
getEndColumn()
Output only.
|
Integer |
getEndLine()
Output only.
|
String |
getProcedureId()
Output only.
|
Integer |
getStartColumn()
Output only.
|
Integer |
getStartLine()
Output only.
|
String |
getText()
Output only.
|
ScriptStackFrame |
set(String fieldName,
Object value) |
ScriptStackFrame |
setEndColumn(Integer endColumn)
Output only.
|
ScriptStackFrame |
setEndLine(Integer endLine)
Output only.
|
ScriptStackFrame |
setProcedureId(String procedureId)
Output only.
|
ScriptStackFrame |
setStartColumn(Integer startColumn)
Output only.
|
ScriptStackFrame |
setStartLine(Integer startLine)
Output only.
|
ScriptStackFrame |
setText(String text)
Output only.
|
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 com.google.api.client.json.GenericJson
public ScriptStackFrame clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.