#include <table_row.h>
◆ TableRow() [1/2]
| google_bigquery_api::TableRow::TableRow |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ TableRow() [2/2]
| google_bigquery_api::TableRow::TableRow |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~TableRow()
| google_bigquery_api::TableRow::~TableRow |
( |
| ) |
|
|
virtual |
◆ clear_f()
| void google_bigquery_api::TableRow::clear_f |
( |
| ) |
|
|
inline |
Clears the 'f' attribute.
◆ get_f()
| const client::JsonCppArray<TableCell > google_bigquery_api::TableRow::get_f |
( |
| ) |
const |
Get a reference to the value of the 'f' attribute.
◆ GetTypeName()
| const StringPiece google_bigquery_api::TableRow::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_f()
| bool google_bigquery_api::TableRow::has_f |
( |
| ) |
const |
|
inline |
Determine if the 'f' attribute was set.
- Returns
- true if the '
f' attribute was set.
◆ mutable_f()
| client::JsonCppArray<TableCell > google_bigquery_api::TableRow::mutable_f |
( |
| ) |
|
Gets a reference to a mutable value of the 'f' property.
Represents a single row in the result set, consisting of one or more fields.
- Returns
- The result can be modified to change the attribute value.
◆ New()
| TableRow * google_bigquery_api::TableRow::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_row.h
- google/bigquery_api/table_row.cc