#include <manifest.h>
◆ Manifest() [1/2]
| google_deploymentmanager_api::Manifest::Manifest |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~Manifest()
| google_deploymentmanager_api::Manifest::~Manifest |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
◆ set_id()
| void google_deploymentmanager_api::Manifest::set_id |
( |
uint64 |
value | ) |
|
|
inline |
Change the 'id' attribute.
- Parameters
-
◆ 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
-
◆ 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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files:
- google/deploymentmanager_api/manifest.h
- google/deploymentmanager_api/manifest.cc