public sealed class UpdateTaskRequest : IMessage<UpdateTaskRequest>, IEquatable<UpdateTaskRequest>, IDeepCloneable<UpdateTaskRequest>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["This webpage documents the `UpdateTaskRequest` class within the `Google.Cloud.Dataplex.V1` namespace, as part of the .NET library, and it provides information on how to update a task using different versions."],["The latest version available is 3.6.0, and there are numerous prior versions listed, including a full range from 2.0.0 to 3.5.0 and even as early as version 1.0.0."],["The `UpdateTaskRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling message updates and compatibility."],["The class includes properties such as `Task`, `UpdateMask`, and `ValidateOnly`, which are essential for specifying the task to update, the fields to be updated, and whether the update is for validation purposes only."],["The `UpdateTaskRequest` class also provides two constructors, one default and another that accepts an existing `UpdateTaskRequest` object for copying purposes."]]],[]]