
target.apidocs.com.google.api.services.bigquery.model.ScriptStackFrame.html Maven / Gradle / Ivy
ScriptStackFrame (BigQuery API v2-rev20201022-1.30.10)
com.google.api.services.bigquery.model
Class ScriptStackFrame
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.bigquery.model.ScriptStackFrame
-
public final class ScriptStackFrame
extends GenericJson
Model definition for ScriptStackFrame.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
ScriptStackFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getEndColumn
public Integer getEndColumn()
[Output-only] One-based end column.
- Returns:
- value or
null
for none
-
setEndColumn
public ScriptStackFrame setEndColumn(Integer endColumn)
[Output-only] One-based end column.
- Parameters:
endColumn
- endColumn or null
for none
-
getEndLine
public Integer getEndLine()
[Output-only] One-based end line.
- Returns:
- value or
null
for none
-
setEndLine
public ScriptStackFrame setEndLine(Integer endLine)
[Output-only] One-based end line.
- Parameters:
endLine
- endLine or null
for none
-
getProcedureId
public String getProcedureId()
[Output-only] Name of the active procedure, empty if in a top-level script.
- Returns:
- value or
null
for none
-
setProcedureId
public ScriptStackFrame setProcedureId(String procedureId)
[Output-only] Name of the active procedure, empty if in a top-level script.
- Parameters:
procedureId
- procedureId or null
for none
-
getStartColumn
public Integer getStartColumn()
[Output-only] One-based start column.
- Returns:
- value or
null
for none
-
setStartColumn
public ScriptStackFrame setStartColumn(Integer startColumn)
[Output-only] One-based start column.
- Parameters:
startColumn
- startColumn or null
for none
-
getStartLine
public Integer getStartLine()
[Output-only] One-based start line.
- Returns:
- value or
null
for none
-
setStartLine
public ScriptStackFrame setStartLine(Integer startLine)
[Output-only] One-based start line.
- Parameters:
startLine
- startLine or null
for none
-
getText
public String getText()
[Output-only] Text of the current statement/expression.
- Returns:
- value or
null
for none
-
setText
public ScriptStackFrame setText(String text)
[Output-only] Text of the current statement/expression.
- Parameters:
text
- text or null
for none
-
set
public ScriptStackFrame set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public ScriptStackFrame clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2020 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy