public sealed class CreateProjectMetadata : IMessage<CreateProjectMetadata>, IEquatable<CreateProjectMetadata>, IDeepCloneable<CreateProjectMetadata>, IBufferMessage, IMessage
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"]],[["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 documentation for the `CreateProjectMetadata` class, which is used as the metadata for the `Operation` returned by `CreateProject`."],["The `CreateProjectMetadata` class is part of the `Google.Cloud.ResourceManager.V3` namespace, found in the `Google.Cloud.ResourceManager.V3.dll` assembly."],["`CreateProjectMetadata` has properties `CreateTime`, `Gettable`, and `Ready` that provide information about the project creation process, such as the creation timestamp, whether the project can be retrieved, and if the creation is complete."],["There are several versions of the `CreateProjectMetadata` documented, ranging from version 1.0.0 up to the latest version, 2.5.0."],["The class implements the following interfaces: `IMessage\u003cCreateProjectMetadata\u003e`, `IEquatable\u003cCreateProjectMetadata\u003e`, `IDeepCloneable\u003cCreateProjectMetadata\u003e`, `IBufferMessage`, `IMessage`."]]],[]]