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.search.simple_search_stub.SearchServiceStub Class Reference
Inheritance diagram for google.appengine.api.search.simple_search_stub.SearchServiceStub:
google.appengine.api.apiproxy_stub.APIProxyStub

Public Member Functions

def __init__
 
def __repr__
 
def Write
 
def Read
 
- 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

Simple RAM backed Search service stub.

This stub provides the search_service_pb.SearchService.  But this is
NOT a subclass of SearchService itself.  Services are provided by
the methods prefixed by "_Dynamic_".

Constructor & Destructor Documentation

def google.appengine.api.search.simple_search_stub.SearchServiceStub.__init__ (   self,
  service_name = 'search',
  index_file = None 
)
Constructor.

Args:
  service_name: Service name expected for all calls.
  index_file: The file to which search indexes will be persisted.

Member Function Documentation

def google.appengine.api.search.simple_search_stub.SearchServiceStub.Read (   self)
Read search indexes from the index file.

This method is a no-op if index_file is set to None.
def google.appengine.api.search.simple_search_stub.SearchServiceStub.Write (   self)
Write search indexes to the index file.

This method is a no-op if index_file is set to None.

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