Class: Google::Cloud::AppEngine::V1::ApiEndpointHandler
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ApiEndpointHandler
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/app_yaml.rb
Overview
Uses Google Cloud Endpoints to handle requests.
Instance Attribute Summary collapse
-
#script_path ⇒ ::String
Path to the script from the application root directory.
Instance Attribute Details
#script_path ⇒ ::String
Returns Path to the script from the application root directory.
204 205 206 207 |
# File 'proto_docs/google/appengine/v1/app_yaml.rb', line 204 class ApiEndpointHandler include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |