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.1.0."],["The `UpdateControlRequest` class is a request message used for the `UpdateControl` method and is part of the `Google.Cloud.DiscoveryEngine.V1` namespace."],["The class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["It has two constructors: a default constructor and one that takes another `UpdateControlRequest` object as a parameter."],["The `UpdateControlRequest` includes two key properties, `Control` which represents the Control to update, and `UpdateMask` to specify which fields to update."]]],[]]