public sealed class CreateTaskRequest : IMessage<CreateTaskRequest>, IEquatable<CreateTaskRequest>, IDeepCloneable<CreateTaskRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class CreateTaskRequest.
[[["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 `CreateTaskRequest` class is part of the Google Cloud Dataplex V1 API, designed for creating task requests within the Dataplex service, with the latest version being 3.6.0 and going down to 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and offering functionalities like deep cloning and message handling."],["The `CreateTaskRequest` class includes properties such as `Parent` (specifying the lake), `Task` (the task resource), `TaskId` (the task identifier), and `ValidateOnly` (for validation without mutation), each serving a critical function within the request."],["There are two different constructors available for the class, one that is empty, and one that accepts `CreateTaskRequest` as a parameter."],["The documentation provided is for the assembly `Google.Cloud.Dataplex.V1.dll` within the namespace `Google.Cloud.Dataplex.V1`."]]],[]]