A status object which is used as the metadata
field for the Operation returned by projects.create. It provides insight for when significant phases of Project creation have completed.
JSON representation | |
---|---|
{ "createTime": string, "gettable": boolean, "ready": boolean } |
Fields | |
---|---|
createTime |
Creation time of the project creation workflow. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
gettable |
True if the project can be retrieved using projects.get. No other operations on the project are guaranteed to work until the project creation is complete. |
ready |
True if the project creation process is complete. |