Stub version of images API which raises a NotImplementedError.
def google.appengine.api.images.images_not_implemented_stub.ImagesNotImplementedServiceStub.MakeSyncCall |
( |
|
self, |
|
|
|
service, |
|
|
|
call, |
|
|
|
request, |
|
|
|
response, |
|
|
|
request_id = None |
|
) |
| |
Main entry point.
Args:
service: str, must be 'images'.
call: str, name of the RPC to make, must be part of ImagesService.
request: pb object, corresponding args to the 'call' argument.
response: pb object, return value for the 'call' argument.
request_id: A unique string identifying the request associated with the
API call.