public sealed class DeleteExtensionRequest : IMessage<DeleteExtensionRequest>, IEquatable<DeleteExtensionRequest>, IDeepCloneable<DeleteExtensionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This page provides documentation for the `DeleteExtensionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["The `DeleteExtensionRequest` class is a request message used for the `ExtensionRegistryService.DeleteExtension` method, which deletes a specific extension resource."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["Key properties of the class include `ExtensionName`, a typed view of the resource name, and `Name`, a string representing the required name of the extension resource to delete, adhering to a specific format."],["The `DeleteExtensionRequest` has two constructors: a parameterless constructor and one that takes another instance of `DeleteExtensionRequest`."]]],[]]