deploymentmanager  v2
Public Member Functions | Static Public Member Functions | List of all members
google_deploymentmanager_api::ResourcesListResponse Class Reference

#include <resources_list_response.h>

Inheritance diagram for google_deploymentmanager_api::ResourcesListResponse:

Public Member Functions

 ResourcesListResponse (const Json::Value &storage)
 
 ResourcesListResponse (Json::Value *storage)
 
virtual ~ResourcesListResponse ()
 
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_resources () const
 
void clear_resources ()
 
const client::JsonCppArray< Resourceget_resources () const
 
client::JsonCppArray< Resourcemutable_resources ()
 

Static Public Member Functions

static ResourcesListResponseNew ()
 

Detailed Description

A response containing a partial list of resources and a page token used to build the next request if the request has been truncated.

Constructor & Destructor Documentation

◆ ResourcesListResponse() [1/2]

google_deploymentmanager_api::ResourcesListResponse::ResourcesListResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ResourcesListResponse() [2/2]

google_deploymentmanager_api::ResourcesListResponse::ResourcesListResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~ResourcesListResponse()

google_deploymentmanager_api::ResourcesListResponse::~ResourcesListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_next_page_token()

void google_deploymentmanager_api::ResourcesListResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_resources()

void google_deploymentmanager_api::ResourcesListResponse::clear_resources ( )
inline

Clears the 'resources' attribute.

◆ get_next_page_token()

const StringPiece google_deploymentmanager_api::ResourcesListResponse::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_resources()

const client::JsonCppArray<Resource > google_deploymentmanager_api::ResourcesListResponse::get_resources ( ) const

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

◆ GetTypeName()

const StringPiece google_deploymentmanager_api::ResourcesListResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::ResourcesListResponse

◆ has_next_page_token()

bool google_deploymentmanager_api::ResourcesListResponse::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_resources()

bool google_deploymentmanager_api::ResourcesListResponse::has_resources ( ) const
inline

Determine if the 'resources' attribute was set.

Returns
true if the 'resources' attribute was set.

◆ mutable_resources()

client::JsonCppArray<Resource > google_deploymentmanager_api::ResourcesListResponse::mutable_resources ( )

Gets a reference to a mutable value of the 'resources' property.

Resources contained in this list response.

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

◆ New()

ResourcesListResponse * google_deploymentmanager_api::ResourcesListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

void google_deploymentmanager_api::ResourcesListResponse::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

A token used to continue a truncated list request.

Parameters
[in]valueThe new value.

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