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