#include <deployment_update.h>
◆ DeploymentUpdate() [1/2]
google_deploymentmanager_api::DeploymentUpdate::DeploymentUpdate |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ DeploymentUpdate() [2/2]
google_deploymentmanager_api::DeploymentUpdate::DeploymentUpdate |
( |
Json::Value * |
storage | ) |
|
|
explicit |
Standard constructor for a mutable data object instance.
- Parameters
-
[in] | storage | The underlying data storage for this instance. |
◆ ~DeploymentUpdate()
google_deploymentmanager_api::DeploymentUpdate::~DeploymentUpdate |
( |
| ) |
|
|
virtual |
◆ clear_description()
void google_deploymentmanager_api::DeploymentUpdate::clear_description |
( |
| ) |
|
|
inline |
Clears the 'description
' attribute.
◆ clear_labels()
void google_deploymentmanager_api::DeploymentUpdate::clear_labels |
( |
| ) |
|
|
inline |
Clears the 'labels
' attribute.
◆ clear_manifest()
void google_deploymentmanager_api::DeploymentUpdate::clear_manifest |
( |
| ) |
|
|
inline |
Clears the 'manifest
' attribute.
◆ get_description()
const StringPiece google_deploymentmanager_api::DeploymentUpdate::get_description |
( |
| ) |
const |
|
inline |
Get the value of the 'description
' attribute.
◆ get_labels()
Get a reference to the value of the 'labels
' attribute.
◆ get_manifest()
const StringPiece google_deploymentmanager_api::DeploymentUpdate::get_manifest |
( |
| ) |
const |
|
inline |
Get the value of the 'manifest
' attribute.
◆ GetTypeName()
const StringPiece google_deploymentmanager_api::DeploymentUpdate::GetTypeName |
( |
| ) |
const |
|
inline |
◆ has_description()
bool google_deploymentmanager_api::DeploymentUpdate::has_description |
( |
| ) |
const |
|
inline |
Determine if the 'description
' attribute was set.
- Returns
- true if the '
description
' attribute was set.
◆ has_labels()
bool google_deploymentmanager_api::DeploymentUpdate::has_labels |
( |
| ) |
const |
|
inline |
Determine if the 'labels
' attribute was set.
- Returns
- true if the '
labels
' attribute was set.
◆ has_manifest()
bool google_deploymentmanager_api::DeploymentUpdate::has_manifest |
( |
| ) |
const |
|
inline |
Determine if the 'manifest
' attribute was set.
- Returns
- true if the '
manifest
' attribute was set.
◆ mutable_labels()
Gets a reference to a mutable value of the 'labels
' property.
Output only. Map of labels; provided by the client when the resource is created or updated. Specifically: Label keys must be between 1 and 63 characters long and must conform to the following regular expression: [a-z]([-a-z0-9]*[a-z0-9])? Label values must be between 0 and 63 characters long and must conform to the regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?.
- Returns
- The result can be modified to change the attribute value.
◆ New()
Creates a new default instance.
- Returns
- Ownership is passed back to the caller.
◆ set_description()
void google_deploymentmanager_api::DeploymentUpdate::set_description |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'description
' attribute.
Output only. An optional user-provided description of the deployment after the current update has been applied.
- Parameters
-
◆ set_manifest()
void google_deploymentmanager_api::DeploymentUpdate::set_manifest |
( |
const StringPiece & |
value | ) |
|
|
inline |
Change the 'manifest
' attribute.
Output only. URL of the manifest representing the update configuration of this deployment.
- Parameters
-
The documentation for this class was generated from the following files:
- google/deploymentmanager_api/deployment_update.h
- google/deploymentmanager_api/deployment_update.cc