#include <list_node_pools_response.h>
ListNodePoolsResponse is the result of ListNodePoolsRequest.
◆ ListNodePoolsResponse() [1/2]
google_container_api::ListNodePoolsResponse::ListNodePoolsResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~ListNodePoolsResponse()
google_container_api::ListNodePoolsResponse::~ListNodePoolsResponse |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
The documentation for this class was generated from the following files: