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 latest version of the `ListIndexesRequest` is 3.12.0, but multiple versions are available, ranging from 2.2.0 to 3.12.0, all of which link to their corresponding documentation."],["`ListIndexesRequest` is a class used to request a list of indexes from FirestoreAdmin, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IPageRequest`."],["The `ListIndexesRequest` class includes properties such as `Filter`, `PageSize`, `PageToken`, `Parent`, and `ParentAsCollectionGroupName`, which allow for specific criteria to be set for the listing request."],["`ListIndexesRequest` has two constructors, one empty and the other taking a `ListIndexesRequest` object as a parameter, as well as inherit various methods from the `Object` base class, like `GetHashCode()`, `GetType()`, and `ToString()`."],["The `Parent` property is required to form the proper name of the request, and is formatted like `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}`, which can be viewed in `CollectionGroupName` format with the `ParentAsCollectionGroupName` property."]]],[]]