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 webpage provides reference documentation for the `DeleteIndexRequest` class within the Google Cloud Firestore Admin v1 API, specifically for .NET developers."],["The `DeleteIndexRequest` class is used to formulate a request to delete an index in Firestore, as part of the `FirestoreAdmin.DeleteIndex` operation."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others."],["The documentation outlines the class's constructors, which include a default constructor and a copy constructor that takes another `DeleteIndexRequest` object as input."],["The `DeleteIndexRequest` class has properties such as `IndexName`, a typed view for the resource name, and `Name`, which holds the full resource name string required for deletion."]]],[]]