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

#include <list_clusters_response.h>

Inheritance diagram for google_container_api::ListClustersResponse:

Public Member Functions

 ListClustersResponse (const Json::Value &storage)
 
 ListClustersResponse (Json::Value *storage)
 
virtual ~ListClustersResponse ()
 
const StringPiece GetTypeName () const
 
bool has_clusters () const
 
void clear_clusters ()
 
const client::JsonCppArray< Clusterget_clusters () const
 
client::JsonCppArray< Clustermutable_clusters ()
 
bool has_missing_zones () const
 
void clear_missing_zones ()
 
const client::JsonCppArray< string > get_missing_zones () const
 
client::JsonCppArray< string > mutable_missingZones ()
 

Static Public Member Functions

static ListClustersResponseNew ()
 

Detailed Description

ListClustersResponse is the result of ListClustersRequest.

Constructor & Destructor Documentation

◆ ListClustersResponse() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~ListClustersResponse()

google_container_api::ListClustersResponse::~ListClustersResponse ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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

Returns a string denoting the type of this data object.

Returns
google_container_api::ListClustersResponse

◆ 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()

ListClustersResponse * google_container_api::ListClustersResponse::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: