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 documentation for the `GetIndexRequest` class within the Firestore Admin v1 API, specifically for version 3.7.0."],["The `GetIndexRequest` class is used to request the retrieval of index information via `FirestoreAdmin.GetIndex`, with this class implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetIndexRequest` class includes properties such as `IndexName` (a typed view) and `Name` (a string) to specify the index to be retrieved, adhering to a specific resource name format."],["The document also lists various earlier versions of the `GetIndexRequest` class, with the latest version being 3.12.0."],["There are two constructors available for the `GetIndexRequest` class, a parameterless constructor and one that accepts another `GetIndexRequest` object."]]],[]]