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.5.0."],["The `UpdateControlRequest` class is a request message used for the `UpdateControl` method and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It is part of the `Google.Cloud.DiscoveryEngine.V1` namespace, and its assembly is found in `Google.Cloud.DiscoveryEngine.V1.dll`."],["The class has two constructors, one default and one that takes another `UpdateControlRequest` object, and has two properties: `Control`, to specify the control to update, and `UpdateMask`, to specify which fields to update."],["There are older versions of the API available, as well as the latest version, 1.6.0, and all have the `UpdateControlRequest` class available for use."]]],[]]