Resource Manager V3 API - Class Google::Cloud::ResourceManager::V3::MoveProjectRequest (v0.2.0)

Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::MoveProjectRequest.

The request sent to MoveProject method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#destination_parent

def destination_parent() -> ::String
Returns
  • (::String) — Required. The new parent to move the Project under.

#destination_parent=

def destination_parent=(value) -> ::String
Parameter
  • value (::String) — Required. The new parent to move the Project under.
Returns
  • (::String) — Required. The new parent to move the Project under.

#name

def name() -> ::String
Returns
  • (::String) — Required. The name of the project to move.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The name of the project to move.
Returns
  • (::String) — Required. The name of the project to move.