[[["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 document provides reference documentation for the `ListIndexesResponse` class within the Google.Cloud.Firestore.Admin.V1 API, covering versions from 2.2.0 to 3.12.0, with 3.12.0 being the latest."],["The `ListIndexesResponse` class, used in the response for `FirestoreAdmin.ListIndexes`, inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, `IPageResponse`, and `IEnumerable`."],["The class includes a constructor, `ListIndexesResponse()`, and another constructor that accepts another `ListIndexesResponse` as a parameter for creating a copy."],["The `ListIndexesResponse` class contains properties such as `Indexes`, which is a `RepeatedField` of `Index` type representing the requested indexes, and `NextPageToken`, a string representing a token for requesting additional result pages."],["Methods in the `ListIndexesResponse` class include `GetEnumerator()`, to iterate through resources, as well as an explicit implementation for `IEnumerable.GetEnumerator()`."]]],[]]