cloudresourcemanager  v1beta1
Public Member Functions | Static Public Member Functions | List of all members
google_cloudresourcemanager_api::FolderOperationError Class Reference

#include <folder_operation_error.h>

Inheritance diagram for google_cloudresourcemanager_api::FolderOperationError:

Public Member Functions

 FolderOperationError (const Json::Value &storage)
 
 FolderOperationError (Json::Value *storage)
 
virtual ~FolderOperationError ()
 
const StringPiece GetTypeName () const
 
bool has_error_message_id () const
 
void clear_error_message_id ()
 
const StringPiece get_error_message_id () const
 
void set_error_message_id (const StringPiece &value)
 

Static Public Member Functions

static FolderOperationErrorNew ()
 

Detailed Description

A classification of the Folder Operation error.

Constructor & Destructor Documentation

◆ FolderOperationError() [1/2]

google_cloudresourcemanager_api::FolderOperationError::FolderOperationError ( const Json::Value &  storage)
explicit

Standard constructor for an immutable data object instance.

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

◆ FolderOperationError() [2/2]

google_cloudresourcemanager_api::FolderOperationError::FolderOperationError ( Json::Value *  storage)
explicit

Standard constructor for a mutable data object instance.

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

◆ ~FolderOperationError()

google_cloudresourcemanager_api::FolderOperationError::~FolderOperationError ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_error_message_id()

void google_cloudresourcemanager_api::FolderOperationError::clear_error_message_id ( )
inline

Clears the 'errorMessageId' attribute.

◆ get_error_message_id()

const StringPiece google_cloudresourcemanager_api::FolderOperationError::get_error_message_id ( ) const
inline

Get the value of the 'errorMessageId' attribute.

◆ GetTypeName()

const StringPiece google_cloudresourcemanager_api::FolderOperationError::GetTypeName ( ) const
inline

Returns a string denoting the type of this data object.

Returns
google_cloudresourcemanager_api::FolderOperationError

◆ has_error_message_id()

bool google_cloudresourcemanager_api::FolderOperationError::has_error_message_id ( ) const
inline

Determine if the 'errorMessageId' attribute was set.

Returns
true if the 'errorMessageId' attribute was set.

◆ New()

FolderOperationError * google_cloudresourcemanager_api::FolderOperationError::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_error_message_id()

void google_cloudresourcemanager_api::FolderOperationError::set_error_message_id ( const StringPiece &  value)
inline

Change the 'errorMessageId' attribute.

The type of operation error experienced.

Parameters
[in]valueThe new value.

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