|
cloudresourcemanager
v1beta1
|
#include <list_projects_response.h>
Public Member Functions | |
| ListProjectsResponse (const Json::Value &storage) | |
| ListProjectsResponse (Json::Value *storage) | |
| virtual | ~ListProjectsResponse () |
| const StringPiece | GetTypeName () const |
| 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< Project > | get_projects () const |
| client::JsonCppArray< Project > | mutable_projects () |
Static Public Member Functions | |
| static ListProjectsResponse * | New () |
A page of the response received from the ListProjects method.
A paginated response where more pages are available has next_page_token set. This token can be used in a subsequent request to retrieve the next request page.
|
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 'nextPageToken' attribute.
|
inline |
Clears the 'projects' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
| const client::JsonCppArray<Project > google_cloudresourcemanager_api::ListProjectsResponse::get_projects | ( | ) | const |
Get a reference to the value of the 'projects' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'nextPageToken' attribute was set.
nextPageToken' attribute was set.
|
inline |
Determine if the 'projects' attribute was set.
projects' attribute was set. | client::JsonCppArray<Project > google_cloudresourcemanager_api::ListProjectsResponse::mutable_projects | ( | ) |
Gets a reference to a mutable value of the 'projects' property.
The list of Projects that matched the list filter. This list can be paginated.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken' attribute.
Pagination token.
If the result set is too large to fit in a single response, this token is returned. It encodes the position of the current result cursor. Feeding this value into a new list request with the page_token parameter gives the next page of the results.
When next_page_token is not filled in, there is no next page and the list returned is the last page in the result set.
Pagination tokens have a limited lifetime.
| [in] | value | The new value. |