public sealed class UpdateTaskRequest : IMessage<UpdateTaskRequest>, IEquatable<UpdateTaskRequest>, IDeepCloneable<UpdateTaskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateTaskRequest.
[[["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 provides reference documentation for the `UpdateTaskRequest` class within the Google Cloud Dataplex v1 API, spanning versions from 1.0.0 to the latest 3.6.0."],["The `UpdateTaskRequest` class is used to update task descriptions, with updates being limited to the fields specified in the `update_mask`."],["The page lists the different versions of the `UpdateTaskRequest` class, each link directing you to the specified version's documentation."],["The class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateTaskRequest` include `Task` (the updated task description), `UpdateMask` (the fields to update), and `ValidateOnly` (to validate without mutating)."]]],[]]