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

#include <manifest.h>

Inheritance diagram for google_deploymentmanager_api::Manifest:

Public Member Functions

 Manifest (const Json::Value &storage)
 
 Manifest (Json::Value *storage)
 
virtual ~Manifest ()
 
const StringPiece GetTypeName () const
 
bool has_config () const
 
void clear_config ()
 
const ConfigFile get_config () const
 
ConfigFile mutable_config ()
 
bool has_expanded_config () const
 
void clear_expanded_config ()
 
const StringPiece get_expanded_config () const
 
void set_expanded_config (const StringPiece &value)
 
bool has_id () const
 
void clear_id ()
 
uint64 get_id () const
 
void set_id (uint64 value)
 
bool has_imports () const
 
void clear_imports ()
 
const client::JsonCppArray< ImportFileget_imports () const
 
client::JsonCppArray< ImportFilemutable_imports ()
 
bool has_insert_time () const
 
void clear_insert_time ()
 
const StringPiece get_insert_time () const
 
void set_insert_time (const StringPiece &value)
 
bool has_layout () const
 
void clear_layout ()
 
const StringPiece get_layout () const
 
void set_layout (const StringPiece &value)
 
bool has_name () const
 
void clear_name ()
 
const StringPiece get_name () const
 
void set_name (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 ManifestNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ Manifest() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ Manifest() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~Manifest()

google_deploymentmanager_api::Manifest::~Manifest ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_config()

void google_deploymentmanager_api::Manifest::clear_config ( )
inline

Clears the 'config' attribute.

◆ clear_expanded_config()

void google_deploymentmanager_api::Manifest::clear_expanded_config ( )
inline

Clears the 'expandedConfig' attribute.

◆ clear_id()

void google_deploymentmanager_api::Manifest::clear_id ( )
inline

Clears the 'id' attribute.

◆ clear_imports()

void google_deploymentmanager_api::Manifest::clear_imports ( )
inline

Clears the 'imports' attribute.

◆ clear_insert_time()

void google_deploymentmanager_api::Manifest::clear_insert_time ( )
inline

Clears the 'insertTime' attribute.

◆ clear_layout()

void google_deploymentmanager_api::Manifest::clear_layout ( )
inline

Clears the 'layout' attribute.

◆ clear_name()

void google_deploymentmanager_api::Manifest::clear_name ( )
inline

Clears the 'name' attribute.

◆ clear_self_link()

void google_deploymentmanager_api::Manifest::clear_self_link ( )
inline

Clears the 'selfLink' attribute.

◆ get_config()

const ConfigFile google_deploymentmanager_api::Manifest::get_config ( ) const

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

◆ get_expanded_config()

const StringPiece google_deploymentmanager_api::Manifest::get_expanded_config ( ) const
inline

Get the value of the 'expandedConfig' attribute.

◆ get_id()

uint64 google_deploymentmanager_api::Manifest::get_id ( ) const
inline

Get the value of the 'id' attribute.

◆ get_imports()

const client::JsonCppArray<ImportFile > google_deploymentmanager_api::Manifest::get_imports ( ) const

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

◆ get_insert_time()

const StringPiece google_deploymentmanager_api::Manifest::get_insert_time ( ) const
inline

Get the value of the 'insertTime' attribute.

◆ get_layout()

const StringPiece google_deploymentmanager_api::Manifest::get_layout ( ) const
inline

Get the value of the 'layout' attribute.

◆ get_name()

const StringPiece google_deploymentmanager_api::Manifest::get_name ( ) const
inline

Get the value of the 'name' attribute.

◆ get_self_link()

const StringPiece google_deploymentmanager_api::Manifest::get_self_link ( ) const
inline

Get the value of the 'selfLink' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::Manifest

◆ has_config()

bool google_deploymentmanager_api::Manifest::has_config ( ) const
inline

Determine if the 'config' attribute was set.

Returns
true if the 'config' attribute was set.

◆ has_expanded_config()

bool google_deploymentmanager_api::Manifest::has_expanded_config ( ) const
inline

Determine if the 'expandedConfig' attribute was set.

Returns
true if the 'expandedConfig' attribute was set.

◆ has_id()

bool google_deploymentmanager_api::Manifest::has_id ( ) const
inline

Determine if the 'id' attribute was set.

Returns
true if the 'id' attribute was set.

◆ has_imports()

bool google_deploymentmanager_api::Manifest::has_imports ( ) const
inline

Determine if the 'imports' attribute was set.

Returns
true if the 'imports' attribute was set.

◆ has_insert_time()

bool google_deploymentmanager_api::Manifest::has_insert_time ( ) const
inline

Determine if the 'insertTime' attribute was set.

Returns
true if the 'insertTime' attribute was set.

◆ has_layout()

bool google_deploymentmanager_api::Manifest::has_layout ( ) const
inline

Determine if the 'layout' attribute was set.

Returns
true if the 'layout' attribute was set.

◆ has_name()

bool google_deploymentmanager_api::Manifest::has_name ( ) const
inline

Determine if the 'name' attribute was set.

Returns
true if the 'name' attribute was set.

◆ has_self_link()

bool google_deploymentmanager_api::Manifest::has_self_link ( ) const
inline

Determine if the 'selfLink' attribute was set.

Returns
true if the 'selfLink' attribute was set.

◆ mutable_config()

ConfigFile google_deploymentmanager_api::Manifest::mutable_config ( )

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

Output only. The YAML configuration for this manifest.

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

◆ mutable_imports()

client::JsonCppArray<ImportFile > google_deploymentmanager_api::Manifest::mutable_imports ( )

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

Output only. The imported files for this manifest.

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

◆ New()

Manifest * google_deploymentmanager_api::Manifest::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_expanded_config()

void google_deploymentmanager_api::Manifest::set_expanded_config ( const StringPiece &  value)
inline

Change the 'expandedConfig' attribute.

Output only. The fully-expanded configuration file, including any templates and references.

Parameters
[in]valueThe new value.

◆ set_id()

void google_deploymentmanager_api::Manifest::set_id ( uint64  value)
inline

Change the 'id' attribute.

Parameters
[in]valueThe new value.

◆ set_insert_time()

void google_deploymentmanager_api::Manifest::set_insert_time ( const StringPiece &  value)
inline

Change the 'insertTime' attribute.

Output only. Creation timestamp in RFC3339 text format.

Parameters
[in]valueThe new value.

◆ set_layout()

void google_deploymentmanager_api::Manifest::set_layout ( const StringPiece &  value)
inline

Change the 'layout' attribute.

Output only. The YAML layout for this manifest.

Parameters
[in]valueThe new value.

◆ set_name()

void google_deploymentmanager_api::Manifest::set_name ( const StringPiece &  value)
inline

Change the 'name' attribute.

Output only.

The name of the manifest.

Parameters
[in]valueThe new value.

◆ set_self_link()

void google_deploymentmanager_api::Manifest::set_self_link ( const StringPiece &  value)
inline

Change the 'selfLink' attribute.

Output only. Self link for the manifest.

Parameters
[in]valueThe new value.

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