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

Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class MoveProjectRequest.

The request sent to MoveProject method.

Generated from protobuf message google.cloud.resourcemanager.v3.MoveProjectRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the project to move.

↳ destination_parent string

Required. The new parent to move the Project under.

getName

Required. The name of the project to move.

Returns
TypeDescription
string

setName

Required. The name of the project to move.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationParent

Required. The new parent to move the Project under.

Returns
TypeDescription
string

setDestinationParent

Required. The new parent to move the Project under.

Parameter
NameDescription
var string
Returns
TypeDescription
$this