public sealed class UpdateControlRequest : IMessage<UpdateControlRequest>, IEquatable<UpdateControlRequest>, IDeepCloneable<UpdateControlRequest>, IBufferMessage, IMessage
[[["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-17 UTC."],[[["This webpage provides documentation for the `UpdateControlRequest` class within the `Google.Cloud.Retail.V2` namespace, detailing its properties, constructors, and inheritance."],["The `UpdateControlRequest` class is used to send requests for the `UpdateControl` method, with versions ranging from 1.0.0 up to the latest 2.12.0, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateControlRequest` include `Control`, which is the Control to be updated and is required, and `UpdateMask`, which specifies the fields to update, with the Control name not being a supported field for update."],["The constructor's information for `UpdateControlRequest` includes a default constructor and one that accepts another `UpdateControlRequest` object as a parameter, for cloning."],["The webpage documents the `Google.Cloud.Retail.V2` namespace, and lists 19 distinct versions of the library, with the 2.12.0 version being the latest, that covers the `UpdateControlRequest` method."]]],[]]