public sealed class CreateProjectRequest : IMessage<CreateProjectRequest>, IEquatable<CreateProjectRequest>, IDeepCloneable<CreateProjectRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateProjectRequest.
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 Organization, 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."],[[["This webpage provides reference documentation for the `CreateProjectRequest` class within the Cloud Resource Manager v3 API, specifically for version 2.4.0 of the .NET library."],["`CreateProjectRequest` is used to send a request to the `CreateProject` method, as part of the Google Cloud Resource Manager v3 API."],["The `CreateProjectRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["It includes two constructors: a default constructor and another that takes an instance of `CreateProjectRequest` as a parameter, along with a property called `Project`."],["The `Project` property, which is of type `Project`, is required and represents the project to be created, including the project ID; if the requested ID is unavailable, the request fails."]]],[]]