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 document provides reference information for the `UpdateControlRequest` class within the Google Cloud Discovery Engine v1beta API, specifically version 1.0.0-beta17."],["`UpdateControlRequest` is used to send a request to update a Control object, as a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one empty and one that takes another `UpdateControlRequest` object as a parameter, allowing creation and copying of objects."],["The `UpdateControlRequest` object contains properties for `Control`, which is the Control to be updated, and `UpdateMask`, which optionally specifies which fields of the Control should be updated."],["This class is found within the `Google.Cloud.DiscoveryEngine.V1Beta` namespace, and is part of the Google.Cloud.DiscoveryEngine.V1Beta.dll assembly."]]],[]]