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

#include <project_list.h>

Inheritance diagram for google_bigquery_api::ProjectList:

Classes

class  ProjectListProjects
 

Public Member Functions

 ProjectList (const Json::Value &storage)
 
 ProjectList (Json::Value *storage)
 
virtual ~ProjectList ()
 
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_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 
bool has_projects () const
 
void clear_projects ()
 
const client::JsonCppArray< ProjectListProjectsget_projects () const
 
client::JsonCppArray< ProjectListProjectsmutable_projects ()
 
bool has_total_items () const
 
void clear_total_items ()
 
int32 get_total_items () const
 
void set_total_items (int32 value)
 

Static Public Member Functions

static ProjectListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ProjectList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ProjectList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ProjectList()

google_bigquery_api::ProjectList::~ProjectList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_etag()

void google_bigquery_api::ProjectList::clear_etag ( )
inline

Clears the 'etag' attribute.

◆ clear_kind()

void google_bigquery_api::ProjectList::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_next_page_token()

void google_bigquery_api::ProjectList::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_projects()

void google_bigquery_api::ProjectList::clear_projects ( )
inline

Clears the 'projects' attribute.

◆ clear_total_items()

void google_bigquery_api::ProjectList::clear_total_items ( )
inline

Clears the 'totalItems' attribute.

◆ get_etag()

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

Get the value of the 'etag' attribute.

◆ get_kind()

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

Get the value of the 'kind' attribute.

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ get_projects()

const client::JsonCppArray<ProjectListProjects > google_bigquery_api::ProjectList::get_projects ( ) const
inline

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

◆ get_total_items()

int32 google_bigquery_api::ProjectList::get_total_items ( ) const
inline

Get the value of the 'totalItems' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_bigquery_api::ProjectList

◆ has_etag()

bool google_bigquery_api::ProjectList::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::ProjectList::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::ProjectList::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_projects()

bool google_bigquery_api::ProjectList::has_projects ( ) const
inline

Determine if the 'projects' attribute was set.

Returns
true if the 'projects' attribute was set.

◆ has_total_items()

bool google_bigquery_api::ProjectList::has_total_items ( ) const
inline

Determine if the 'totalItems' attribute was set.

Returns
true if the 'totalItems' attribute was set.

◆ mutable_projects()

client::JsonCppArray<ProjectListProjects > google_bigquery_api::ProjectList::mutable_projects ( )
inline

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

Projects to which you have at least READ access.

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

◆ New()

ProjectList * google_bigquery_api::ProjectList::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_etag()

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

Change the 'etag' attribute.

A hash of the page of results.

Parameters
[in]valueThe new value.

◆ set_kind()

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

Change the 'kind' attribute.

The type of list.

Parameters
[in]valueThe new value.

◆ set_next_page_token()

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

Change the 'nextPageToken' attribute.

A token to request the next page of results.

Parameters
[in]valueThe new value.

◆ set_total_items()

void google_bigquery_api::ProjectList::set_total_items ( int32  value)
inline

Change the 'totalItems' attribute.

The total number of projects in the list.

Parameters
[in]valueThe new value.

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