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 Google Cloud Firestore Admin v1 API, specifically for version 3.10.0."],["`DeleteIndexRequest` is used to make requests to `FirestoreAdmin.DeleteIndex` and implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties like `IndexName` and `Name`, with `Name` being a required string formatted as a resource name."],["The `DeleteIndexRequest` class is part of the `Google.Cloud.Firestore.Admin.V1` namespace and is contained within the `Google.Cloud.Firestore.Admin.V1.dll` assembly."],["Several versions of this Class are listed, ranging from 2.2.0 to 3.12.0, with 3.12.0 being the most current listed version."]]],[]]