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 resources in Cloud Dataplex, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `UpdateTaskRequest` include `Task`, which is the update description, `UpdateMask`, specifying which fields to update, and `ValidateOnly`, which allows request validation without performing mutations."],["The documentation lists a number of previous versions of the API, each linking to a specific version's documentation of the `UpdateTaskRequest` class, allowing developers to access the details of each version."]]],[]]