public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteIndexRequest.
Request message for
[IndexService.DeleteIndex][google.cloud.aiplatform.v1beta1.IndexService.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 Vertex AI v1beta1 API, specifically for the .NET environment."],["The `DeleteIndexRequest` class is used to formulate requests for the `IndexService.DeleteIndex` operation, which is for deleting an index."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its compatibility and capabilities within the .NET framework."],["The class has properties `IndexName` which provides a typed view over the resource name, and `Name` that is required to specify the index to be deleted."],["There are two constructors provided, a default one and one that takes another `DeleteIndexRequest` instance as an argument."]]],[]]