Google Cloud Resource Manager V3 Client - Class CreateProjectMetadata (0.6.1)

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 \ V3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ create_time Google\Protobuf\Timestamp

Creation time of the project creation workflow.

↳ 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.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Creation time of the project creation workflow.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getReady

True if the project creation process is complete.

Returns
TypeDescription
bool

setReady

True if the project creation process is complete.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this