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, part of the `Google.Cloud.Datastore.Admin.V1` namespace, which is used for managing data in Google Cloud Datastore."],["`DeleteIndexRequest` is a request type used to delete an index via `DatastoreAdmin.DeleteIndex`, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and includes inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default one (`DeleteIndexRequest()`) and one that takes another `DeleteIndexRequest` as a parameter (`DeleteIndexRequest(DeleteIndexRequest other)`)."],["`DeleteIndexRequest` includes properties `IndexId`, the ID of the index to be deleted, and `ProjectId`, the project ID against which to make the delete request, both strings."]]],[]]