Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateFolderRequest.
The CreateFolder request message.
Generated from protobuf message google.cloud.resourcemanager.v3.CreateFolderRequest
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ folder |
Google\Cloud\ResourceManager\V3\Folder
Required. The folder being created, only the display name and parent will be consulted. All other fields will be ignored. |
getFolder
Required. The folder being created, only the display name and parent will be consulted. All other fields will be ignored.
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\Folder|null |
hasFolder
clearFolder
setFolder
Required. The folder being created, only the display name and parent will be consulted. All other fields will be ignored.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\ResourceManager\V3\Folder
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
folder |
Google\Cloud\ResourceManager\V3\Folder
Required. The folder being created, only the display name and parent will be consulted. All other fields will be ignored. |
Returns | |
---|---|
Type | Description |
Google\Cloud\ResourceManager\V3\CreateFolderRequest |