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

#include <query_parameter_value.h>

Inheritance diagram for google_bigquery_api::QueryParameterValue:

Public Member Functions

 QueryParameterValue (const Json::Value &storage)
 
 QueryParameterValue (Json::Value *storage)
 
virtual ~QueryParameterValue ()
 
const StringPiece GetTypeName () const
 
bool has_array_values () const
 
void clear_array_values ()
 
const client::JsonCppArray< QueryParameterValueget_array_values () const
 
client::JsonCppArray< QueryParameterValuemutable_arrayValues ()
 
bool has_struct_values () const
 
void clear_struct_values ()
 
const client::JsonCppAssociativeArray< QueryParameterValueget_struct_values () const
 
client::JsonCppAssociativeArray< QueryParameterValuemutable_structValues ()
 
bool has_value () const
 
void clear_value ()
 
const StringPiece get_value () const
 
void set_value (const StringPiece &value)
 

Static Public Member Functions

static QueryParameterValueNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ QueryParameterValue() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~QueryParameterValue()

google_bigquery_api::QueryParameterValue::~QueryParameterValue ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::QueryParameterValue

◆ 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()

QueryParameterValue * google_bigquery_api::QueryParameterValue::New ( )
static

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
[in]valueThe new value.

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