deploymentmanager  v2
Public Member Functions | Static Public Member Functions | List of all members
google_deploymentmanager_api::DeploymentUpdateLabelEntry Class Reference

#include <deployment_update_label_entry.h>

Inheritance diagram for google_deploymentmanager_api::DeploymentUpdateLabelEntry:

Public Member Functions

 DeploymentUpdateLabelEntry (const Json::Value &storage)
 
 DeploymentUpdateLabelEntry (Json::Value *storage)
 
virtual ~DeploymentUpdateLabelEntry ()
 
const StringPiece GetTypeName () const
 
bool has_key () const
 
void clear_key ()
 
const StringPiece get_key () const
 
void set_key (const StringPiece &value)
 
bool has_value () const
 
void clear_value ()
 
const StringPiece get_value () const
 
void set_value (const StringPiece &value)
 

Static Public Member Functions

static DeploymentUpdateLabelEntryNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ DeploymentUpdateLabelEntry() [1/2]

google_deploymentmanager_api::DeploymentUpdateLabelEntry::DeploymentUpdateLabelEntry ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ DeploymentUpdateLabelEntry() [2/2]

google_deploymentmanager_api::DeploymentUpdateLabelEntry::DeploymentUpdateLabelEntry ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~DeploymentUpdateLabelEntry()

google_deploymentmanager_api::DeploymentUpdateLabelEntry::~DeploymentUpdateLabelEntry ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_key()

void google_deploymentmanager_api::DeploymentUpdateLabelEntry::clear_key ( )
inline

Clears the 'key' attribute.

◆ clear_value()

void google_deploymentmanager_api::DeploymentUpdateLabelEntry::clear_value ( )
inline

Clears the 'value' attribute.

◆ get_key()

const StringPiece google_deploymentmanager_api::DeploymentUpdateLabelEntry::get_key ( ) const
inline

Get the value of the 'key' attribute.

◆ get_value()

const StringPiece google_deploymentmanager_api::DeploymentUpdateLabelEntry::get_value ( ) const
inline

Get the value of the 'value' attribute.

◆ GetTypeName()

const StringPiece google_deploymentmanager_api::DeploymentUpdateLabelEntry::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::DeploymentUpdateLabelEntry

◆ has_key()

bool google_deploymentmanager_api::DeploymentUpdateLabelEntry::has_key ( ) const
inline

Determine if the 'key' attribute was set.

Returns
true if the 'key' attribute was set.

◆ has_value()

bool google_deploymentmanager_api::DeploymentUpdateLabelEntry::has_value ( ) const
inline

Determine if the 'value' attribute was set.

Returns
true if the 'value' attribute was set.

◆ New()

DeploymentUpdateLabelEntry * google_deploymentmanager_api::DeploymentUpdateLabelEntry::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_key()

void google_deploymentmanager_api::DeploymentUpdateLabelEntry::set_key ( const StringPiece &  value)
inline

Change the 'key' attribute.

Parameters
[in]valueThe new value.

◆ set_value()

void google_deploymentmanager_api::DeploymentUpdateLabelEntry::set_value ( const StringPiece &  value)
inline

Change the 'value' attribute.

Parameters
[in]valueThe new value.

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