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, detailing its structure and usage."],["The `DeleteIndexRequest` class is used to request the deletion of an index in Firestore, according to the FirestoreAdmin.DeleteIndex API."],["The class is part of the Google.Cloud.Firestore.Admin.V1 namespace and is implemented in the Google.Cloud.Firestore.Admin.V1.dll assembly."],["The `DeleteIndexRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as deep cloning, and buffering."],["The main properties of `DeleteIndexRequest` include `IndexName`, a typed view over the resource name, and `Name`, which specifies the full resource name of the index to delete, such as `projects/{project_id}/databases/{database_id}/collectionGroups/{collection_id}/indexes/{index_id}`."]]],[]]