#include <script_statistics.h>
◆ ScriptStatistics() [1/2]
google_bigquery_api::ScriptStatistics::ScriptStatistics |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ScriptStatistics()
google_bigquery_api::ScriptStatistics::~ScriptStatistics |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
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
-
The documentation for this class was generated from the following files: