public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Firestore Admin v1 API class DeleteIndexRequest.
The request for
[FirestoreAdmin.DeleteIndex][google.firestore.admin.v1.FirestoreAdmin.DeleteIndex].
[[["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 `DeleteIndexRequest` class within the Google.Cloud.Firestore.Admin.V1 API, detailing its properties, inheritance, and implemented interfaces."],["The `DeleteIndexRequest` class is used to request the deletion of an index in Firestore, through the `FirestoreAdmin.DeleteIndex` function."],["The document lists various versions of the `DeleteIndexRequest` class, ranging from version 2.2.0 up to the latest version 3.12.0, each with its own page and detailed information."],["The `DeleteIndexRequest` class has two constructors, one default and one that accepts another `DeleteIndexRequest` object, allowing the creation of new `DeleteIndexRequest` objects."],["It implements multiple interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`, and has two properties: `IndexName`, a typed view of the resource name, and `Name`, a string for the index's resource name."]]],[]]