container  v1
Public Member Functions | Static Public Member Functions | List of all members
google_container_api::ListNodePoolsResponse Class Reference

#include <list_node_pools_response.h>

Inheritance diagram for google_container_api::ListNodePoolsResponse:

Public Member Functions

 ListNodePoolsResponse (const Json::Value &storage)
 
 ListNodePoolsResponse (Json::Value *storage)
 
virtual ~ListNodePoolsResponse ()
 
const StringPiece GetTypeName () const
 
bool has_node_pools () const
 
void clear_node_pools ()
 
const client::JsonCppArray< NodePoolget_node_pools () const
 
client::JsonCppArray< NodePoolmutable_nodePools ()
 

Static Public Member Functions

static ListNodePoolsResponseNew ()
 

Detailed Description

ListNodePoolsResponse is the result of ListNodePoolsRequest.

Constructor & Destructor Documentation

◆ ListNodePoolsResponse() [1/2]

google_container_api::ListNodePoolsResponse::ListNodePoolsResponse ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ ListNodePoolsResponse() [2/2]

google_container_api::ListNodePoolsResponse::ListNodePoolsResponse ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~ListNodePoolsResponse()

google_container_api::ListNodePoolsResponse::~ListNodePoolsResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_node_pools()

void google_container_api::ListNodePoolsResponse::clear_node_pools ( )
inline

Clears the 'nodePools' attribute.

◆ get_node_pools()

const client::JsonCppArray<NodePool > google_container_api::ListNodePoolsResponse::get_node_pools ( ) const

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

◆ GetTypeName()

const StringPiece google_container_api::ListNodePoolsResponse::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_container_api::ListNodePoolsResponse

◆ has_node_pools()

bool google_container_api::ListNodePoolsResponse::has_node_pools ( ) const
inline

Determine if the 'nodePools' attribute was set.

Returns
true if the 'nodePools' attribute was set.

◆ mutable_nodePools()

client::JsonCppArray<NodePool > google_container_api::ListNodePoolsResponse::mutable_nodePools ( )

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

A list of node pools for a cluster.

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

◆ New()

ListNodePoolsResponse * google_container_api::ListNodePoolsResponse::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

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