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."],[[["The document provides reference information for the `GetIndexRequest` class within the Firestore Admin v1 API, specifically for version 3.8.0."],["`GetIndexRequest` is used to request information using FirestoreAdmin.GetIndex."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` for managing messages."],["The `GetIndexRequest` class offers properties like `IndexName` and `Name`, with the latter being a required string representing the full path to an index."],["The page covers versions ranging from 2.2.0 to 3.12.0, with 3.12.0 being the latest, and includes constructors for creating new `GetIndexRequest` objects."]]],[]]