|
| makeSyncCall ($package, $call_name, $request, $response, $deadline=null) |
|
| makeSyncCall ($package, $call_name, $request, $response, $deadline=null) |
|
|
const | DEFAULT_DEADLINE_VALUE = -1.0 |
|
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 | $exceptionLookupTable |
|
google\appengine\runtime\RealApiProxy::makeSyncCall |
( |
|
$package, |
|
|
|
$call_name, |
|
|
|
$request, |
|
|
|
$response, |
|
|
|
$deadline = null |
|
) |
| |
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 |
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/php/sdk/google/appengine/runtime/RealApiProxy.php