[[["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 2025-03-05 UTC."],[[["This API function `get_indexes` is available for first-generation runtimes and can be used when migrating to second-generation runtimes."],["The `get_indexes` function retrieves a list of indexes within a specified namespace, with options to set an offset, limit, starting index, and prefix."],["The `get_indexes_async()` method offers asynchronous retrieval of the index list, returning a future that requires `get_result()` to be called to obtain the actual result."],["Parameters for `get_indexes` include options for namespace, offset, limit, starting index name, prefix, fetching schema information, and setting a deadline for the RPC call."],["The function returns a `GetResponse` object which contains the list of indexes and their schemas when `fetch_schema` is set to true, and it can raise a `TypeError` or `InternalError` in case of issues."]]],[]]