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 `UpdateTaskRequest` class in the Google Cloud Dataplex v1 API is used to request an update to a task."],["The latest version of the API is 3.6.0, but multiple previous versions from 3.5.0 all the way down to 1.0.0 are available for reference."],["The `UpdateTaskRequest` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The request includes properties for `Task`, `UpdateMask`, and `ValidateOnly`, which are used to specify the task details, fields to update, and whether to only validate the request, respectively."],["You can instantiate a new `UpdateTaskRequest` object using the default constructor, or by passing another `UpdateTaskRequest` object as an argument."]]],[]]