Google Cloud Resource Manager V3 Client - Class CreateFolderMetadata (0.4.1)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setDisplayName

The display name of the folder.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getParent

The resource name of the folder or organization we are creating the folder under.

Returns
TypeDescription
string

setParent

The resource name of the folder or organization we are creating the folder under.

Parameter
NameDescription
var string
Returns
TypeDescription
$this