#include <script_stack_frame.h>
◆ ScriptStackFrame() [1/2]
| google_bigquery_api::ScriptStackFrame::ScriptStackFrame |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ScriptStackFrame() [2/2]
| google_bigquery_api::ScriptStackFrame::ScriptStackFrame |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ScriptStackFrame()
| google_bigquery_api::ScriptStackFrame::~ScriptStackFrame |
( |
| ) |
|
|
virtual |
◆ clear_end_column()
| void google_bigquery_api::ScriptStackFrame::clear_end_column |
( |
| ) |
|
|
inline |
Clears the 'endColumn' attribute.
◆ clear_end_line()
| void google_bigquery_api::ScriptStackFrame::clear_end_line |
( |
| ) |
|
|
inline |
Clears the 'endLine' attribute.
◆ clear_procedure_id()
| void google_bigquery_api::ScriptStackFrame::clear_procedure_id |
( |
| ) |
|
|
inline |
Clears the 'procedureId' attribute.
◆ clear_start_column()
| void google_bigquery_api::ScriptStackFrame::clear_start_column |
( |
| ) |
|
|
inline |
Clears the 'startColumn' attribute.
◆ clear_start_line()
| void google_bigquery_api::ScriptStackFrame::clear_start_line |
( |
| ) |
|
|
inline |
Clears the 'startLine' attribute.
◆ clear_text()
| void google_bigquery_api::ScriptStackFrame::clear_text |
( |
| ) |
|
|
inline |
Clears the 'text' attribute.
◆ get_end_column()
| int32 google_bigquery_api::ScriptStackFrame::get_end_column |
( |
| ) |
const |
|
inline |
Get the value of the 'endColumn' attribute.
◆ get_end_line()
| int32 google_bigquery_api::ScriptStackFrame::get_end_line |
( |
| ) |
const |
|
inline |
Get the value of the 'endLine' attribute.
◆ get_procedure_id()
| const StringPiece google_bigquery_api::ScriptStackFrame::get_procedure_id |
( |
| ) |
const |
|
inline |
Get the value of the 'procedureId' attribute.
◆ get_start_column()
| int32 google_bigquery_api::ScriptStackFrame::get_start_column |
( |
| ) |
const |
|
inline |
Get the value of the 'startColumn' attribute.
◆ get_start_line()
| int32 google_bigquery_api::ScriptStackFrame::get_start_line |
( |
| ) |
const |
|
inline |
Get the value of the 'startLine' attribute.
◆ get_text()
| const StringPiece google_bigquery_api::ScriptStackFrame::get_text |
( |
| ) |
const |
|
inline |
Get the value of the 'text' attribute.
◆ GetTypeName()
| const StringPiece google_bigquery_api::ScriptStackFrame::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_end_column()
| bool google_bigquery_api::ScriptStackFrame::has_end_column |
( |
| ) |
const |
|
inline |
Determine if the 'endColumn' attribute was set.
- Returns
- true if the '
endColumn' attribute was set.
◆ has_end_line()
| bool google_bigquery_api::ScriptStackFrame::has_end_line |
( |
| ) |
const |
|
inline |
Determine if the 'endLine' attribute was set.
- Returns
- true if the '
endLine' attribute was set.
◆ has_procedure_id()
| bool google_bigquery_api::ScriptStackFrame::has_procedure_id |
( |
| ) |
const |
|
inline |
Determine if the 'procedureId' attribute was set.
- Returns
- true if the '
procedureId' attribute was set.
◆ has_start_column()
| bool google_bigquery_api::ScriptStackFrame::has_start_column |
( |
| ) |
const |
|
inline |
Determine if the 'startColumn' attribute was set.
- Returns
- true if the '
startColumn' attribute was set.
◆ has_start_line()
| bool google_bigquery_api::ScriptStackFrame::has_start_line |
( |
| ) |
const |
|
inline |
Determine if the 'startLine' attribute was set.
- Returns
- true if the '
startLine' attribute was set.
◆ has_text()
| bool google_bigquery_api::ScriptStackFrame::has_text |
( |
| ) |
const |
|
inline |
Determine if the 'text' attribute was set.
- Returns
- true if the '
text' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_end_column()
| void google_bigquery_api::ScriptStackFrame::set_end_column |
( |
int32 |
value | ) |
|
|
inline |
Change the 'endColumn' attribute.
[Output-only] One-based end column.
- Parameters
-
◆ set_end_line()
| void google_bigquery_api::ScriptStackFrame::set_end_line |
( |
int32 |
value | ) |
|
|
inline |
Change the 'endLine' attribute.
[Output-only] One-based end line.
- Parameters
-
◆ set_procedure_id()
| void google_bigquery_api::ScriptStackFrame::set_procedure_id |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'procedureId' attribute.
[Output-only] Name of the active procedure, empty if in a top-level script.
- Parameters
-
◆ set_start_column()
| void google_bigquery_api::ScriptStackFrame::set_start_column |
( |
int32 |
value | ) |
|
|
inline |
Change the 'startColumn' attribute.
[Output-only] One-based start column.
- Parameters
-
◆ set_start_line()
| void google_bigquery_api::ScriptStackFrame::set_start_line |
( |
int32 |
value | ) |
|
|
inline |
Change the 'startLine' attribute.
[Output-only] One-based start line.
- Parameters
-
◆ set_text()
| void google_bigquery_api::ScriptStackFrame::set_text |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'text' attribute.
[Output-only] Text of the current statement/expression.
- Parameters
-
The documentation for this class was generated from the following files: