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

#include <dataset_list.h>

Inheritance diagram for google_bigquery_api::DatasetList:

Classes

class  DatasetListDatasets
 

Public Member Functions

 DatasetList (const Json::Value &storage)
 
 DatasetList (Json::Value *storage)
 
virtual ~DatasetList ()
 
const StringPiece GetTypeName () const
 
bool has_datasets () const
 
void clear_datasets ()
 
const client::JsonCppArray< DatasetListDatasetsget_datasets () const
 
client::JsonCppArray< DatasetListDatasetsmutable_datasets ()
 
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_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 

Static Public Member Functions

static DatasetListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ DatasetList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ DatasetList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~DatasetList()

google_bigquery_api::DatasetList::~DatasetList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_datasets()

void google_bigquery_api::DatasetList::clear_datasets ( )
inline

Clears the 'datasets' attribute.

◆ clear_etag()

void google_bigquery_api::DatasetList::clear_etag ( )
inline

Clears the 'etag' attribute.

◆ clear_kind()

void google_bigquery_api::DatasetList::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_next_page_token()

void google_bigquery_api::DatasetList::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_datasets()

const client::JsonCppArray<DatasetListDatasets > google_bigquery_api::DatasetList::get_datasets ( ) const
inline

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

◆ get_etag()

const StringPiece google_bigquery_api::DatasetList::get_etag ( ) const
inline

Get the value of the 'etag' attribute.

◆ get_kind()

const StringPiece google_bigquery_api::DatasetList::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_next_page_token()

const StringPiece google_bigquery_api::DatasetList::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::DatasetList

◆ has_datasets()

bool google_bigquery_api::DatasetList::has_datasets ( ) const
inline

Determine if the 'datasets' attribute was set.

Returns
true if the 'datasets' attribute was set.

◆ has_etag()

bool google_bigquery_api::DatasetList::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::DatasetList::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_next_page_token()

bool google_bigquery_api::DatasetList::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_datasets()

client::JsonCppArray<DatasetListDatasets > google_bigquery_api::DatasetList::mutable_datasets ( )
inline

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

An array of the dataset resources in the project. Each resource contains basic information. For full information about a particular dataset resource, use the Datasets: get method. This property is omitted when there are no datasets in the project.

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

◆ New()

DatasetList * google_bigquery_api::DatasetList::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_etag()

void google_bigquery_api::DatasetList::set_etag ( const StringPiece &  value)
inline

Change the 'etag' attribute.

A hash value of the results page. You can use this property to determine if the page has changed since the last request.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

The list type. This property always returns the value "bigquery#datasetList".

Parameters
[in]valueThe new value.

◆ set_next_page_token()

void google_bigquery_api::DatasetList::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

A token that can be used to request the next results page. This property is omitted on the final results page.

Parameters
[in]valueThe new value.

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