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-09 UTC."],[[["This page provides documentation for the `UpdateControlRequest` class within the Google Cloud Retail V2 API for .NET."],["The `UpdateControlRequest` class is used to make requests for the `UpdateControl` method, and it inherits from `Object` while implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists available versions of the `UpdateControlRequest` class, with version 2.12.0 being the latest, and spans from versions 1.0.0 to 2.12.0."],["The `UpdateControlRequest` class contains two main properties: `Control`, which represents the Control to update, and `UpdateMask`, which indicates which fields within the `Control` to update."],["The page details the constructors available for the `UpdateControlRequest` class, including a parameterless constructor and one that takes another `UpdateControlRequest` instance."]]],[]]