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-09 UTC."],[[["This document provides reference information for the `GetIndexRequest` class within the Google Cloud Firestore Admin v1 API, specifically for version 3.6.0."],["The `GetIndexRequest` class is used to request information via `FirestoreAdmin.GetIndex`, and it implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document lists available versions ranging from 3.12.0 (latest) down to 2.2.0, along with version 3.6.0 as the current point of reference."],["Key properties of the `GetIndexRequest` class include `IndexName`, a typed view of the index name, and `Name`, which represents the resource name in the format `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`."]]],[]]