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

#include <backend_service_reference.h>

Inheritance diagram for google_compute_api::BackendServiceReference:

Public Member Functions

 BackendServiceReference (const Json::Value &storage)
 
 BackendServiceReference (Json::Value *storage)
 
virtual ~BackendServiceReference ()
 
const StringPiece GetTypeName () const
 
bool has_backend_service () const
 
void clear_backend_service ()
 
const StringPiece get_backend_service () const
 
void set_backend_service (const StringPiece &value)
 

Static Public Member Functions

static BackendServiceReferenceNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ BackendServiceReference() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ BackendServiceReference() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~BackendServiceReference()

google_compute_api::BackendServiceReference::~BackendServiceReference ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_backend_service()

void google_compute_api::BackendServiceReference::clear_backend_service ( )
inline

Clears the 'backendService' attribute.

◆ get_backend_service()

const StringPiece google_compute_api::BackendServiceReference::get_backend_service ( ) const
inline

Get the value of the 'backendService' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::BackendServiceReference

◆ has_backend_service()

bool google_compute_api::BackendServiceReference::has_backend_service ( ) const
inline

Determine if the 'backendService' attribute was set.

Returns
true if the 'backendService' attribute was set.

◆ New()

BackendServiceReference * google_compute_api::BackendServiceReference::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_backend_service()

void google_compute_api::BackendServiceReference::set_backend_service ( const StringPiece &  value)
inline

Change the 'backendService' attribute.

Parameters
[in]valueThe new value.

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