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.4.0, and also links to other version documentation."],["The `CreateProjectMetadata` class is a status object used as metadata for the Operation returned by `CreateProject`, providing insight into the progress of project creation."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each with there own methods and properties."],["Key properties of the `CreateProjectMetadata` class include `CreateTime` (a timestamp), `Gettable` (a boolean), and `Ready` (a boolean), indicating project creation status."],["The document provides a list of all the versions of the `CreateProjectMetadata` class which range from version 1.0.0 up to the latest version 2.5.0."]]],[]]