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

#include <config_file.h>

Inheritance diagram for google_deploymentmanager_api::ConfigFile:

Public Member Functions

 ConfigFile (const Json::Value &storage)
 
 ConfigFile (Json::Value *storage)
 
virtual ~ConfigFile ()
 
const StringPiece GetTypeName () const
 
bool has_content () const
 
void clear_content ()
 
const StringPiece get_content () const
 
void set_content (const StringPiece &value)
 

Static Public Member Functions

static ConfigFileNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ConfigFile() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ConfigFile() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ConfigFile()

google_deploymentmanager_api::ConfigFile::~ConfigFile ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_content()

void google_deploymentmanager_api::ConfigFile::clear_content ( )
inline

Clears the 'content' attribute.

◆ get_content()

const StringPiece google_deploymentmanager_api::ConfigFile::get_content ( ) const
inline

Get the value of the 'content' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::ConfigFile

◆ has_content()

bool google_deploymentmanager_api::ConfigFile::has_content ( ) const
inline

Determine if the 'content' attribute was set.

Returns
true if the 'content' attribute was set.

◆ New()

ConfigFile * google_deploymentmanager_api::ConfigFile::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_content()

void google_deploymentmanager_api::ConfigFile::set_content ( const StringPiece &  value)
inline

Change the 'content' attribute.

The contents of the file.

Parameters
[in]valueThe new value.

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