static google\appengine\runtime\ApiProxy::makeSyncCall |
( |
|
$package, |
|
|
|
$call_name, |
|
|
|
$request, |
|
|
|
$response, |
|
|
|
$deadline = null |
|
) |
| |
|
static |
Makes a synchronous RPC call.
- Parameters
-
string | $package | Package to call |
string | $call_name | Specific RPC call to make |
string | $request | Request proto, serialised to string |
string | $response | Response proto string to populate |
double | $deadline | Optional deadline for the RPC call |
static google\appengine\runtime\ApiProxy::setApiProxy |
( |
|
$apiProxy | ) |
|
|
static |
Set the API Proxy instance used to make the RPC call. Allows for mocking in tests.
- Parameters
-
resource | $apiProxy | API Proxy instance to use |
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/php/sdk/google/appengine/runtime/ApiProxy.php