compute  v1
Public Member Functions | Static Public Member Functions | List of all members
google_compute_api::NodeGroupsDeleteNodesRequest Class Reference

#include <node_groups_delete_nodes_request.h>

Inheritance diagram for google_compute_api::NodeGroupsDeleteNodesRequest:

Public Member Functions

 NodeGroupsDeleteNodesRequest (const Json::Value &storage)
 
 NodeGroupsDeleteNodesRequest (Json::Value *storage)
 
virtual ~NodeGroupsDeleteNodesRequest ()
 
const StringPiece GetTypeName () const
 
bool has_nodes () const
 
void clear_nodes ()
 
const client::JsonCppArray< string > get_nodes () const
 
client::JsonCppArray< string > mutable_nodes ()
 

Static Public Member Functions

static NodeGroupsDeleteNodesRequestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NodeGroupsDeleteNodesRequest() [1/2]

google_compute_api::NodeGroupsDeleteNodesRequest::NodeGroupsDeleteNodesRequest ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ NodeGroupsDeleteNodesRequest() [2/2]

google_compute_api::NodeGroupsDeleteNodesRequest::NodeGroupsDeleteNodesRequest ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~NodeGroupsDeleteNodesRequest()

google_compute_api::NodeGroupsDeleteNodesRequest::~NodeGroupsDeleteNodesRequest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_nodes()

void google_compute_api::NodeGroupsDeleteNodesRequest::clear_nodes ( )
inline

Clears the 'nodes' attribute.

◆ get_nodes()

const client::JsonCppArray<string > google_compute_api::NodeGroupsDeleteNodesRequest::get_nodes ( ) const
inline

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

◆ GetTypeName()

const StringPiece google_compute_api::NodeGroupsDeleteNodesRequest::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_compute_api::NodeGroupsDeleteNodesRequest

◆ has_nodes()

bool google_compute_api::NodeGroupsDeleteNodesRequest::has_nodes ( ) const
inline

Determine if the 'nodes' attribute was set.

Returns
true if the 'nodes' attribute was set.

◆ mutable_nodes()

client::JsonCppArray<string > google_compute_api::NodeGroupsDeleteNodesRequest::mutable_nodes ( )
inline

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

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

◆ New()

NodeGroupsDeleteNodesRequest * google_compute_api::NodeGroupsDeleteNodesRequest::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: