Class: Google::Cloud::AppEngine::V1::Entrypoint
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::Entrypoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/version.rb
Overview
The entrypoint for the application.
Instance Attribute Summary collapse
-
#shell ⇒ ::String
The format should be a shell command that can be fed to
bash -c
.
Instance Attribute Details
#shell ⇒ ::String
Returns The format should be a shell command that can be fed to bash -c
.
591 592 593 594 |
# File 'proto_docs/google/appengine/v1/version.rb', line 591 class Entrypoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |