public sealed class DeleteExtensionRequest : IMessage<DeleteExtensionRequest>, IEquatable<DeleteExtensionRequest>, IDeepCloneable<DeleteExtensionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteExtensionRequest.
Request message for
[ExtensionRegistryService.DeleteExtension][google.cloud.aiplatform.v1beta1.ExtensionRegistryService.DeleteExtension].
[[["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."],[[["The `DeleteExtensionRequest` class is part of the Vertex AI v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class is used to formulate a request to delete an extension via the `ExtensionRegistryService.DeleteExtension` method."],["`DeleteExtensionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that accepts another `DeleteExtensionRequest` object for copying."],["It contains properties `ExtensionName` which is a typed view over the resource name and `Name`, a required string that represents the fully qualified name of the extension resource to be deleted."]]],[]]