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-03-25 UTC."],[[["This webpage details the `UpdateTaskRequest` class within the `Google.Cloud.Dataplex.V1` namespace, presenting various versions of the API, with 3.6.0 being the latest version."],["The `UpdateTaskRequest` class is used to submit a request to update a task, inheriting from the `Object` class and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTaskRequest` class includes constructors for creating new instances, either default or by copying another `UpdateTaskRequest` object, and has properties for setting the `Task` to update, the `UpdateMask`, and whether to `ValidateOnly`."],["The `UpdateMask` property determines which specific fields within a task are intended to be updated, and the `ValidateOnly` property allow to perform a validation of the update request, without the update actually commiting."],["The webpage displays the different versions from version 1.0.0 to the latest version 3.6.0, allowing users to navigate to the correct documentation based on their version."]]],[]]