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 `CreateProjectRequest` class is used to send requests to the `CreateProject` method for project creation."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateProjectRequest` class has two constructors: a default one and one that takes another `CreateProjectRequest` instance."],["The `Project` property, of type `Project`, within the `CreateProjectRequest` class is required and contains the details of the project to be created."],["The versions range from 1.0.0 up to the latest version which is 2.5.0, and each of them is linked to its own respective documentation."]]],[]]