Method: Google::Cloud::ResourceManager::V3::CreateProjectMetadata#gettable

Defined in:
proto_docs/google/cloud/resourcemanager/v3/projects.rb

#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