#include <table_data_list.h>
◆ TableDataList() [1/2]
google_bigquery_api::TableDataList::TableDataList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ TableDataList() [2/2]
google_bigquery_api::TableDataList::TableDataList |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~TableDataList()
google_bigquery_api::TableDataList::~TableDataList |
( |
| ) |
|
|
virtual |
◆ clear_etag()
void google_bigquery_api::TableDataList::clear_etag |
( |
| ) |
|
|
inline |
Clears the 'etag
' attribute.
◆ clear_kind()
void google_bigquery_api::TableDataList::clear_kind |
( |
| ) |
|
|
inline |
Clears the 'kind
' attribute.
◆ clear_page_token()
void google_bigquery_api::TableDataList::clear_page_token |
( |
| ) |
|
|
inline |
Clears the 'pageToken
' attribute.
◆ clear_rows()
void google_bigquery_api::TableDataList::clear_rows |
( |
| ) |
|
|
inline |
Clears the 'rows
' attribute.
◆ clear_total_rows()
void google_bigquery_api::TableDataList::clear_total_rows |
( |
| ) |
|
|
inline |
Clears the 'totalRows
' attribute.
◆ get_etag()
const StringPiece google_bigquery_api::TableDataList::get_etag |
( |
| ) |
const |
|
inline |
Get the value of the 'etag
' attribute.
◆ get_kind()
const StringPiece google_bigquery_api::TableDataList::get_kind |
( |
| ) |
const |
|
inline |
Get the value of the 'kind
' attribute.
◆ get_page_token()
const StringPiece google_bigquery_api::TableDataList::get_page_token |
( |
| ) |
const |
|
inline |
Get the value of the 'pageToken
' attribute.
◆ get_rows()
const client::JsonCppArray<TableRow > google_bigquery_api::TableDataList::get_rows |
( |
| ) |
const |
Get a reference to the value of the 'rows
' attribute.
◆ get_total_rows()
int64 google_bigquery_api::TableDataList::get_total_rows |
( |
| ) |
const |
|
inline |
Get the value of the 'totalRows
' attribute.
◆ GetTypeName()
const StringPiece google_bigquery_api::TableDataList::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_etag()
bool google_bigquery_api::TableDataList::has_etag |
( |
| ) |
const |
|
inline |
Determine if the 'etag
' attribute was set.
- Returns
- true if the '
etag
' attribute was set.
◆ has_kind()
bool google_bigquery_api::TableDataList::has_kind |
( |
| ) |
const |
|
inline |
Determine if the 'kind
' attribute was set.
- Returns
- true if the '
kind
' attribute was set.
◆ has_page_token()
bool google_bigquery_api::TableDataList::has_page_token |
( |
| ) |
const |
|
inline |
Determine if the 'pageToken
' attribute was set.
- Returns
- true if the '
pageToken
' attribute was set.
◆ has_rows()
bool google_bigquery_api::TableDataList::has_rows |
( |
| ) |
const |
|
inline |
Determine if the 'rows
' attribute was set.
- Returns
- true if the '
rows
' attribute was set.
◆ has_total_rows()
bool google_bigquery_api::TableDataList::has_total_rows |
( |
| ) |
const |
|
inline |
Determine if the 'totalRows
' attribute was set.
- Returns
- true if the '
totalRows
' attribute was set.
◆ mutable_rows()
client::JsonCppArray<TableRow > google_bigquery_api::TableDataList::mutable_rows |
( |
| ) |
|
Gets a reference to a mutable value of the 'rows
' property.
Rows of results.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_etag()
void google_bigquery_api::TableDataList::set_etag |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'etag
' attribute.
A hash of this page of results.
- Parameters
-
◆ set_kind()
void google_bigquery_api::TableDataList::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The resource type of the response.
- Parameters
-
◆ set_page_token()
void google_bigquery_api::TableDataList::set_page_token |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'pageToken
' attribute.
A token used for paging results. Providing this token instead of the startIndex parameter can help you retrieve stable results when an underlying table is changing.
- Parameters
-
◆ set_total_rows()
void google_bigquery_api::TableDataList::set_total_rows |
( |
int64 |
value | ) |
|
|
inline |
Change the 'totalRows
' attribute.
The total number of rows in the complete table.
- Parameters
-
The documentation for this class was generated from the following files: