Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateFolderMetadata.
Metadata pertaining to the Folder creation process.
Generated from protobuf message google.cloud.resourcemanager.v3.CreateFolderMetadata
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. |
↳ parent |
string
The resource name of the folder or organization we are creating the folder under. |
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 |
getParent
The resource name of the folder or organization we are creating the folder under.
Returns | |
---|---|
Type | Description |
string |
setParent
The resource name of the folder or organization we are creating the folder under.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |