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

#include <table_cell.h>

Inheritance diagram for google_bigquery_api::TableCell:

Public Member Functions

 TableCell (const Json::Value &storage)
 
 TableCell (Json::Value *storage)
 
virtual ~TableCell ()
 
const StringPiece GetTypeName () const
 
bool has_v () const
 
void clear_v ()
 
const client::JsonCppData get_v () const
 
client::JsonCppData mutable_v ()
 

Static Public Member Functions

static TableCellNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TableCell() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ TableCell() [2/2]

google_bigquery_api::TableCell::TableCell ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

Parameters
[in]storageThe underlying data storage for this instance.

◆ ~TableCell()

google_bigquery_api::TableCell::~TableCell ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_v()

void google_bigquery_api::TableCell::clear_v ( )
inline

Clears the 'v' attribute.

◆ get_v()

const client::JsonCppData google_bigquery_api::TableCell::get_v ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::TableCell

◆ has_v()

bool google_bigquery_api::TableCell::has_v ( ) const
inline

Determine if the 'v' attribute was set.

Returns
true if the 'v' attribute was set.

◆ mutable_v()

client::JsonCppData google_bigquery_api::TableCell::mutable_v ( )
inline

Gets a reference to a mutable value of the 'v' property.

Returns
The result can be modified to change the attribute value.

◆ New()

TableCell * google_bigquery_api::TableCell::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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