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 webpage provides reference documentation for the `CreateTaskRequest` class within the Google Cloud Dataplex v1 API, detailing its properties and constructors."],["The latest version of the API documented is 3.6.0, while the current page is specifically showing information for version 2.5.0, with many previous version links available as well."],["The `CreateTaskRequest` class is used to create a new task within a specified Dataplex lake, and requires a parent lake resource name, a task identifier, and a task resource to be defined."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities like message handling and deep cloning."],["The class includes properties like `Parent`, `ParentAsLakeName`, `Task`, `TaskId`, and `ValidateOnly`, and has constructors for creating a new `CreateTaskRequest` object, either empty or by copying an existing one."]]],[]]