public sealed class UpdateExtensionRequest : IMessage<UpdateExtensionRequest>, IEquatable<UpdateExtensionRequest>, IDeepCloneable<UpdateExtensionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class UpdateExtensionRequest.
Request message for
[ExtensionRegistryService.UpdateExtension][google.cloud.aiplatform.v1beta1.ExtensionRegistryService.UpdateExtension].
[[["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 `UpdateExtensionRequest` class is part of the Vertex AI v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["This class is a request message used for updating an extension via the `ExtensionRegistryService.UpdateExtension` method."],["The class inherits from `object` and implements interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffered operations."],["Key properties of the `UpdateExtensionRequest` include `Extension`, representing the extension to be updated, and `UpdateMask`, which specifies which fields of the extension are to be updated, such as `display_name` and `description`."],["The `UpdateExtensionRequest` class has two constructors, one default and one that accepts another `UpdateExtensionRequest` object as a parameter for creating a new instance."]]],[]]