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 webpage provides reference documentation for the `GetIndexRequest` class within the Firestore Admin v1 API, specifically for .NET development."],["The latest version available is 3.12.0, with versions back to 2.2.0 also accessible, each linking to its respective documentation page."],["The `GetIndexRequest` class is used to request information via the `FirestoreAdmin.GetIndex` method and is designed to inherit several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetIndexRequest` class includes a constructor and properties such as `IndexName` and `Name`, which are utilized to define and retrieve the resource's index information."],["The content is under the namespace `Google.Cloud.Firestore.Admin.V1` and is part of the `Google.Cloud.Firestore.Admin.V1.dll` assembly."]]],[]]