Google Cloud Resource Manager V3 Client - Class CreateFolderRequest (0.6.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var Google\Cloud\ResourceManager\V3\Folder
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
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
TypeDescription
Google\Cloud\ResourceManager\V3\CreateFolderRequest