Reference documentation and code samples for the Google Cloud Resource Manager V3 Client 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.
Generated from protobuf message google.cloud.resourcemanager.v3.CreateProjectMetadata
Namespace
Google \ Cloud \ ResourceManager \ V3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ create_time
↳ gettable
bool
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
bool
True if the project creation process is complete.
getCreateTime
Creation time of the project creation workflow.
hasCreateTime
clearCreateTime
setCreateTime
Creation time of the project creation workflow.
$this
getGettable
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.
bool
setGettable
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.
var
bool
$this
getReady
True if the project creation process is complete.
bool
setReady
True if the project creation process is complete.
var
bool
$this