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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setName
Required. The name of the project to move.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDestinationParent
Required. The new parent to move the Project under.
Returns | |
---|---|
Type | Description |
string |
setDestinationParent
Required. The new parent to move the Project under.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |