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-04-17 UTC."],[[["This document provides reference information for the `GetIndexRequest` class within the Google.Cloud.Firestore.Admin.V1 API, detailing its structure, properties, and inheritance."],["The `GetIndexRequest` class is used to request a specific index from Firestore Admin, as outlined in the `FirestoreAdmin.GetIndex` documentation."],["The document lists the available versions of this class, ranging from 2.2.0 to the latest version, 3.12.0, each with their own documentation."],["The `GetIndexRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionalities within the API."],["The `GetIndexRequest` class has a `Name` property that is required to uniquely identify the index being requested in the format of `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`."]]],[]]