Class ScriptStackFrame
Inheritance
object
ScriptStackFrame
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Bigquery.v2.Data
Assembly: Google.Apis.Bigquery.v2.dll
Syntax
public class ScriptStackFrame : IDirectResponseSchema
Properties
EndColumn
[Output-only] One-based end column.
Declaration
[JsonProperty("endColumn")]
public virtual int? EndColumn { get; set; }
Property Value
Type | Description |
---|---|
int? |
EndLine
[Output-only] One-based end line.
Declaration
[JsonProperty("endLine")]
public virtual int? EndLine { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ProcedureId
[Output-only] Name of the active procedure, empty if in a top-level script.
Declaration
[JsonProperty("procedureId")]
public virtual string ProcedureId { get; set; }
Property Value
Type | Description |
---|---|
string |
StartColumn
[Output-only] One-based start column.
Declaration
[JsonProperty("startColumn")]
public virtual int? StartColumn { get; set; }
Property Value
Type | Description |
---|---|
int? |
StartLine
[Output-only] One-based start line.
Declaration
[JsonProperty("startLine")]
public virtual int? StartLine { get; set; }
Property Value
Type | Description |
---|---|
int? |
Text
[Output-only] Text of the current statement/expression.
Declaration
[JsonProperty("text")]
public virtual string Text { get; set; }
Property Value
Type | Description |
---|---|
string |