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

#include <node_templates_scoped_list.h>

Inheritance diagram for google_compute_api::NodeTemplatesScopedList:

Classes

class  NodeTemplatesScopedListWarning
 

Public Member Functions

 NodeTemplatesScopedList (const Json::Value &storage)
 
 NodeTemplatesScopedList (Json::Value *storage)
 
virtual ~NodeTemplatesScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_node_templates () const
 
void clear_node_templates ()
 
const client::JsonCppArray< NodeTemplateget_node_templates () const
 
client::JsonCppArray< NodeTemplatemutable_nodeTemplates ()
 
bool has_warning () const
 
void clear_warning ()
 
const NodeTemplatesScopedListWarning get_warning () const
 
NodeTemplatesScopedListWarning mutable_warning ()
 

Static Public Member Functions

static NodeTemplatesScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ NodeTemplatesScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ NodeTemplatesScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~NodeTemplatesScopedList()

google_compute_api::NodeTemplatesScopedList::~NodeTemplatesScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_node_templates()

void google_compute_api::NodeTemplatesScopedList::clear_node_templates ( )
inline

Clears the 'nodeTemplates' attribute.

◆ clear_warning()

void google_compute_api::NodeTemplatesScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_node_templates()

const client::JsonCppArray<NodeTemplate > google_compute_api::NodeTemplatesScopedList::get_node_templates ( ) const

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

◆ get_warning()

const NodeTemplatesScopedListWarning google_compute_api::NodeTemplatesScopedList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::NodeTemplatesScopedList

◆ has_node_templates()

bool google_compute_api::NodeTemplatesScopedList::has_node_templates ( ) const
inline

Determine if the 'nodeTemplates' attribute was set.

Returns
true if the 'nodeTemplates' attribute was set.

◆ has_warning()

bool google_compute_api::NodeTemplatesScopedList::has_warning ( ) const
inline

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_nodeTemplates()

client::JsonCppArray<NodeTemplate > google_compute_api::NodeTemplatesScopedList::mutable_nodeTemplates ( )

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

[Output Only] A list of node templates contained in this scope.

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

◆ mutable_warning()

NodeTemplatesScopedListWarning google_compute_api::NodeTemplatesScopedList::mutable_warning ( )
inline

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

[Output Only] An informational warning that appears when the node templates list is empty.

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

◆ New()

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