|
cloudresourcemanager
v1beta1
|
#include <list_organizations_response.h>
Public Member Functions | |
| ListOrganizationsResponse (const Json::Value &storage) | |
| ListOrganizationsResponse (Json::Value *storage) | |
| virtual | ~ListOrganizationsResponse () |
| 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_organizations () const |
| void | clear_organizations () |
| const client::JsonCppArray< Organization > | get_organizations () const |
| client::JsonCppArray< Organization > | mutable_organizations () |
Static Public Member Functions | |
| static ListOrganizationsResponse * | New () |
The response returned from the ListOrganizations method.
|
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 'organizations' attribute.
|
inline |
Get the value of the 'nextPageToken' attribute.
| const client::JsonCppArray<Organization > google_cloudresourcemanager_api::ListOrganizationsResponse::get_organizations | ( | ) | const |
Get a reference to the value of the 'organizations' 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 'organizations' attribute was set.
organizations' attribute was set. | client::JsonCppArray<Organization > google_cloudresourcemanager_api::ListOrganizationsResponse::mutable_organizations | ( | ) |
Gets a reference to a mutable value of the 'organizations' property.
The list of Organizations that matched the list query, possibly paginated.
|
static |
Creates a new default instance.
|
inline |
Change the 'nextPageToken' attribute.
A pagination token to be used to retrieve the next page of results. If the result is too large to fit within the page size specified in the request, this field will be set with a token that can be used to fetch the next page of results. If this field is empty, it indicates that this response contains the last page of results.
| [in] | value | The new value. |