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
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
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.
string
setName
Required. The name of the project to move.
var
string
$this
getDestinationParent
Required. The new parent to move the Project under.
string
setDestinationParent
Required. The new parent to move the Project under.
var
string
$this
static::build
name
string
Required. The name of the project to move. Please see Google\Cloud\ResourceManager\V3\ProjectsClient::projectName() for help formatting this field.
destinationParent
string
Required. The new parent to move the Project under.