Class: Google::Cloud::AppEngine::V1::GetApplicationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/appengine/v1/appengine.rb

Overview

Request message for Applications.GetApplication.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the Application resource to get. Example: apps/myapp.

Returns:

  • (::String)

    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