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."],[[["This document outlines the `DeleteIndexRequest` class within the `Google.Cloud.Datastore.Admin.V1` namespace, specifically for version 1.4.0 of the library."],["`DeleteIndexRequest` is used to request the deletion of an index via `google.datastore.admin.v1.DatastoreAdmin.DeleteIndex`."],["The `DeleteIndexRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The class contains two constructors: a default constructor `DeleteIndexRequest()` and a copy constructor `DeleteIndexRequest(DeleteIndexRequest other)`."],["`DeleteIndexRequest` has two key properties: `IndexId` (a string representing the resource ID of the index to be deleted) and `ProjectId` (a string representing the ID of the project in which to request the deletion)."]]],[]]