App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.api.images.images_not_implemented_stub.ImagesNotImplementedServiceStub Class Reference
Inheritance diagram for google.appengine.api.images.images_not_implemented_stub.ImagesNotImplementedServiceStub:
google.appengine.api.apiproxy_stub.APIProxyStub

Public Member Functions

def __init__
 
def MakeSyncCall
 
- Public Member Functions inherited from google.appengine.api.apiproxy_stub.APIProxyStub
def __init__
 
def CreateRPC
 
def MakeSyncCall
 
def SetError
 

Additional Inherited Members

- Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 request_data
 
- Static Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 THREADSAFE = False
 

Detailed Description

Stub version of images API which raises a NotImplementedError.

Member Function Documentation

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.

The documentation for this class was generated from the following file: