#include <folder_operation.h>
Metadata describing a long running folder operation.
◆ FolderOperation() [1/2]
| google_cloudresourcemanager_api::FolderOperation::FolderOperation |
( |
const Json::Value & |
storage | ) |
|
|
explicit |
Standard constructor for an immutable data object instance.
- Parameters
-
| [in] | storage | The 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] | storage | The underlying data storage for this instance. |
◆ ~FolderOperation()
| google_cloudresourcemanager_api::FolderOperation::~FolderOperation |
( |
| ) |
|
|
virtual |
◆ 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 |
◆ 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
-
◆ 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
-
◆ 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
-
◆ 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
-
The documentation for this class was generated from the following files:
- google/cloudresourcemanager_api/folder_operation.h
- google/cloudresourcemanager_api/folder_operation.cc