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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteIndexRequest` class within the Firestore Admin v1 API, detailing its purpose, inheritance, implementations, and members."],["The `DeleteIndexRequest` class is a request for the `FirestoreAdmin.DeleteIndex` operation, used to delete an index."],["The document outlines various versions of the `DeleteIndexRequest` class, with the latest being version 3.12.0, and providing versioned documentation links for reference."],["The `DeleteIndexRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of `DeleteIndexRequest` include `IndexName` (an `IndexName`-typed view) and `Name` (a string representing the resource name in a specific format), which are used to identify the index to delete."]]],[]]