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 document provides reference information for the `UpdateTaskRequest` class within the Google Cloud Dataplex v1 API, spanning versions from 1.0.0 to 3.6.0, with 3.6.0 being the latest."],["`UpdateTaskRequest` is used to update task descriptions within Dataplex, allowing for specific field updates using an update mask, as defined within the provided content."],["The `UpdateTaskRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, as can be seen in the provided inheritance and implementation sections."],["The `UpdateTaskRequest` class includes properties like `Task`, `UpdateMask`, and `ValidateOnly`, which allow for defining the task details, specifying the fields to update, and validating the request without applying changes."],["The document's namespace is Google.Cloud.Dataplex.V1 and it is stored in the Google.Cloud.Dataplex.V1.dll assembly."]]],[]]