cloudresourcemanager  v1beta1
Public Member Functions | Static Public Member Functions | List of all members
google_cloudresourcemanager_api::ListOrganizationsResponse Class Reference

#include <list_organizations_response.h>

Inheritance diagram for google_cloudresourcemanager_api::ListOrganizationsResponse:

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< Organizationget_organizations () const
 
client::JsonCppArray< Organizationmutable_organizations ()
 

Static Public Member Functions

static ListOrganizationsResponseNew ()
 

Detailed Description

The response returned from the ListOrganizations method.

Constructor & Destructor Documentation

◆ ListOrganizationsResponse() [1/2]

google_cloudresourcemanager_api::ListOrganizationsResponse::ListOrganizationsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ListOrganizationsResponse() [2/2]

google_cloudresourcemanager_api::ListOrganizationsResponse::ListOrganizationsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~ListOrganizationsResponse()

google_cloudresourcemanager_api::ListOrganizationsResponse::~ListOrganizationsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_cloudresourcemanager_api::ListOrganizationsResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_organizations()

void google_cloudresourcemanager_api::ListOrganizationsResponse::clear_organizations ( )
inline

Clears the 'organizations' attribute.

◆ get_next_page_token()

const StringPiece google_cloudresourcemanager_api::ListOrganizationsResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_organizations()

const client::JsonCppArray<Organization > google_cloudresourcemanager_api::ListOrganizationsResponse::get_organizations ( ) const

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

◆ GetTypeName()

const StringPiece google_cloudresourcemanager_api::ListOrganizationsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_cloudresourcemanager_api::ListOrganizationsResponse

◆ has_next_page_token()

bool google_cloudresourcemanager_api::ListOrganizationsResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_organizations()

bool google_cloudresourcemanager_api::ListOrganizationsResponse::has_organizations ( ) const
inline

Determine if the 'organizations' attribute was set.

Returns
true if the 'organizations' attribute was set.

◆ mutable_organizations()

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.

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

◆ New()

ListOrganizationsResponse * google_cloudresourcemanager_api::ListOrganizationsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_cloudresourcemanager_api::ListOrganizationsResponse::set_next_page_token ( const StringPiece &  value)
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.

Parameters
[in]valueThe new value.

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