#include <deployment_label_entry.h>
◆ DeploymentLabelEntry() [1/2]
google_deploymentmanager_api::DeploymentLabelEntry::DeploymentLabelEntry |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DeploymentLabelEntry() [2/2]
google_deploymentmanager_api::DeploymentLabelEntry::DeploymentLabelEntry |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DeploymentLabelEntry()
google_deploymentmanager_api::DeploymentLabelEntry::~DeploymentLabelEntry |
( |
| ) |
|
|
virtual |
◆ clear_key()
void google_deploymentmanager_api::DeploymentLabelEntry::clear_key |
( |
| ) |
|
|
inline |
Clears the 'key
' attribute.
◆ clear_value()
void google_deploymentmanager_api::DeploymentLabelEntry::clear_value |
( |
| ) |
|
|
inline |
Clears the 'value
' attribute.
◆ get_key()
const StringPiece google_deploymentmanager_api::DeploymentLabelEntry::get_key |
( |
| ) |
const |
|
inline |
Get the value of the 'key
' attribute.
◆ get_value()
const StringPiece google_deploymentmanager_api::DeploymentLabelEntry::get_value |
( |
| ) |
const |
|
inline |
Get the value of the 'value
' attribute.
◆ GetTypeName()
const StringPiece google_deploymentmanager_api::DeploymentLabelEntry::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_key()
bool google_deploymentmanager_api::DeploymentLabelEntry::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::DeploymentLabelEntry::has_value |
( |
| ) |
const |
|
inline |
Determine if the 'value
' attribute was set.
- Returns
- true if the '
value
' attribute was set.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_key()
void google_deploymentmanager_api::DeploymentLabelEntry::set_key |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'key
' attribute.
- Parameters
-
◆ set_value()
void google_deploymentmanager_api::DeploymentLabelEntry::set_value |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'value
' attribute.
- Parameters
-
The documentation for this class was generated from the following files: