google.appengine.api.search.get_indexes

Returns a list of available indexes.

namespace The namespace of indexes to be returned. If not set then the current namespace is used.
offset The offset of the first returned index.
limit The number of indexes to return.
start_index_name The name of the first index to be returned.
include_start_index Whether or not to return the start index.
index_name_prefix The prefix used to select returned indexes.
fetch_schema Whether to retrieve Schema for each Index or not.

Kwargs:

  • deadline: Deadline for RPC call in seconds; if None use the default.

The GetResponse containing a list of available indexes.

InternalError If the request fails on internal servers.
TypeError If any of the parameters have invalid types, or an unknown attribute is passed.
ValueError If any of the parameters have invalid values (e.g., a negative deadline).