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 within the .NET environment."],["The latest version of the API documented is 3.6.0, while the current page is focused on version 2.7.0, with links to other previous versions dating back to 1.0.0."],["The `UpdateTaskRequest` class allows users to request updates to tasks and includes properties for `Task`, `UpdateMask`, and `ValidateOnly`, that specify which portion of the request will be updated."],["The `UpdateTaskRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message passing and data manipulation."],["The documentation includes details on the constructors, properties, inherited members, namespace, and assembly related to `UpdateTaskRequest`."]]],[]]