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."],[[["This document provides reference information for the `CreateTaskRequest` class within the Google Cloud Dataplex v1 API, including its properties and constructors."],["The `CreateTaskRequest` class is used to define and submit requests for creating new tasks within the Dataplex environment."],["The latest version available is 3.6.0, and the document covers versions from 1.0.0 up to 3.6.0 of the API, with the displayed content being specifically for version 3.4.0."],["`CreateTaskRequest` implements multiple interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality related to message handling, equality checks, deep cloning, and buffer message operations."],["Key properties of `CreateTaskRequest` include `Parent` (lake resource name), `Task` (the task resource itself), `TaskId` (unique task identifier), and `ValidateOnly` (validation flag)."]]],[]]