Optional APIProxyStubMap instance, for dependency injection.
Returns
Response protocol buffer or None. Some implementations may return
a response protocol buffer instead of modifying response.
Caller must use returned value in such cases. If response is modified
then returns None.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["`MakeSyncCall` is the entry point for making synchronous API calls within the APIProxy."],["The function requires the `service` and `call` names, along with a request and response protocol buffer to be specified."],["An optional `APIProxyStubMap` instance can be provided for dependency injection."],["The function may return a response protocol buffer or `None` if the provided response is modified."],["The function may raise `apiproxy_errors.Error` or a subclass if an error occurs during the API call."]]],[]]