Class Google::Cloud::ResourceManager::V3::CreateProjectMetadata (v0.1.3)

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

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

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