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

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
Name Description
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
Type Description
string

setScriptPath

Path to the script from the application root directory.

Parameter
Name Description
var string
Returns
Type Description
$this