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 document outlines the `CreateProjectMetadata` class, which serves as a status object within the `Google.Cloud.ResourceManager.V3` namespace, used to track the progress of Google Cloud Project creation."],["The `CreateProjectMetadata` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it adheres to specific protocol buffer and .NET standards."],["This class offers properties like `CreateTime`, `Gettable`, and `Ready` to provide insight into when a project creation process was initiated, if it's retrievable, and if it's fully completed."],["The `CreateProjectMetadata` object is utilized as the metadata field for operations returned by `CreateProject`, offering details on the various stages of Project creation."],["The latest version of this API is `2.5.0` while this page describes version `1.1.0` and other previous versions are linked for reference."]]],[]]