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

#include <set_node_pool_management_request.h>

Inheritance diagram for google_container_api::SetNodePoolManagementRequest:

Public Member Functions

 SetNodePoolManagementRequest (const Json::Value &storage)
 
 SetNodePoolManagementRequest (Json::Value *storage)
 
virtual ~SetNodePoolManagementRequest ()
 
const StringPiece GetTypeName () const
 
bool has_cluster_id () const
 
void clear_cluster_id ()
 
const StringPiece get_cluster_id () const
 
void set_cluster_id (const StringPiece &value)
 
bool has_management () const
 
void clear_management ()
 
const NodeManagement get_management () const
 
NodeManagement mutable_management ()
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (const StringPiece &value)
 
bool has_node_pool_id () const
 
void clear_node_pool_id ()
 
const StringPiece get_node_pool_id () const
 
void set_node_pool_id (const StringPiece &value)
 
bool has_project_id () const
 
void clear_project_id ()
 
const StringPiece get_project_id () const
 
void set_project_id (const StringPiece &value)
 
bool has_zone () const
 
void clear_zone ()
 
const StringPiece get_zone () const
 
void set_zone (const StringPiece &value)
 

Static Public Member Functions

static SetNodePoolManagementRequestNew ()
 

Detailed Description

SetNodePoolManagementRequest sets the node management properties of a node pool.

Constructor & Destructor Documentation

◆ SetNodePoolManagementRequest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ SetNodePoolManagementRequest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~SetNodePoolManagementRequest()

google_container_api::SetNodePoolManagementRequest::~SetNodePoolManagementRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_cluster_id()

void google_container_api::SetNodePoolManagementRequest::clear_cluster_id ( )
inline

Clears the 'clusterId' attribute.

◆ clear_management()

void google_container_api::SetNodePoolManagementRequest::clear_management ( )
inline

Clears the 'management' attribute.

◆ clear_name()

void google_container_api::SetNodePoolManagementRequest::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_node_pool_id()

void google_container_api::SetNodePoolManagementRequest::clear_node_pool_id ( )
inline

Clears the 'nodePoolId' attribute.

◆ clear_project_id()

void google_container_api::SetNodePoolManagementRequest::clear_project_id ( )
inline

Clears the 'projectId' attribute.

◆ clear_zone()

void google_container_api::SetNodePoolManagementRequest::clear_zone ( )
inline

Clears the 'zone' attribute.

◆ get_cluster_id()

const StringPiece google_container_api::SetNodePoolManagementRequest::get_cluster_id ( ) const
inline

Get the value of the 'clusterId' attribute.

◆ get_management()

const NodeManagement google_container_api::SetNodePoolManagementRequest::get_management ( ) const

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

◆ get_name()

const StringPiece google_container_api::SetNodePoolManagementRequest::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_node_pool_id()

const StringPiece google_container_api::SetNodePoolManagementRequest::get_node_pool_id ( ) const
inline

Get the value of the 'nodePoolId' attribute.

◆ get_project_id()

const StringPiece google_container_api::SetNodePoolManagementRequest::get_project_id ( ) const
inline

Get the value of the 'projectId' attribute.

◆ get_zone()

const StringPiece google_container_api::SetNodePoolManagementRequest::get_zone ( ) const
inline

Get the value of the 'zone' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_container_api::SetNodePoolManagementRequest

◆ has_cluster_id()

bool google_container_api::SetNodePoolManagementRequest::has_cluster_id ( ) const
inline

Determine if the 'clusterId' attribute was set.

Returns
true if the 'clusterId' attribute was set.

◆ has_management()

bool google_container_api::SetNodePoolManagementRequest::has_management ( ) const
inline

Determine if the 'management' attribute was set.

Returns
true if the 'management' attribute was set.

◆ has_name()

bool google_container_api::SetNodePoolManagementRequest::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_node_pool_id()

bool google_container_api::SetNodePoolManagementRequest::has_node_pool_id ( ) const
inline

Determine if the 'nodePoolId' attribute was set.

Returns
true if the 'nodePoolId' attribute was set.

◆ has_project_id()

bool google_container_api::SetNodePoolManagementRequest::has_project_id ( ) const
inline

Determine if the 'projectId' attribute was set.

Returns
true if the 'projectId' attribute was set.

◆ has_zone()

bool google_container_api::SetNodePoolManagementRequest::has_zone ( ) const
inline

Determine if the 'zone' attribute was set.

Returns
true if the 'zone' attribute was set.

◆ mutable_management()

NodeManagement google_container_api::SetNodePoolManagementRequest::mutable_management ( )

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

Required. NodeManagement configuration for the node pool.

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

◆ New()

SetNodePoolManagementRequest * google_container_api::SetNodePoolManagementRequest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_cluster_id()

void google_container_api::SetNodePoolManagementRequest::set_cluster_id ( const StringPiece &  value)
inline

Change the 'clusterId' attribute.

Deprecated:

Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.

Parameters
[in]valueThe new value.

◆ set_name()

void google_container_api::SetNodePoolManagementRequest::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format 'projects/locations/clusters/nodePools'.

Parameters
[in]valueThe new value.

◆ set_node_pool_id()

void google_container_api::SetNodePoolManagementRequest::set_node_pool_id ( const StringPiece &  value)
inline

Change the 'nodePoolId' attribute.

Deprecated:

Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

Parameters
[in]valueThe new value.

◆ set_project_id()

void google_container_api::SetNodePoolManagementRequest::set_project_id ( const StringPiece &  value)
inline

Change the 'projectId' attribute.

Deprecated:

Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the name field.

Parameters
[in]valueThe new value.

◆ set_zone()

void google_container_api::SetNodePoolManagementRequest::set_zone ( const StringPiece &  value)
inline

Change the 'zone' attribute.

Deprecated:

Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the name field.

Parameters
[in]valueThe new value.

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