#include <project_list.h>
◆ ProjectList() [1/2]
google_bigquery_api::ProjectList::ProjectList |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ProjectList()
google_bigquery_api::ProjectList::~ProjectList |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
◆ set_kind()
void google_bigquery_api::ProjectList::set_kind |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'kind
' attribute.
The type of list.
- Parameters
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files:
- google/bigquery_api/project_list.h
- google/bigquery_api/project_list.cc