#include <query_parameter.h>
◆ QueryParameter() [1/2]
google_bigquery_api::QueryParameter::QueryParameter |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ QueryParameter() [2/2]
google_bigquery_api::QueryParameter::QueryParameter |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~QueryParameter()
google_bigquery_api::QueryParameter::~QueryParameter |
( |
| ) |
|
|
virtual |
◆ clear_name()
void google_bigquery_api::QueryParameter::clear_name |
( |
| ) |
|
|
inline |
Clears the 'name
' attribute.
◆ clear_parameter_type()
void google_bigquery_api::QueryParameter::clear_parameter_type |
( |
| ) |
|
|
inline |
Clears the 'parameterType
' attribute.
◆ clear_parameter_value()
void google_bigquery_api::QueryParameter::clear_parameter_value |
( |
| ) |
|
|
inline |
Clears the 'parameterValue
' attribute.
◆ get_name()
const StringPiece google_bigquery_api::QueryParameter::get_name |
( |
| ) |
const |
|
inline |
Get the value of the 'name
' attribute.
◆ get_parameter_type()
const QueryParameterType google_bigquery_api::QueryParameter::get_parameter_type |
( |
| ) |
const |
Get a reference to the value of the 'parameterType
' attribute.
◆ get_parameter_value()
Get a reference to the value of the 'parameterValue
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::QueryParameter::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_name()
bool google_bigquery_api::QueryParameter::has_name |
( |
| ) |
const |
|
inline |
Determine if the 'name
' attribute was set.
- Returns
- true if the '
name
' attribute was set.
◆ has_parameter_type()
bool google_bigquery_api::QueryParameter::has_parameter_type |
( |
| ) |
const |
|
inline |
Determine if the 'parameterType
' attribute was set.
- Returns
- true if the '
parameterType
' attribute was set.
◆ has_parameter_value()
bool google_bigquery_api::QueryParameter::has_parameter_value |
( |
| ) |
const |
|
inline |
Determine if the 'parameterValue
' attribute was set.
- Returns
- true if the '
parameterValue
' attribute was set.
◆ mutable_parameterType()
Gets a reference to a mutable value of the 'parameterType
' property.
[Required] The type of this parameter.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_parameterValue()
Gets a reference to a mutable value of the 'parameterValue
' property.
[Required] The value of this parameter.
- 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_name()
void google_bigquery_api::QueryParameter::set_name |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'name
' attribute.
[Optional] If unset, this is a positional parameter. Otherwise, should be unique within a query.
- Parameters
-
The documentation for this class was generated from the following files: