ProjectCreationStatus

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.

JSON representation
{
  "createTime": string,
  "gettable": boolean,
  "ready": boolean
}
Fields
createTime

string (Timestamp format)

Creation time of the project creation workflow.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

gettable

boolean

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.

ready

boolean

True if the project creation process is complete.