public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Datastore v1 API class DeleteIndexRequest.
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 provides reference information for the `DeleteIndexRequest` class within the Google Cloud Datastore v1 Admin API, specifically version 2.1.0."],["`DeleteIndexRequest` is used to send a request to delete an index, as part of the `DatastoreAdmin.DeleteIndex` operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteIndexRequest` class contains two properties, `IndexId` for specifying the ID of the index to delete, and `ProjectId` to specify which project the request is for."],["The class has 2 constructors, the first one without any parameters, and the second one to copy from another DeleteIndexRequest object."]]],[]]