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."],[[["The latest version of the `GetIndexRequest` class is 3.12.0, which can be found at the provided URL `/dotnet/docs/reference/Google.Cloud.Firestore.Admin.V1/latest/Google.Cloud.Firestore.Admin.V1.GetIndexRequest`."],["This webpage details the `GetIndexRequest` class in the `Google.Cloud.Firestore.Admin.V1` namespace, with version 2.4.0 being the main focus of the documentation."],["The `GetIndexRequest` class, used for requesting FirestoreAdmin.GetIndex, inherits from Object and implements `IMessage\u003cGetIndexRequest\u003e`, `IEquatable\u003cGetIndexRequest\u003e`, `IDeepCloneable\u003cGetIndexRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `GetIndexRequest` class has two constructors, `GetIndexRequest()` and `GetIndexRequest(GetIndexRequest other)`, and two main properties: `IndexName` of type `IndexName` and `Name` of type `String`."],["The `Name` property of the `GetIndexRequest` class is required and has to follow the format of `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`."]]],[]]