public sealed class CreateProjectRequest : IMessage<CreateProjectRequest>, IEquatable<CreateProjectRequest>, IDeepCloneable<CreateProjectRequest>, IBufferMessage, IMessage
The request sent to the
[CreateProject][google.cloud.resourcemanager.v3.Projects.CreateProject]
method.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of `CreateProjectRequest` is 2.5.0, with multiple previous versions listed, including 2.0.0, which is the current version being viewed."],["`CreateProjectRequest` is a class used to send requests to the `CreateProject` method within the Google Cloud Resource Manager API, specifically version 3."],["This class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes properties such as `Project`, which is required for the creation of a project and includes project ID and parent information."],["There are two constructors available, one with a default, empty initialization, and another where you can initialize the object using another instance of `CreateProjectRequest`."]]],[]]