Google Cloud Resource Manager V3 Client - Class MoveFolderMetadata (0.8.0)

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

Methods

__construct

Constructor.

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

setDisplayName

The display name of the folder.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSourceParent

The resource name of the folder's parent.

Returns
TypeDescription
string

setSourceParent

The resource name of the folder's parent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationParent

The resource name of the folder or organization to move the folder to.

Returns
TypeDescription
string

setDestinationParent

The resource name of the folder or organization to move the folder to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this