Reference documentation and code samples for the Resource Manager V3 API class Google::Cloud::ResourceManager::V3::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Creation time of the project creation workflow.
#create_time=
def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Creation time of the project creation workflow.
Returns
- (::Google::Protobuf::Timestamp) — Creation time of the project creation workflow.
#gettable
def gettable() -> ::Boolean
Returns
-
(::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.
#gettable=
def gettable=(value) -> ::Boolean
Parameter
-
value (::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.
Returns
-
(::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
def ready() -> ::Boolean
Returns
- (::Boolean) — True if the project creation process is complete.
#ready=
def ready=(value) -> ::Boolean
Parameter
- value (::Boolean) — True if the project creation process is complete.
Returns
- (::Boolean) — True if the project creation process is complete.