public sealed class DeleteIndexRequest : IMessage<DeleteIndexRequest>, IEquatable<DeleteIndexRequest>, IDeepCloneable<DeleteIndexRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-14 UTC."],[[["This page details the `DeleteIndexRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`DeleteIndexRequest` is a request message used to delete an index via the `IndexService.DeleteIndex` method."],["The `DeleteIndexRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `IndexName`, a typed view of the index resource name, and `Name`, a string representing the index's resource name in the specified format."],["The class also contains two constructor overloads: the default constructor and a constructor that accepts another `DeleteIndexRequest` object as a parameter."]]],[]]