public sealed class GetIndexRequest : IMessage<GetIndexRequest>, IEquatable<GetIndexRequest>, IDeepCloneable<GetIndexRequest>, IBufferMessage, IMessage
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 webpage details the `GetIndexRequest` class within the `Google.Cloud.Firestore.Admin.V1` namespace, which is used to request a specific index from Firestore."],["The `GetIndexRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The class includes constructors for creating a new `GetIndexRequest` instance, either as an empty object or by copying from another `GetIndexRequest`."],["The `GetIndexRequest` class has properties, `IndexName` of type `IndexName` and `Name` of type string, to define a name for the requested index."],["The page includes a list of previous versions, ranging from version 2.2.0 to the latest 3.12.0, of the `GetIndexRequest`."]]],[]]