bigquery  v2
Public Member Functions | Static Public Member Functions | List of all members
google_bigquery_api::ScriptStackFrame Class Reference

#include <script_stack_frame.h>

Inheritance diagram for google_bigquery_api::ScriptStackFrame:

Public Member Functions

 ScriptStackFrame (const Json::Value &storage)
 
 ScriptStackFrame (Json::Value *storage)
 
virtual ~ScriptStackFrame ()
 
const StringPiece GetTypeName () const
 
bool has_end_column () const
 
void clear_end_column ()
 
int32 get_end_column () const
 
void set_end_column (int32 value)
 
bool has_end_line () const
 
void clear_end_line ()
 
int32 get_end_line () const
 
void set_end_line (int32 value)
 
bool has_procedure_id () const
 
void clear_procedure_id ()
 
const StringPiece get_procedure_id () const
 
void set_procedure_id (const StringPiece &value)
 
bool has_start_column () const
 
void clear_start_column ()
 
int32 get_start_column () const
 
void set_start_column (int32 value)
 
bool has_start_line () const
 
void clear_start_line ()
 
int32 get_start_line () const
 
void set_start_line (int32 value)
 
bool has_text () const
 
void clear_text ()
 
const StringPiece get_text () const
 
void set_text (const StringPiece &value)
 

Static Public Member Functions

static ScriptStackFrameNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ScriptStackFrame() [1/2]

google_bigquery_api::ScriptStackFrame::ScriptStackFrame ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ScriptStackFrame()

google_bigquery_api::ScriptStackFrame::~ScriptStackFrame ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ScriptStackFrame

◆ 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()

ScriptStackFrame * google_bigquery_api::ScriptStackFrame::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

The documentation for this class was generated from the following files: