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

#include <manifests_list_response.h>

Inheritance diagram for google_deploymentmanager_api::ManifestsListResponse:

Public Member Functions

 ManifestsListResponse (const Json::Value &storage)
 
 ManifestsListResponse (Json::Value *storage)
 
virtual ~ManifestsListResponse ()
 
const StringPiece GetTypeName () const
 
bool has_manifests () const
 
void clear_manifests ()
 
const client::JsonCppArray< Manifestget_manifests () const
 
client::JsonCppArray< Manifestmutable_manifests ()
 
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 ManifestsListResponseNew ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ManifestsListResponse() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ManifestsListResponse() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ManifestsListResponse()

google_deploymentmanager_api::ManifestsListResponse::~ManifestsListResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_manifests()

void google_deploymentmanager_api::ManifestsListResponse::clear_manifests ( )
inline

Clears the 'manifests' attribute.

◆ clear_next_page_token()

void google_deploymentmanager_api::ManifestsListResponse::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ get_manifests()

const client::JsonCppArray<Manifest > google_deploymentmanager_api::ManifestsListResponse::get_manifests ( ) const

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

◆ get_next_page_token()

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

Get the value of the 'nextPageToken' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::ManifestsListResponse

◆ has_manifests()

bool google_deploymentmanager_api::ManifestsListResponse::has_manifests ( ) const
inline

Determine if the 'manifests' attribute was set.

Returns
true if the 'manifests' attribute was set.

◆ has_next_page_token()

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

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ mutable_manifests()

client::JsonCppArray<Manifest > google_deploymentmanager_api::ManifestsListResponse::mutable_manifests ( )

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

Output only. Manifests contained in this list response.

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

◆ New()

ManifestsListResponse * google_deploymentmanager_api::ManifestsListResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_next_page_token()

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

Change the 'nextPageToken' attribute.

Output only. 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: