public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
The request for
[google.datastore.admin.v1.DatastoreAdmin.DeleteIndex][google.datastore.admin.v1.DatastoreAdmin.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."],[[["The latest version of the `DeleteIndexRequest` class is 2.4.0, with versions ranging from 1.1.0 to 2.4.0 available for reference."],["The `DeleteIndexRequest` class is used to request the deletion of an index, specifically within the `google.datastore.admin.v1.DatastoreAdmin.DeleteIndex` context."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the .NET environment."],["The `DeleteIndexRequest` class has two constructors, a default constructor and one that accepts another `DeleteIndexRequest` object as a parameter."],["It includes properties for `IndexId` and `ProjectId`, both strings, which are necessary for identifying the index to be deleted and the relevant project."]]],[]]