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

#include <backend_services_scoped_list.h>

Inheritance diagram for google_compute_api::BackendServicesScopedList:

Classes

class  BackendServicesScopedListWarning
 

Public Member Functions

 BackendServicesScopedList (const Json::Value &storage)
 
 BackendServicesScopedList (Json::Value *storage)
 
virtual ~BackendServicesScopedList ()
 
const StringPiece GetTypeName () const
 
bool has_backend_services () const
 
void clear_backend_services ()
 
const client::JsonCppArray< BackendServiceget_backend_services () const
 
client::JsonCppArray< BackendServicemutable_backendServices ()
 
bool has_warning () const
 
void clear_warning ()
 
const BackendServicesScopedListWarning get_warning () const
 
BackendServicesScopedListWarning mutable_warning ()
 

Static Public Member Functions

static BackendServicesScopedListNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BackendServicesScopedList() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BackendServicesScopedList() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BackendServicesScopedList()

google_compute_api::BackendServicesScopedList::~BackendServicesScopedList ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_backend_services()

void google_compute_api::BackendServicesScopedList::clear_backend_services ( )
inline

Clears the 'backendServices' attribute.

◆ clear_warning()

void google_compute_api::BackendServicesScopedList::clear_warning ( )
inline

Clears the 'warning' attribute.

◆ get_backend_services()

const client::JsonCppArray<BackendService > google_compute_api::BackendServicesScopedList::get_backend_services ( ) const

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

◆ get_warning()

const BackendServicesScopedListWarning google_compute_api::BackendServicesScopedList::get_warning ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::BackendServicesScopedList

◆ has_backend_services()

bool google_compute_api::BackendServicesScopedList::has_backend_services ( ) const
inline

Determine if the 'backendServices' attribute was set.

Returns
true if the 'backendServices' attribute was set.

◆ has_warning()

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

Determine if the 'warning' attribute was set.

Returns
true if the 'warning' attribute was set.

◆ mutable_backendServices()

client::JsonCppArray<BackendService > google_compute_api::BackendServicesScopedList::mutable_backendServices ( )

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

A list of BackendServices contained in this scope.

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

◆ mutable_warning()

BackendServicesScopedListWarning google_compute_api::BackendServicesScopedList::mutable_warning ( )
inline

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

Informational warning which replaces the list of backend services when the list is empty.

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

◆ New()

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