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-03-31 UTC."],[[["`DeleteIndexRequest` is a class within the Google Cloud AI Platform v1beta1 API, serving as the request message for deleting an index via `IndexService.DeleteIndex`."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class offers two constructors: a default constructor `DeleteIndexRequest()` and a copy constructor `DeleteIndexRequest(DeleteIndexRequest other)`."],["The `DeleteIndexRequest` includes two properties: `IndexName`, which provides a typed view over the index name, and `Name`, a string property representing the resource name of the index to delete, following the format `projects/{project}/locations/{location}/indexes/{index}`."],["The latest version available of the class is `1.0.0-beta21` and it has been implemented in the assembly `Google.Cloud.AIPlatform.V1Beta1.dll`."]]],[]]