A page token, returned from a previous call to
[FirestoreAdmin.ListIndexes][google.firestore.admin.v1.FirestoreAdmin.ListIndexes], that may be used to get the next
page of results.
[[["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."],[[["The `ListIndexesRequest` class is used to request a list of indexes from the Firestore Admin API's `ListIndexes` method, which is part of the `Google.Cloud.Firestore.Admin.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`, which are essential for working with protocol buffer messages and paginated responses in the .NET environment."],["The `ListIndexesRequest` class has constructors for creating a new request or copying an existing one, supporting parameters such as `Filter`, `PageSize`, `PageToken`, `Parent`, and `ParentAsCollectionGroupName`."],["The latest version available for this request is 3.12.0, with several previous versions listed, including the currently highlighted version 2.3.0, where this request is documented."],["The properties of `ListIndexesRequest`, such as `Filter`, `PageSize`, `PageToken`, `Parent`, and `ParentAsCollectionGroupName`, provide the means to control and define the parameters of the index listing request."]]],[]]