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

#include <script_statistics.h>

Inheritance diagram for google_bigquery_api::ScriptStatistics:

Public Member Functions

 ScriptStatistics (const Json::Value &storage)
 
 ScriptStatistics (Json::Value *storage)
 
virtual ~ScriptStatistics ()
 
const StringPiece GetTypeName () const
 
bool has_evaluation_kind () const
 
void clear_evaluation_kind ()
 
const StringPiece get_evaluation_kind () const
 
void set_evaluation_kind (const StringPiece &value)
 
bool has_stack_frames () const
 
void clear_stack_frames ()
 
const client::JsonCppArray< ScriptStackFrameget_stack_frames () const
 
client::JsonCppArray< ScriptStackFramemutable_stackFrames ()
 

Static Public Member Functions

static ScriptStatisticsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ScriptStatistics() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ScriptStatistics() [2/2]

google_bigquery_api::ScriptStatistics::ScriptStatistics ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~ScriptStatistics()

google_bigquery_api::ScriptStatistics::~ScriptStatistics ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_evaluation_kind()

void google_bigquery_api::ScriptStatistics::clear_evaluation_kind ( )
inline

Clears the 'evaluationKind' attribute.

◆ clear_stack_frames()

void google_bigquery_api::ScriptStatistics::clear_stack_frames ( )
inline

Clears the 'stackFrames' attribute.

◆ get_evaluation_kind()

const StringPiece google_bigquery_api::ScriptStatistics::get_evaluation_kind ( ) const
inline

Get the value of the 'evaluationKind' attribute.

◆ get_stack_frames()

const client::JsonCppArray<ScriptStackFrame > google_bigquery_api::ScriptStatistics::get_stack_frames ( ) const

Get a reference to the value of the 'stackFrames' attribute.

◆ GetTypeName()

const StringPiece google_bigquery_api::ScriptStatistics::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ScriptStatistics

◆ has_evaluation_kind()

bool google_bigquery_api::ScriptStatistics::has_evaluation_kind ( ) const
inline

Determine if the 'evaluationKind' attribute was set.

Returns
true if the 'evaluationKind' attribute was set.

◆ has_stack_frames()

bool google_bigquery_api::ScriptStatistics::has_stack_frames ( ) const
inline

Determine if the 'stackFrames' attribute was set.

Returns
true if the 'stackFrames' attribute was set.

◆ mutable_stackFrames()

client::JsonCppArray<ScriptStackFrame > google_bigquery_api::ScriptStatistics::mutable_stackFrames ( )

Gets a reference to a mutable value of the 'stackFrames' property.

Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened. The leaf frame is first, the primary script is last. Never empty.

Returns
The result can be modified to change the attribute value.

◆ New()

ScriptStatistics * google_bigquery_api::ScriptStatistics::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_evaluation_kind()

void google_bigquery_api::ScriptStatistics::set_evaluation_kind ( const StringPiece &  value)
inline

Change the 'evaluationKind' attribute.

[Output-only] Whether this child job was a statement or expression.

Parameters
[in]valueThe new value.

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