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."],[[["The `CreateProjectMetadata` class is part of the Cloud Resource Manager v3 API and provides metadata for project creation operations."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality for handling protocol buffer messages."],["It offers properties like `CreateTime`, `Gettable`, and `Ready` to track the creation time and the completion status of a project creation process."],["The documentation covers various versions of the API, with version 2.5.0 being the latest, and each version linking to its specific documentation page."],["The class includes constructors that allow for creating new instances, as well as cloning from existing `CreateProjectMetadata` objects."]]],[]]