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.
Parameters | |
---|---|
Name | Description |
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 |
↳ ready |
bool
True if the project creation process is complete. |
getCreateTime
Creation time of the project creation workflow.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Creation time of the project creation workflow.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getReady
True if the project creation process is complete.
Returns | |
---|---|
Type | Description |
bool |
setReady
True if the project creation process is complete.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |