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-03-25 UTC."],[[["This page details the `UpdateExtensionRequest` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta09."],["`UpdateExtensionRequest` is used to send update requests to the `ExtensionRegistryService.UpdateExtension` method."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, to support message handling, equality comparisons, and deep cloning."],["The class includes properties `Extension` which represents the new values to update, and `UpdateMask` which represents what fields to update, with supported fields being listed."],["The class also supports two constructors, a default empty one and one to make a copy of an existing `UpdateExtensionRequest`."]]],[]]