Class: Google::Cloud::ResourceManager::V3::CreateProjectRequest

Inherits:
Object
  • Object
show all
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 Organziation, the parent will be set to that Organization.

Returns:

  • (::Google::Cloud::ResourceManager::V3::Project)

    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 Organziation, the parent will be set to that Organization.



290
291
292
293
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 290

class CreateProjectRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end