Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateProjectMetadata.
A status object which is used as themetadatafield for the Operation
returned by CreateProject. It provides insight for when significant phases of
Project creation have completed.
Generated from protobuf messagegoogle.cloud.resourcemanager.v3.CreateProjectMetadata
True if the project can be retrieved usingGetProject. No other operations on the project are guaranteed to work until the project creation is complete.
True if the project can be retrieved usingGetProject. No other
operations on the project are guaranteed to work until the project creation
is complete.
Returns
Type
Description
bool
setGettable
True if the project can be retrieved usingGetProject. 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-09-04 UTC."],[],[],null,["# Google Cloud Resource Manager V3 Client - Class CreateProjectMetadata (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-resource-manager/latest/V3.CreateProjectMetadata)\n- [1.0.3](/php/docs/reference/cloud-resource-manager/1.0.3/V3.CreateProjectMetadata)\n- [0.8.5](/php/docs/reference/cloud-resource-manager/0.8.5/V3.CreateProjectMetadata)\n- [0.7.2](/php/docs/reference/cloud-resource-manager/0.7.2/V3.CreateProjectMetadata)\n- [0.6.1](/php/docs/reference/cloud-resource-manager/0.6.1/V3.CreateProjectMetadata)\n- [0.5.0](/php/docs/reference/cloud-resource-manager/0.5.0/V3.CreateProjectMetadata)\n- [0.4.1](/php/docs/reference/cloud-resource-manager/0.4.1/V3.CreateProjectMetadata)\n- [0.3.9](/php/docs/reference/cloud-resource-manager/0.3.9/V3.CreateProjectMetadata) \nReference documentation and code samples for the Google Cloud Resource Manager V3 Client class CreateProjectMetadata.\n\nA status object which is used as the `metadata` field for the Operation\nreturned by CreateProject. It provides insight for when significant phases of\nProject creation have completed.\n\nGenerated from protobuf message `google.cloud.resourcemanager.v3.CreateProjectMetadata`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ResourceManager \\\\ V3\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getCreateTime\n\nCreation time of the project creation workflow.\n\n### hasCreateTime\n\n### clearCreateTime\n\n### setCreateTime\n\nCreation time of the project creation workflow.\n\n### getGettable\n\nTrue if the project can be retrieved using `GetProject`. No other\noperations on the project are guaranteed to work until the project creation\nis complete.\n\n### setGettable\n\nTrue if the project can be retrieved using `GetProject`. No other\noperations on the project are guaranteed to work until the project creation\nis complete.\n\n### getReady\n\nTrue if the project creation process is complete.\n\n### setReady\n\nTrue if the project creation process is complete."]]