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

#include <license_code_license_alias.h>

Inheritance diagram for google_compute_api::LicenseCodeLicenseAlias:

Public Member Functions

 LicenseCodeLicenseAlias (const Json::Value &storage)
 
 LicenseCodeLicenseAlias (Json::Value *storage)
 
virtual ~LicenseCodeLicenseAlias ()
 
const StringPiece GetTypeName () const
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (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)
 

Static Public Member Functions

static LicenseCodeLicenseAliasNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ LicenseCodeLicenseAlias() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ LicenseCodeLicenseAlias() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~LicenseCodeLicenseAlias()

google_compute_api::LicenseCodeLicenseAlias::~LicenseCodeLicenseAlias ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_description()

void google_compute_api::LicenseCodeLicenseAlias::clear_description ( )
inline

Clears the 'description' attribute.

◆ clear_self_link()

void google_compute_api::LicenseCodeLicenseAlias::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ get_description()

const StringPiece google_compute_api::LicenseCodeLicenseAlias::get_description ( ) const
inline

Get the value of the 'description' attribute.

◆ get_self_link()

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

Get the value of the 'selfLink' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_compute_api::LicenseCodeLicenseAlias

◆ has_description()

bool google_compute_api::LicenseCodeLicenseAlias::has_description ( ) const
inline

Determine if the 'description' attribute was set.

Returns
true if the 'description' attribute was set.

◆ has_self_link()

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

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ New()

LicenseCodeLicenseAlias * google_compute_api::LicenseCodeLicenseAlias::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_description()

void google_compute_api::LicenseCodeLicenseAlias::set_description ( const StringPiece &  value)
inline

Change the 'description' attribute.

[Output Only] Description of this License Code.

Parameters
[in]valueThe new value.

◆ set_self_link()

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

Change the 'selfLink' attribute.

[Output Only] URL of license corresponding to this License Code.

Parameters
[in]valueThe new value.

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