public sealed class CreateProjectMetadata : IMessage<CreateProjectMetadata>, IEquatable<CreateProjectMetadata>, IDeepCloneable<CreateProjectMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Resource Manager v3 API class CreateProjectMetadata.
A status object which is used as the metadata field for the Operation
returned by CreateProject. It provides insight for when significant phases of
Project creation have completed.
True if the project can be retrieved using GetProject. No other
operations on the project are guaranteed to work until the project creation
is complete.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This document provides reference information for the `CreateProjectMetadata` class within the Google Cloud Resource Manager v3 API for .NET."],["`CreateProjectMetadata` is a status object used as metadata for the Operation returned by `CreateProject`, offering insights into the progression of project creation."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `CreateProjectMetadata` class include `CreateTime`, `Gettable`, and `Ready`, which provide details on the project creation's timing, retrievability, and completion status, respectively."],["The document shows that the latest version available is 2.5.0, and also lists the different versions of the API that are available."]]],[]]