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."],[[["This webpage provides reference documentation for the `UpdateTaskRequest` class within the Google Cloud Dataplex v1 API, spanning multiple versions."],["The latest version documented is 3.6.0, with the class being available back to version 1.0.0, showing a history of different versions of the class."],["The `UpdateTaskRequest` class is used for updating task descriptions and contains properties such as `Task`, `UpdateMask`, and `ValidateOnly`, which can be set to configure the update."],["The class is available in the namespace `Google.Cloud.Dataplex.V1`, and is contained within the `Google.Cloud.Dataplex.V1.dll` assembly."],["The class implements various interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with the .NET framework."]]],[]]