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 webpage provides documentation for the `GetIndexRequest` class within the Google Cloud Firestore Admin v1 API for .NET."],["The `GetIndexRequest` class is used to request information about a specific index and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers versions 3.0.0 up to the latest version 3.12.0 of this class, alongside with prior versions, showing the different versions available."],["The primary properties of the `GetIndexRequest` class are `IndexName`, a typed representation of the index name, and `Name`, a string that represents the full resource path of the index."],["The provided documentation lists the constructors for creating a new `GetIndexRequest` object, either as a default instance, or by cloning from another instance."]]],[]]