Class: Google::Cloud::ResourceManager::V3::CreateProjectMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::CreateProjectMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/projects.rb
Overview
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.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Creation time of the project creation workflow.
-
#gettable ⇒ ::Boolean
True if the project can be retrieved using
GetProject. -
#ready ⇒ ::Boolean
True if the project creation process is complete.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
305 306 307 308 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 305 class CreateProjectMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gettable ⇒ ::Boolean
305 306 307 308 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 305 class CreateProjectMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ready ⇒ ::Boolean
305 306 307 308 |
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 305 class CreateProjectMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |