Class: Google::Cloud::ResourceManager::V3::GetProjectRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/resourcemanager/v3/projects.rb

Overview

The request sent to the GetProject method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the project (for example, projects/415104041262).

Returns:

  • (::String)

    Required. The name of the project (for example, projects/415104041262).



124
125
126
127
# File 'proto_docs/google/cloud/resourcemanager/v3/projects.rb', line 124

class GetProjectRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end