|
games
v1
|
#include <room_list.h>
Public Member Functions | |
| RoomList (const Json::Value &storage) | |
| RoomList (Json::Value *storage) | |
| virtual | ~RoomList () |
| const StringPiece | GetTypeName () const |
| bool | has_items () const |
| void | clear_items () |
| const client::JsonCppArray< Room > | get_items () const |
| client::JsonCppArray< Room > | mutable_items () |
| 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 RoomList * | New () |
This is a JSON template for a list of rooms.
|
explicit |
Standard constructor for an immutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
| [in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'items' attribute.
|
inline |
Clears the 'kind' attribute.
|
inline |
Clears the 'nextPageToken' attribute.
| const client::JsonCppArray<Room > google_games_api::RoomList::get_items | ( | ) | const |
Get a reference to the value of the 'items' attribute.
|
inline |
Get the value of the 'kind' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
|
inline |
Returns a string denoting the type of this data object.
google_games_api::RoomList
|
inline |
Determine if the 'items' attribute was set.
items' attribute was set.
|
inline |
Determine if the 'kind' attribute was set.
kind' attribute was set.
|
inline |
Determine if the 'nextPageToken' attribute was set.
nextPageToken' attribute was set. | client::JsonCppArray<Room > google_games_api::RoomList::mutable_items | ( | ) |
Gets a reference to a mutable value of the 'items' property.
The rooms.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind' attribute.
Uniquely identifies the type of this resource. Value is always the fixed string games::roomList.
| [in] | value | The new value. |
|
inline |
Change the 'nextPageToken' attribute.
The pagination token for the next page of results.
| [in] | value | The new value. |