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 latest version available for the `UpdateTaskRequest` class in the Google Cloud Dataplex V1 API is 3.6.0, with a range of prior versions from 3.5.0 to 1.0.0 also documented."],["The `UpdateTaskRequest` class is part of the `Google.Cloud.Dataplex.V1` namespace, and is implemented with several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `UpdateTaskRequest` class offers a constructor that can create a new instance or be instantiated with another `UpdateTaskRequest` object for copying."],["Key properties of `UpdateTaskRequest` include `Task` which specifies the update description, `UpdateMask` for defining fields to update, and `ValidateOnly` to validate the request without mutations."],["The `UpdateTaskRequest` is designed for updating tasks within the Google Cloud Dataplex environment and allows partial updates via an `UpdateMask` field."]]],[]]