public sealed class UpdateExtensionRequest : IMessage<UpdateExtensionRequest>, IEquatable<UpdateExtensionRequest>, IDeepCloneable<UpdateExtensionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This documentation is for the `UpdateExtensionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically version 1.0.0-beta02."],["`UpdateExtensionRequest` is a request message used by the `ExtensionRegistryService.UpdateExtension` method, allowing for updates to an Extension resource on the server."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable\u003cUpdateExtensionRequest\u003e`, `IDeepCloneable\u003cUpdateExtensionRequest\u003e`, and `IBufferMessage`."],["The `UpdateExtensionRequest` class has two properties: `Extension`, which is the updated resource, and `UpdateMask`, which specifies which fields of the extension resource should be updated."],["The request to Update an Extension can be constructed either by calling the default constructor, or by providing another `UpdateExtensionRequest` to the constructor."]]],[]]