App Engine PHP SDK  v1 rev.445
The PHP runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google\appengine\runtime\RemoteApiProxy Class Reference
Inheritance diagram for google\appengine\runtime\RemoteApiProxy:
google\appengine\runtime\ApiProxyBase

Public Member Functions

 __construct ($apiHost, $apiPort, $requestId)
 
 makeSyncCall ($package, $call_name, $request, $response, $deadline=null)
 
- Public Member Functions inherited from google\appengine\runtime\ApiProxyBase
 makeSyncCall ($package, $call_name, $request, $response, $deadline=null)
 

Additional Inherited Members

- Public Attributes inherited from google\appengine\runtime\ApiProxyBase
const OK = 0
 
const RPC_FAILED = 1
 
const CALL_NOT_FOUND = 2
 
const ARGUMENT_ERROR = 3
 
const DEADLINE_EXCEEDED = 4
 
const CANCELLED = 5
 
const APPLICATION_ERROR = 6
 
const OTHER_ERROR = 7
 
const OVER_QUOTA = 8
 
const REQUEST_TOO_LARGE = 9
 
const CAPABILITY_DISABLED = 10
 
const FEATURE_DISABLED = 11
 
const RESPONSE_TOO_LARGE = 12
 
- Static Protected Attributes inherited from google\appengine\runtime\ApiProxyBase
static $exceptionLookupTable
 

Constructor & Destructor Documentation

google\appengine\runtime\RemoteApiProxy::__construct (   $apiHost,
  $apiPort,
  $requestId 
)

Constructs an instance of RemoteApiProxy.

Parameters
string$apiHostHost to use
int$apiPortPort to use
string$requestIdID of the request

Member Function Documentation

google\appengine\runtime\RemoteApiProxy::makeSyncCall (   $package,
  $call_name,
  $request,
  $response,
  $deadline = null 
)

Makes a synchronous RPC call.

Parameters
string$packagePackage to call
string$call_nameSpecific RPC call to make
string$requestRequest proto, serialised to string
string$responseResponse proto string to populate
double$deadlineOptional deadline for the RPC call

The documentation for this class was generated from the following file: