[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-03-06。"],[[["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."]]],[]]