#include <query_parameter_value.h>
◆ QueryParameterValue() [1/2]
| google_bigquery_api::QueryParameterValue::QueryParameterValue |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ QueryParameterValue() [2/2]
| google_bigquery_api::QueryParameterValue::QueryParameterValue |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~QueryParameterValue()
| google_bigquery_api::QueryParameterValue::~QueryParameterValue |
( |
| ) |
|
|
virtual |
◆ clear_array_values()
| void google_bigquery_api::QueryParameterValue::clear_array_values |
( |
| ) |
|
|
inline |
Clears the 'arrayValues' attribute.
◆ clear_struct_values()
| void google_bigquery_api::QueryParameterValue::clear_struct_values |
( |
| ) |
|
|
inline |
Clears the 'structValues' attribute.
◆ clear_value()
| void google_bigquery_api::QueryParameterValue::clear_value |
( |
| ) |
|
|
inline |
Clears the 'value' attribute.
◆ get_array_values()
| const client::JsonCppArray<QueryParameterValue > google_bigquery_api::QueryParameterValue::get_array_values |
( |
| ) |
const |
Get a reference to the value of the 'arrayValues' attribute.
◆ get_struct_values()
| const client::JsonCppAssociativeArray<QueryParameterValue > google_bigquery_api::QueryParameterValue::get_struct_values |
( |
| ) |
const |
Get a reference to the value of the 'structValues' attribute.
◆ get_value()
| const StringPiece google_bigquery_api::QueryParameterValue::get_value |
( |
| ) |
const |
|
inline |
Get the value of the 'value' attribute.
◆ GetTypeName()
| const StringPiece google_bigquery_api::QueryParameterValue::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_array_values()
| bool google_bigquery_api::QueryParameterValue::has_array_values |
( |
| ) |
const |
|
inline |
Determine if the 'arrayValues' attribute was set.
- Returns
- true if the '
arrayValues' attribute was set.
◆ has_struct_values()
| bool google_bigquery_api::QueryParameterValue::has_struct_values |
( |
| ) |
const |
|
inline |
Determine if the 'structValues' attribute was set.
- Returns
- true if the '
structValues' attribute was set.
◆ has_value()
| bool google_bigquery_api::QueryParameterValue::has_value |
( |
| ) |
const |
|
inline |
Determine if the 'value' attribute was set.
- Returns
- true if the '
value' attribute was set.
◆ mutable_arrayValues()
| client::JsonCppArray<QueryParameterValue > google_bigquery_api::QueryParameterValue::mutable_arrayValues |
( |
| ) |
|
Gets a reference to a mutable value of the 'arrayValues' property.
[Optional] The array values, if this is an array type.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_structValues()
| client::JsonCppAssociativeArray<QueryParameterValue > google_bigquery_api::QueryParameterValue::mutable_structValues |
( |
| ) |
|
Gets a reference to a mutable value of the 'structValues' property.
[Optional] The struct field values, in order of the struct type's declaration.
- 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_value()
| void google_bigquery_api::QueryParameterValue::set_value |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'value' attribute.
[Optional] The value of this value, if a simple scalar type.
- Parameters
-
The documentation for this class was generated from the following files: