[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-03-06 (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."]]],[]]