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

#include <folder_operation.h>

Inheritance diagram for google_cloudresourcemanager_api::FolderOperation:

Public Member Functions

 FolderOperation (const Json::Value &storage)
 
 FolderOperation (Json::Value *storage)
 
virtual ~FolderOperation ()
 
const StringPiece GetTypeName () const
 
bool has_destination_parent () const
 
void clear_destination_parent ()
 
const StringPiece get_destination_parent () const
 
void set_destination_parent (const StringPiece &value)
 
bool has_display_name () const
 
void clear_display_name ()
 
const StringPiece get_display_name () const
 
void set_display_name (const StringPiece &value)
 
bool has_operation_type () const
 
void clear_operation_type ()
 
const StringPiece get_operation_type () const
 
void set_operation_type (const StringPiece &value)
 
bool has_source_parent () const
 
void clear_source_parent ()
 
const StringPiece get_source_parent () const
 
void set_source_parent (const StringPiece &value)
 

Static Public Member Functions

static FolderOperationNew ()
 

Detailed Description

Metadata describing a long running folder operation.

Constructor & Destructor Documentation

◆ FolderOperation() [1/2]

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

Standard constructor for an immutable data object instance.

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

◆ FolderOperation() [2/2]

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

Standard constructor for a mutable data object instance.

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

◆ ~FolderOperation()

google_cloudresourcemanager_api::FolderOperation::~FolderOperation ( )
virtual

Standard destructor.

Member Function Documentation

◆ clear_destination_parent()

void google_cloudresourcemanager_api::FolderOperation::clear_destination_parent ( )
inline

Clears the 'destinationParent' attribute.

◆ clear_display_name()

void google_cloudresourcemanager_api::FolderOperation::clear_display_name ( )
inline

Clears the 'displayName' attribute.

◆ clear_operation_type()

void google_cloudresourcemanager_api::FolderOperation::clear_operation_type ( )
inline

Clears the 'operationType' attribute.

◆ clear_source_parent()

void google_cloudresourcemanager_api::FolderOperation::clear_source_parent ( )
inline

Clears the 'sourceParent' attribute.

◆ get_destination_parent()

const StringPiece google_cloudresourcemanager_api::FolderOperation::get_destination_parent ( ) const
inline

Get the value of the 'destinationParent' attribute.

◆ get_display_name()

const StringPiece google_cloudresourcemanager_api::FolderOperation::get_display_name ( ) const
inline

Get the value of the 'displayName' attribute.

◆ get_operation_type()

const StringPiece google_cloudresourcemanager_api::FolderOperation::get_operation_type ( ) const
inline

Get the value of the 'operationType' attribute.

◆ get_source_parent()

const StringPiece google_cloudresourcemanager_api::FolderOperation::get_source_parent ( ) const
inline

Get the value of the 'sourceParent' attribute.

◆ GetTypeName()

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

Returns a string denoting the type of this data object.

Returns
google_cloudresourcemanager_api::FolderOperation

◆ has_destination_parent()

bool google_cloudresourcemanager_api::FolderOperation::has_destination_parent ( ) const
inline

Determine if the 'destinationParent' attribute was set.

Returns
true if the 'destinationParent' attribute was set.

◆ has_display_name()

bool google_cloudresourcemanager_api::FolderOperation::has_display_name ( ) const
inline

Determine if the 'displayName' attribute was set.

Returns
true if the 'displayName' attribute was set.

◆ has_operation_type()

bool google_cloudresourcemanager_api::FolderOperation::has_operation_type ( ) const
inline

Determine if the 'operationType' attribute was set.

Returns
true if the 'operationType' attribute was set.

◆ has_source_parent()

bool google_cloudresourcemanager_api::FolderOperation::has_source_parent ( ) const
inline

Determine if the 'sourceParent' attribute was set.

Returns
true if the 'sourceParent' attribute was set.

◆ New()

FolderOperation * google_cloudresourcemanager_api::FolderOperation::New ( )
static

Creates a new default instance.

Returns
Ownership is passed back to the caller.

◆ set_destination_parent()

void google_cloudresourcemanager_api::FolderOperation::set_destination_parent ( const StringPiece &  value)
inline

Change the 'destinationParent' attribute.

The resource name of the folder or organization we are either creating the folder under or moving the folder to.

Parameters
[in]valueThe new value.

◆ set_display_name()

void google_cloudresourcemanager_api::FolderOperation::set_display_name ( const StringPiece &  value)
inline

Change the 'displayName' attribute.

The display name of the folder.

Parameters
[in]valueThe new value.

◆ set_operation_type()

void google_cloudresourcemanager_api::FolderOperation::set_operation_type ( const StringPiece &  value)
inline

Change the 'operationType' attribute.

The type of this operation.

Parameters
[in]valueThe new value.

◆ set_source_parent()

void google_cloudresourcemanager_api::FolderOperation::set_source_parent ( const StringPiece &  value)
inline

Change the 'sourceParent' attribute.

The resource name of the folder's parent. Only applicable when the operation_type is MOVE.

Parameters
[in]valueThe new value.

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