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 reference documentation for the `UpdateControlRequest` class within the Google Cloud Retail v2 API, specifically for .NET development."],["The `UpdateControlRequest` class is used to send requests to update a control, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this class available is 2.12.0, and historical versions back to 1.0.0 are also accessible with their corresponding documentation."],["Key properties for the `UpdateControlRequest` class include `Control`, which is the control object to be updated, and `UpdateMask`, which specifies the fields within the control to modify."],["This class inherits certain members from the object class like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]