Class: Google::Cloud::AppEngine::V1::Entrypoint

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#shell::String

Returns 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.



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