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 update a task, as detailed in the reference documentation."],["The latest version of the `UpdateTaskRequest` documentation is 3.6.0, with versions spanning from 1.0.0 up to 3.6.0 available."],["`UpdateTaskRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateTaskRequest` has properties such as `Task`, `UpdateMask`, and `ValidateOnly`, which are used to specify the task to be updated, the fields to be updated, and whether to only validate the request, respectively."],["The `UpdateTaskRequest` class has two constructors, one being an empty constructor and the second allowing for the definition of an `other` of type `UpdateTaskRequest`."]]],[]]