Class: Google::Cloud::ResourceManager::V3::CreateProjectMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_time::Google::Protobuf::Timestamp

Returns Creation time of the project creation workflow.

Returns:



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

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



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

Returns True if the project creation process is complete.

Returns:

  • (::Boolean)

    True if the project creation process is complete.



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