Reference documentation and code samples for the App Engine Admin V1 API class Google::Cloud::AppEngine::V1::Entrypoint.
The entrypoint for the application.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#shell
def shell() -> ::String
Returns
-
(::String) — The format should be a shell command that can be fed to
bash -c
.
#shell=
def shell=(value) -> ::String
Parameter
-
value (::String) — The format should be a shell command that can be fed to
bash -c
.
Returns
-
(::String) — The format should be a shell command that can be fed to
bash -c
.