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-25 UTC."],[[["The webpage provides documentation for the `UpdateTaskRequest` class within the Google Cloud Dataplex V1 API, specifically detailing its structure, purpose, and available versions."],["This class is used to request an update to a task and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTaskRequest` class has properties like `Task`, `UpdateMask`, and `ValidateOnly`, which control the specifics of the update operation."],["The latest version documented is 3.6.0, and several previous versions are available, going back to version 1.0.0, offering historical context for the evolution of this specific API component."],["`UpdateTaskRequest` has a constructor with parameters to set the task, and another to set the update request itself."]]],[]]