public sealed class UpdateControlRequest : IMessage<UpdateControlRequest>, IEquatable<UpdateControlRequest>, IDeepCloneable<UpdateControlRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta 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 documentation details the `UpdateControlRequest` class within the Google Cloud Discovery Engine v1beta API, used for updating control configurations."],["The `UpdateControlRequest` class is part of the `Google.Cloud.DiscoveryEngine.V1Beta` namespace and is implemented as a sealed class with several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, a default constructor and one that accepts another `UpdateControlRequest` object for cloning."],["It contains two key properties: `Control`, which specifies the control to update, and `UpdateMask`, which defines the fields to be updated within the control."],["The UpdateControlRequest class inherits from object and it also uses functions like GetHashCode, GetType, and ToString."]]],[]]