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

#include <resource_update.h>

Inheritance diagram for google_deploymentmanager_api::ResourceUpdate:

Classes

class  ResourceUpdateError
 
class  ResourceUpdateWarnings
 

Public Member Functions

 ResourceUpdate (const Json::Value &storage)
 
 ResourceUpdate (Json::Value *storage)
 
virtual ~ResourceUpdate ()
 
const StringPiece GetTypeName () const
 
bool has_access_control () const
 
void clear_access_control ()
 
const ResourceAccessControl get_access_control () const
 
ResourceAccessControl mutable_accessControl ()
 
bool has_error () const
 
void clear_error ()
 
const ResourceUpdateError get_error () const
 
ResourceUpdateError mutable_error ()
 
bool has_final_properties () const
 
void clear_final_properties ()
 
const StringPiece get_final_properties () const
 
void set_final_properties (const StringPiece &value)
 
bool has_intent () const
 
void clear_intent ()
 
const StringPiece get_intent () const
 
void set_intent (const StringPiece &value)
 
bool has_manifest () const
 
void clear_manifest ()
 
const StringPiece get_manifest () const
 
void set_manifest (const StringPiece &value)
 
bool has_properties () const
 
void clear_properties ()
 
const StringPiece get_properties () const
 
void set_properties (const StringPiece &value)
 
bool has_state () const
 
void clear_state ()
 
const StringPiece get_state () const
 
void set_state (const StringPiece &value)
 
bool has_warnings () const
 
void clear_warnings ()
 
const client::JsonCppArray< ResourceUpdateWarningsget_warnings () const
 
client::JsonCppArray< ResourceUpdateWarningsmutable_warnings ()
 

Static Public Member Functions

static ResourceUpdateNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ResourceUpdate() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ResourceUpdate() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ResourceUpdate()

google_deploymentmanager_api::ResourceUpdate::~ResourceUpdate ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_access_control()

void google_deploymentmanager_api::ResourceUpdate::clear_access_control ( )
inline

Clears the 'accessControl' attribute.

◆ clear_error()

void google_deploymentmanager_api::ResourceUpdate::clear_error ( )
inline

Clears the 'error' attribute.

◆ clear_final_properties()

void google_deploymentmanager_api::ResourceUpdate::clear_final_properties ( )
inline

Clears the 'finalProperties' attribute.

◆ clear_intent()

void google_deploymentmanager_api::ResourceUpdate::clear_intent ( )
inline

Clears the 'intent' attribute.

◆ clear_manifest()

void google_deploymentmanager_api::ResourceUpdate::clear_manifest ( )
inline

Clears the 'manifest' attribute.

◆ clear_properties()

void google_deploymentmanager_api::ResourceUpdate::clear_properties ( )
inline

Clears the 'properties' attribute.

◆ clear_state()

void google_deploymentmanager_api::ResourceUpdate::clear_state ( )
inline

Clears the 'state' attribute.

◆ clear_warnings()

void google_deploymentmanager_api::ResourceUpdate::clear_warnings ( )
inline

Clears the 'warnings' attribute.

◆ get_access_control()

const ResourceAccessControl google_deploymentmanager_api::ResourceUpdate::get_access_control ( ) const

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

◆ get_error()

const ResourceUpdateError google_deploymentmanager_api::ResourceUpdate::get_error ( ) const
inline

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

◆ get_final_properties()

const StringPiece google_deploymentmanager_api::ResourceUpdate::get_final_properties ( ) const
inline

Get the value of the 'finalProperties' attribute.

◆ get_intent()

const StringPiece google_deploymentmanager_api::ResourceUpdate::get_intent ( ) const
inline

Get the value of the 'intent' attribute.

◆ get_manifest()

const StringPiece google_deploymentmanager_api::ResourceUpdate::get_manifest ( ) const
inline

Get the value of the 'manifest' attribute.

◆ get_properties()

const StringPiece google_deploymentmanager_api::ResourceUpdate::get_properties ( ) const
inline

Get the value of the 'properties' attribute.

◆ get_state()

const StringPiece google_deploymentmanager_api::ResourceUpdate::get_state ( ) const
inline

Get the value of the 'state' attribute.

◆ get_warnings()

const client::JsonCppArray<ResourceUpdateWarnings > google_deploymentmanager_api::ResourceUpdate::get_warnings ( ) const
inline

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

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::ResourceUpdate

◆ has_access_control()

bool google_deploymentmanager_api::ResourceUpdate::has_access_control ( ) const
inline

Determine if the 'accessControl' attribute was set.

Returns
true if the 'accessControl' attribute was set.

◆ has_error()

bool google_deploymentmanager_api::ResourceUpdate::has_error ( ) const
inline

Determine if the 'error' attribute was set.

Returns
true if the 'error' attribute was set.

◆ has_final_properties()

bool google_deploymentmanager_api::ResourceUpdate::has_final_properties ( ) const
inline

Determine if the 'finalProperties' attribute was set.

Returns
true if the 'finalProperties' attribute was set.

◆ has_intent()

bool google_deploymentmanager_api::ResourceUpdate::has_intent ( ) const
inline

Determine if the 'intent' attribute was set.

Returns
true if the 'intent' attribute was set.

◆ has_manifest()

bool google_deploymentmanager_api::ResourceUpdate::has_manifest ( ) const
inline

Determine if the 'manifest' attribute was set.

Returns
true if the 'manifest' attribute was set.

◆ has_properties()

bool google_deploymentmanager_api::ResourceUpdate::has_properties ( ) const
inline

Determine if the 'properties' attribute was set.

Returns
true if the 'properties' attribute was set.

◆ has_state()

bool google_deploymentmanager_api::ResourceUpdate::has_state ( ) const
inline

Determine if the 'state' attribute was set.

Returns
true if the 'state' attribute was set.

◆ has_warnings()

bool google_deploymentmanager_api::ResourceUpdate::has_warnings ( ) const
inline

Determine if the 'warnings' attribute was set.

Returns
true if the 'warnings' attribute was set.

◆ mutable_accessControl()

ResourceAccessControl google_deploymentmanager_api::ResourceUpdate::mutable_accessControl ( )

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

The Access Control Policy to set on this resource after updating the resource itself.

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

◆ mutable_error()

ResourceUpdateError google_deploymentmanager_api::ResourceUpdate::mutable_error ( )
inline

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

Output only. If errors are generated during update of the resource, this field will be populated.

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

◆ mutable_warnings()

client::JsonCppArray<ResourceUpdateWarnings > google_deploymentmanager_api::ResourceUpdate::mutable_warnings ( )
inline

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

Output only. If warning messages are generated during processing of this resource, this field will be populated.

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

◆ New()

ResourceUpdate * google_deploymentmanager_api::ResourceUpdate::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_final_properties()

void google_deploymentmanager_api::ResourceUpdate::set_final_properties ( const StringPiece &  value)
inline

Change the 'finalProperties' attribute.

Output only. The expanded properties of the resource with reference values expanded. Returned as serialized YAML.

Parameters
[in]valueThe new value.

◆ set_intent()

void google_deploymentmanager_api::ResourceUpdate::set_intent ( const StringPiece &  value)
inline

Change the 'intent' attribute.

Output only. The intent of the resource: PREVIEW, UPDATE, or CANCEL.

Parameters
[in]valueThe new value.

◆ set_manifest()

void google_deploymentmanager_api::ResourceUpdate::set_manifest ( const StringPiece &  value)
inline

Change the 'manifest' attribute.

Output only. URL of the manifest representing the update configuration of this resource.

Parameters
[in]valueThe new value.

◆ set_properties()

void google_deploymentmanager_api::ResourceUpdate::set_properties ( const StringPiece &  value)
inline

Change the 'properties' attribute.

Output only. The set of updated properties for this resource, before references are expanded. Returned as serialized YAML.

Parameters
[in]valueThe new value.

◆ set_state()

void google_deploymentmanager_api::ResourceUpdate::set_state ( const StringPiece &  value)
inline

Change the 'state' attribute.

Output only. The state of the resource.

Parameters
[in]valueThe new value.

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