#include <table_cell.h>
◆ TableCell() [1/2]
google_bigquery_api::TableCell::TableCell |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~TableCell()
google_bigquery_api::TableCell::~TableCell |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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:
- google/bigquery_api/table_cell.h
- google/bigquery_api/table_cell.cc