ApiProxy
class ApiProxy (View source)
Methods
static
makeSyncCall(string $package, string $call_name, string $request, string $response, double $deadline = null)
Makes a synchronous RPC call.
static
setApiProxy(resource $apiProxy)
Set the API Proxy instance used to make the RPC call. Allows for mocking in tests.