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 information for the `GetIndexRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.4.0."],["The `GetIndexRequest` class is used to request a specific index from Firestore, as defined by the `FirestoreAdmin.GetIndex` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["Key properties of `GetIndexRequest` include `IndexName` (a typed view) and `Name`, which is a required string specifying the full resource name of the index to be retrieved."],["The latest version of the library is 3.12.0, and this documentation covers all versions from 2.2.0 to 3.12.0."]]],[]]