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

#include <deployment_update.h>

Inheritance diagram for google_deploymentmanager_api::DeploymentUpdate:

Public Member Functions

 DeploymentUpdate (const Json::Value &storage)
 
 DeploymentUpdate (Json::Value *storage)
 
virtual ~DeploymentUpdate ()
 
const StringPiece GetTypeName () const
 
bool has_description () const
 
void clear_description ()
 
const StringPiece get_description () const
 
void set_description (const StringPiece &value)
 
bool has_labels () const
 
void clear_labels ()
 
const client::JsonCppArray< DeploymentUpdateLabelEntryget_labels () const
 
client::JsonCppArray< DeploymentUpdateLabelEntrymutable_labels ()
 
bool has_manifest () const
 
void clear_manifest ()
 
const StringPiece get_manifest () const
 
void set_manifest (const StringPiece &value)
 

Static Public Member Functions

static DeploymentUpdateNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ DeploymentUpdate() [1/2]

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

Standard constructor for an immutable data object instance.

Parameters
[in]storageThe 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]storageThe underlying data storage for this instance.

◆ ~DeploymentUpdate()

google_deploymentmanager_api::DeploymentUpdate::~DeploymentUpdate ( )
virtual

Standard destructor.

Member Function Documentation

◆ 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()

const client::JsonCppArray<DeploymentUpdateLabelEntry > google_deploymentmanager_api::DeploymentUpdate::get_labels ( ) const

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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::DeploymentUpdate

◆ 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()

client::JsonCppArray<DeploymentUpdateLabelEntry > google_deploymentmanager_api::DeploymentUpdate::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()

DeploymentUpdate * google_deploymentmanager_api::DeploymentUpdate::New ( )
static

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
[in]valueThe new value.

◆ 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
[in]valueThe new value.

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