A request to get a range of indexes. You can specify a number of
restrictions, such as the number of indexes to return, the prefix
with which names of the returned indexes must begin, etc.
A namespace may be specified, otherwise the default namespace will
be used. Only the indexes defined in the namespace, default or
otherwise, will be returned.
[[["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."],[[["`GetIndexesRequest` is used to retrieve a range of indexes, allowing for restrictions on the number of indexes returned and the prefix of their names."],["You can specify a namespace to retrieve indexes within that specific namespace, or use the default namespace if none is provided."],["The `newBuilder()` method facilitates the creation of `GetIndexesRequest` instances, and there is also an overloaded method of it that takes an existing `GetIndexesRequest` object."],["The class allows for control over the returned data, such as the maximum number of indexes via `getLimit()`, the starting point via `getOffset()` and the starting index name via `getStartIndexName()`."],["You can use methods such as `isAllNamespaces()` and `isSchemaFetched()` to determine if indexes from all namespaces or index schema are returned, respectively."]]],[]]