public sealed class UpdateControlRequest : IMessage<UpdateControlRequest>, IEquatable<UpdateControlRequest>, IDeepCloneable<UpdateControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 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-03-21 UTC."],[[["This document provides reference documentation for the `UpdateControlRequest` class within the Google Cloud Discovery Engine v1 API, specifically version 1.4.0."],["The `UpdateControlRequest` class is a request message used for the `UpdateControl` method and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It contains properties for `Control`, which is the control object to be updated, and `UpdateMask`, which specifies which fields of the control object should be modified during the update."],["The class has two constructors: a default constructor and one that takes another `UpdateControlRequest` object for copying purposes."],["There are other available versions of this document that can be found, such as 1.6.0 (the latest), 1.5.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0-beta06."]]],[]]