google.appengine.api.search.get_indexes_async

Asynchronously returns a list of available indexes.

Identical to get_indexes() except that it returns a future. Call get_result() on the return value to block on the call and get its result.