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

#include <resource_update.h>

Inheritance diagram for google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings:

Classes

class  ResourceUpdateWarningsData
 

Public Member Functions

 ResourceUpdateWarnings (const Json::Value &storage)
 
 ResourceUpdateWarnings (Json::Value *storage)
 
virtual ~ResourceUpdateWarnings ()
 
const StringPiece GetTypeName () const
 
bool has_code () const
 
void clear_code ()
 
const StringPiece get_code () const
 
void set_code (const StringPiece &value)
 
bool has_data () const
 
void clear_data ()
 
const client::JsonCppArray< ResourceUpdateWarningsDataget_data () const
 
client::JsonCppArray< ResourceUpdateWarningsDatamutable_data ()
 
bool has_message () const
 
void clear_message ()
 
const StringPiece get_message () const
 
void set_message (const StringPiece &value)
 

Static Public Member Functions

static ResourceUpdateWarningsNew ()
 

Detailed Description

No description provided.

Constructor & Destructor Documentation

◆ ResourceUpdateWarnings() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ ResourceUpdateWarnings() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~ResourceUpdateWarnings()

google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::~ResourceUpdateWarnings ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_code()

void google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::clear_code ( )
inline

Clears the 'code' attribute.

◆ clear_data()

void google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::clear_data ( )
inline

Clears the 'data' attribute.

◆ clear_message()

void google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::clear_message ( )
inline

Clears the 'message' attribute.

◆ get_code()

const StringPiece google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::get_code ( ) const
inline

Get the value of the 'code' attribute.

◆ get_data()

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

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

◆ get_message()

const StringPiece google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::get_message ( ) const
inline

Get the value of the 'message' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_deploymentmanager_api::ResourceUpdateWarnings

◆ has_code()

bool google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::has_code ( ) const
inline

Determine if the 'code' attribute was set.

Returns
true if the 'code' attribute was set.

◆ has_data()

bool google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::has_data ( ) const
inline

Determine if the 'data' attribute was set.

Returns
true if the 'data' attribute was set.

◆ has_message()

bool google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::has_message ( ) const
inline

Determine if the 'message' attribute was set.

Returns
true if the 'message' attribute was set.

◆ mutable_data()

client::JsonCppArray<ResourceUpdateWarningsData > google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::mutable_data ( )
inline

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

[Output Only] Metadata about this warning in key: value format. For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" }.

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

◆ New()

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

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_code()

void google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::set_code ( const StringPiece &  value)
inline

Change the 'code' attribute.

[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.

Parameters
[in]valueThe new value.

◆ set_message()

void google_deploymentmanager_api::ResourceUpdate::ResourceUpdateWarnings::set_message ( const StringPiece &  value)
inline

Change the 'message' attribute.

[Output Only] A human-readable description of the warning code.

Parameters
[in]valueThe new value.

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