Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class MoveFolderMetadata.
Metadata pertaining to the folder move process.
Generated from protobuf message google.cloud.resourcemanager.v3.MoveFolderMetadata
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
The display name of the folder. |
↳ source_parent |
string
The resource name of the folder's parent. |
↳ destination_parent |
string
The resource name of the folder or organization to move the folder to. |
getDisplayName
The display name of the folder.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
The display name of the folder.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSourceParent
The resource name of the folder's parent.
Returns | |
---|---|
Type | Description |
string |
setSourceParent
The resource name of the folder's parent.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestinationParent
The resource name of the folder or organization to move the folder to.
Returns | |
---|---|
Type | Description |
string |
setDestinationParent
The resource name of the folder or organization to move the folder to.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |