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 page provides documentation for the `UpdateTaskRequest` class within the Google Cloud Dataplex v1 API, specifically within the .NET environment."],["The documentation covers version history, with version 3.6.0 being the latest and a range of versions all the way back to 1.0.0 available."],["`UpdateTaskRequest` allows for the update of task descriptions, specified by a field mask, within the Dataplex API, and it offers an option to validate the request without performing the actual update."],["The `UpdateTaskRequest` class inherits from object and implements the IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces."],["It includes properties like Task, UpdateMask, and ValidateOnly to be used for updating the task."]]],[]]