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

Public Member Functions

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

Public Attributes

 prospective_search_path
 
 taskqueue_stub
 
 topics
 
 topics_schema
 
- Public Attributes inherited from google.appengine.api.apiproxy_stub.APIProxyStub
 request_data
 

Additional Inherited Members

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

Detailed Description

Python only Prospective Search service stub.

Constructor & Destructor Documentation

def google.appengine.api.prospective_search.prospective_search_stub.ProspectiveSearchStub.__init__ (   self,
  prospective_search_path,
  taskqueue_stub,
  service_name = 'matcher',
  openfile = open 
)
Initializer.

Args:
  prospective_search_path: path for file that persists subscriptions.
  taskqueue_stub: taskqueue service stub for returning results.
  service_name: Service name expected for all calls.
  openfile: function to open the pickled subscription state.

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