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-03-21 UTC."],[[["This webpage provides reference documentation for the `UpdateTaskRequest` class within the Google Cloud Dataplex v1 API, detailing its usage in .NET environments across multiple versions."],["The latest version available for the `UpdateTaskRequest` class is 3.6.0, while this specific page provides documentation for version 3.3.0, with a range of prior versions available."],["The `UpdateTaskRequest` class is used to describe an update request for a task, including the task details and the fields that need to be updated via an update mask, offering optional validation without committing mutations."],["The `UpdateTaskRequest` class implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for diverse object manipulation."],["The `UpdateTaskRequest` has the properties `Task`, `UpdateMask`, and `ValidateOnly` allowing modification of a task, selection of the fields that will be updated, and validation of the request, respectively."]]],[]]