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

#include <query_parameter.h>

Inheritance diagram for google_bigquery_api::QueryParameter:

Public Member Functions

 QueryParameter (const Json::Value &storage)
 
 QueryParameter (Json::Value *storage)
 
virtual ~QueryParameter ()
 
const StringPiece GetTypeName () const
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_parameter_type () const
 
void clear_parameter_type ()
 
const QueryParameterType get_parameter_type () const
 
QueryParameterType mutable_parameterType ()
 
bool has_parameter_value () const
 
void clear_parameter_value ()
 
const QueryParameterValue get_parameter_value () const
 
QueryParameterValue mutable_parameterValue ()
 

Static Public Member Functions

static QueryParameterNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ QueryParameter() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~QueryParameter()

google_bigquery_api::QueryParameter::~QueryParameter ( )
virtual

Standard destructor.

Member Function Documentation

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

const QueryParameterValue google_bigquery_api::QueryParameter::get_parameter_value ( ) const

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::QueryParameter

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

QueryParameterType google_bigquery_api::QueryParameter::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()

QueryParameterValue google_bigquery_api::QueryParameter::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()

QueryParameter * google_bigquery_api::QueryParameter::New ( )
static

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

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