[[["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-21 UTC."],[[["This webpage provides reference documentation for the `ListIndexesResponse` class within the Google.Cloud.Firestore.Admin.V1 namespace, covering versions from 2.2.0 up to the latest 3.12.0."],["The `ListIndexesResponse` class is designed to handle the response from the Firestore Admin's `ListIndexes` method, providing access to the list of indexes."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`, allowing for various functionalities like deep cloning and enumeration."],["Key properties of `ListIndexesResponse` include `Indexes`, which is a `RepeatedField` of `Index` objects representing the requested indexes, and `NextPageToken` used for pagination."],["The class offers methods like `GetEnumerator()` to iterate through the `Index` resources within the response, and contains both a default and an overloaded constructor allowing to use another instance of the class for parameters."]]],[]]