A list of (Index, Index.[BUILDING|SERVING|DELETING|ERROR]) tuples.
An index can be in the following states:
Index.BUILDING: Index is being built and therefore can not serve queries
Index.SERVING: Index is ready to service queries
Index.DELETING: Index is being deleted
Index.ERROR: Index encounted an error in the BUILDING state
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-09-30 UTC."],[[["This function, `google.appengine.ext.db.get_indexes()`, retrieves the application indexes and their current states."],["The `config` argument, a `datastore_rpc.Configuration` object, is mandatory and must be provided as a keyword argument for the function."],["The function returns a list of tuples, each containing an `Index` object and its corresponding state."],["Possible index states include `BUILDING`, `SERVING`, `DELETING`, and `ERROR`, each representing a different phase or issue in the index lifecycle."]]],[]]