public sealed class UpdateControlRequest : IMessage<UpdateControlRequest>, IEquatable<UpdateControlRequest>, IDeepCloneable<UpdateControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UpdateControlRequest.
[[["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 page provides documentation for the `UpdateControlRequest` class within the Google Cloud Retail V2 API, detailing its usage and properties."],["The latest version of the API documented is 2.12.0, with a comprehensive list of previous versions ranging from 2.11.0 down to 1.0.0, each with links to their respective documentation pages."],["`UpdateControlRequest` is a request type used for the UpdateControl method, inheriting from `object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, a default one and one that takes another `UpdateControlRequest` as a parameter for initialization."],["Key properties of `UpdateControlRequest` include `Control`, which specifies the control to be updated, and `UpdateMask`, which defines which fields of the control are to be modified during the update."]]],[]]