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