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

#include <table_data_list.h>

Inheritance diagram for google_bigquery_api::TableDataList:

Public Member Functions

 TableDataList (const Json::Value &storage)
 
 TableDataList (Json::Value *storage)
 
virtual ~TableDataList ()
 
const StringPiece GetTypeName () const
 
bool has_etag () const
 
void clear_etag ()
 
const StringPiece get_etag () const
 
void set_etag (const StringPiece &value)
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_page_token () const
 
void clear_page_token ()
 
const StringPiece get_page_token () const
 
void set_page_token (const StringPiece &value)
 
bool has_rows () const
 
void clear_rows ()
 
const client::JsonCppArray< TableRowget_rows () const
 
client::JsonCppArray< TableRowmutable_rows ()
 
bool has_total_rows () const
 
void clear_total_rows ()
 
int64 get_total_rows () const
 
void set_total_rows (int64 value)
 

Static Public Member Functions

static TableDataListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ TableDataList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ~TableDataList()

google_bigquery_api::TableDataList::~TableDataList ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::TableDataList

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

TableDataList * google_bigquery_api::TableDataList::New ( )
static

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

◆ set_kind()

void google_bigquery_api::TableDataList::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

The resource type of the response.

Parameters
[in]valueThe new value.

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

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

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