#include <list_clusters_response.h>
ListClustersResponse is the result of ListClustersRequest.
◆ ListClustersResponse() [1/2]
| google_container_api::ListClustersResponse::ListClustersResponse |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ListClustersResponse() [2/2]
| google_container_api::ListClustersResponse::ListClustersResponse |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
| [in] | storage | The underlying data storage for this instance. |
◆ ~ListClustersResponse()
| google_container_api::ListClustersResponse::~ListClustersResponse |
( |
| ) |
|
|
virtual |
◆ clear_clusters()
| void google_container_api::ListClustersResponse::clear_clusters |
( |
| ) |
|
|
inline |
Clears the 'clusters' attribute.
◆ clear_missing_zones()
| void google_container_api::ListClustersResponse::clear_missing_zones |
( |
| ) |
|
|
inline |
Clears the 'missingZones' attribute.
◆ get_clusters()
| const client::JsonCppArray<Cluster > google_container_api::ListClustersResponse::get_clusters |
( |
| ) |
const |
Get a reference to the value of the 'clusters' attribute.
◆ get_missing_zones()
| const client::JsonCppArray<string > google_container_api::ListClustersResponse::get_missing_zones |
( |
| ) |
const |
|
inline |
Get a reference to the value of the 'missingZones' attribute.
◆ GetTypeName()
| const StringPiece google_container_api::ListClustersResponse::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_clusters()
| bool google_container_api::ListClustersResponse::has_clusters |
( |
| ) |
const |
|
inline |
Determine if the 'clusters' attribute was set.
- Returns
- true if the '
clusters' attribute was set.
◆ has_missing_zones()
| bool google_container_api::ListClustersResponse::has_missing_zones |
( |
| ) |
const |
|
inline |
Determine if the 'missingZones' attribute was set.
- Returns
- true if the '
missingZones' attribute was set.
◆ mutable_clusters()
| client::JsonCppArray<Cluster > google_container_api::ListClustersResponse::mutable_clusters |
( |
| ) |
|
Gets a reference to a mutable value of the 'clusters' property.
A list of clusters in the project in the specified zone, or across all ones.
- Returns
- The result can be modified to change the attribute value.
◆ mutable_missingZones()
| client::JsonCppArray<string > google_container_api::ListClustersResponse::mutable_missingZones |
( |
| ) |
|
|
inline |
Gets a reference to a mutable value of the 'missingZones' property.
If any zones are listed here, the list of clusters returned may be missing those zones.
- 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: