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"]],[["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 provides reference documentation for the `CreateProjectMetadata` class within the Google Cloud Resource Manager v3 API, specifically version 2.3.0, and lists all available versions, with 2.5.0 being the latest."],["`CreateProjectMetadata` is a status object used as metadata for the operation returned by `CreateProject`, offering insights into significant phases 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`, indicating when the project creation workflow started, `Gettable`, which indicates if the project can be retrieved, and `Ready`, which signals the completion of the project creation process."],["The class also defines two constructors, `CreateProjectMetadata()` and `CreateProjectMetadata(CreateProjectMetadata other)`, the second of which allows for object cloning."]]],[]]