public sealed class GetIndexRequest : IMessage<GetIndexRequest>, IEquatable<GetIndexRequest>, IDeepCloneable<GetIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class GetIndexRequest.
The request for
[FirestoreAdmin.GetIndex][google.firestore.admin.v1.FirestoreAdmin.GetIndex].
[[["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 information for the `GetIndexRequest` class within the Firestore Admin v1 API, detailing its usage and properties."],["The latest version of the API is 3.12.0, while the document itself focuses on version 3.3.0, listing prior versions, down to 2.2.0, for reference."],["The `GetIndexRequest` class is used to request information for a specific index in the format `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and offers constructors for creating instances."],["The class has properties, such as `IndexName` and `Name`, which handle the specification and retrieval of the index that the request will target."]]],[]]