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 webpage provides documentation for the `GetIndexRequest` class within the Google Cloud Firestore Admin v1 API."],["The `GetIndexRequest` class is used to request information about a specific index, as defined by its name."],["The page lists different versions of the API, ranging from version 2.2.0 to the latest version 3.12.0."],["The `GetIndexRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `GetIndexRequest` class has two properties, `IndexName`, which provides a strongly typed view of the `Name` property, and `Name`, which holds the full resource name for the index."]]],[]]