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

#include <explain_query_step.h>

Inheritance diagram for google_bigquery_api::ExplainQueryStep:

Public Member Functions

 ExplainQueryStep (const Json::Value &storage)
 
 ExplainQueryStep (Json::Value *storage)
 
virtual ~ExplainQueryStep ()
 
const StringPiece GetTypeName () const
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_substeps () const
 
void clear_substeps ()
 
const client::JsonCppArray< string > get_substeps () const
 
client::JsonCppArray< string > mutable_substeps ()
 

Static Public Member Functions

static ExplainQueryStepNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ExplainQueryStep() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ExplainQueryStep() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ExplainQueryStep()

google_bigquery_api::ExplainQueryStep::~ExplainQueryStep ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_kind()

void google_bigquery_api::ExplainQueryStep::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_substeps()

void google_bigquery_api::ExplainQueryStep::clear_substeps ( )
inline

Clears the 'substeps' attribute.

◆ get_kind()

const StringPiece google_bigquery_api::ExplainQueryStep::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_substeps()

const client::JsonCppArray<string > google_bigquery_api::ExplainQueryStep::get_substeps ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ExplainQueryStep

◆ has_kind()

bool google_bigquery_api::ExplainQueryStep::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_substeps()

bool google_bigquery_api::ExplainQueryStep::has_substeps ( ) const
inline

Determine if the 'substeps' attribute was set.

Returns
true if the 'substeps' attribute was set.

◆ mutable_substeps()

client::JsonCppArray<string > google_bigquery_api::ExplainQueryStep::mutable_substeps ( )
inline

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

Human-readable stage descriptions.

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

◆ New()

ExplainQueryStep * google_bigquery_api::ExplainQueryStep::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_kind()

void google_bigquery_api::ExplainQueryStep::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

Machine-readable operation type.

Parameters
[in]valueThe new value.

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