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

#include <autoscaler_aggregated_list.h>

Inheritance diagram for google_compute_api::AutoscalerAggregatedList:

Classes

class  AutoscalerAggregatedListWarning
 

Public Member Functions

 AutoscalerAggregatedList (const Json::Value &storage)
 
 AutoscalerAggregatedList (Json::Value *storage)
 
virtual ~AutoscalerAggregatedList ()
 
const StringPiece GetTypeName () const
 
bool has_id () const
 
void clear_id ()
 
const StringPiece get_id () const
 
void set_id (const StringPiece &value)
 
bool has_items () const
 
void clear_items ()
 
const client::JsonCppAssociativeArray< AutoscalersScopedListget_items () const
 
client::JsonCppAssociativeArray< AutoscalersScopedListmutable_items ()
 
bool has_kind () const
 
void clear_kind ()
 
const StringPiece get_kind () const
 
void set_kind (const StringPiece &value)
 
bool has_next_page_token () const
 
void clear_next_page_token ()
 
const StringPiece get_next_page_token () const
 
void set_next_page_token (const StringPiece &value)
 
bool has_self_link () const
 
void clear_self_link ()
 
const StringPiece get_self_link () const
 
void set_self_link (const StringPiece &value)
 
bool has_warning () const
 
void clear_warning ()
 
const AutoscalerAggregatedListWarning get_warning () const
 
AutoscalerAggregatedListWarning mutable_warning ()
 

Static Public Member Functions

static AutoscalerAggregatedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ AutoscalerAggregatedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ AutoscalerAggregatedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~AutoscalerAggregatedList()

google_compute_api::AutoscalerAggregatedList::~AutoscalerAggregatedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_id()

void google_compute_api::AutoscalerAggregatedList::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_items()

void google_compute_api::AutoscalerAggregatedList::clear_items ( )
inline

Clears the 'items' attribute.

◆ clear_kind()

void google_compute_api::AutoscalerAggregatedList::clear_kind ( )
inline

Clears the 'kind' attribute.

◆ clear_next_page_token()

void google_compute_api::AutoscalerAggregatedList::clear_next_page_token ( )
inline

Clears the 'nextPageToken' attribute.

◆ clear_self_link()

void google_compute_api::AutoscalerAggregatedList::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ clear_warning()

void google_compute_api::AutoscalerAggregatedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_id()

const StringPiece google_compute_api::AutoscalerAggregatedList::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_items()

const client::JsonCppAssociativeArray<AutoscalersScopedList > google_compute_api::AutoscalerAggregatedList::get_items ( ) const

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

◆ get_kind()

const StringPiece google_compute_api::AutoscalerAggregatedList::get_kind ( ) const
inline

Get the value of the 'kind' attribute.

◆ get_next_page_token()

const StringPiece google_compute_api::AutoscalerAggregatedList::get_next_page_token ( ) const
inline

Get the value of the 'nextPageToken' attribute.

◆ get_self_link()

const StringPiece google_compute_api::AutoscalerAggregatedList::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ get_warning()

const AutoscalerAggregatedListWarning google_compute_api::AutoscalerAggregatedList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::AutoscalerAggregatedList

◆ has_id()

bool google_compute_api::AutoscalerAggregatedList::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_items()

bool google_compute_api::AutoscalerAggregatedList::has_items ( ) const
inline

Determine if the 'items' attribute was set.

Returns
true if the 'items' attribute was set.

◆ has_kind()

bool google_compute_api::AutoscalerAggregatedList::has_kind ( ) const
inline

Determine if the 'kind' attribute was set.

Returns
true if the 'kind' attribute was set.

◆ has_next_page_token()

bool google_compute_api::AutoscalerAggregatedList::has_next_page_token ( ) const
inline

Determine if the 'nextPageToken' attribute was set.

Returns
true if the 'nextPageToken' attribute was set.

◆ has_self_link()

bool google_compute_api::AutoscalerAggregatedList::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ has_warning()

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

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_items()

client::JsonCppAssociativeArray<AutoscalersScopedList > google_compute_api::AutoscalerAggregatedList::mutable_items ( )

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

A list of AutoscalersScopedList resources.

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

◆ mutable_warning()

AutoscalerAggregatedListWarning google_compute_api::AutoscalerAggregatedList::mutable_warning ( )
inline

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

[Output Only] Informational warning message.

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

◆ New()

AutoscalerAggregatedList * google_compute_api::AutoscalerAggregatedList::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_id()

void google_compute_api::AutoscalerAggregatedList::set_id ( const StringPiece &  value)
inline

Change the 'id' attribute.

[Output Only] Unique identifier for the resource; defined by the server.

Parameters
[in]valueThe new value.

◆ set_kind()

void google_compute_api::AutoscalerAggregatedList::set_kind ( const StringPiece &  value)
inline

Change the 'kind' attribute.

[Output Only] Type of resource. Always compute::autoscalerAggregatedList for aggregated lists of autoscalers.

Parameters
[in]valueThe new value.

◆ set_next_page_token()

void google_compute_api::AutoscalerAggregatedList::set_next_page_token ( const StringPiece &  value)
inline

Change the 'nextPageToken' attribute.

[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.

Parameters
[in]valueThe new value.

◆ set_self_link()

void google_compute_api::AutoscalerAggregatedList::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

[Output Only] Server-defined URL for this resource.

Parameters
[in]valueThe new value.

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