Google Cloud Appengine Admin V1 Client - Class ScriptHandler (1.3.0)

Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ScriptHandler.

Executes a script to handle the request that matches the URL pattern.

Generated from protobuf message google.appengine.v1.ScriptHandler

Namespace

Google \ Cloud \ AppEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ script_path string

Path to the script from the application root directory.

getScriptPath

Path to the script from the application root directory.

Returns
TypeDescription
string

setScriptPath

Path to the script from the application root directory.

Parameter
NameDescription
var string
Returns
TypeDescription
$this