Method: Google::Cloud::AppEngine::V1::GetApplicationRequest#name
- Defined in:
- proto_docs/google/appengine/v1/appengine.rb
#name ⇒ ::String
Returns Name of the Application resource to get. Example: apps/myapp.
28 29 30 31 |
# File 'proto_docs/google/appengine/v1/appengine.rb', line 28 class GetApplicationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |