Class: Google::Cloud::ResourceManager::V3::CreateProjectRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::CreateProjectRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/projects.rb
Overview
The request sent to the CreateProject method.
Instance Attribute Summary collapse
Instance Attribute Details
#project ⇒ ::Google::Cloud::ResourceManager::V3::Project
Returns Required. The Project to create.
Project ID is required. If the requested ID is unavailable, the request fails.
If the parent
field is set, the resourcemanager.projects.create
permission is checked on the parent resource. If no parent is set and
the authorization credentials belong to an Organization, the parent
will be set to that Organization.
286 287 288 289 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 286 class CreateProjectRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |