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-04-02 UTC."],[[["The webpage provides reference documentation for the `CreateTaskRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.10.0 and other versions as well."],["The `CreateTaskRequest` class is used to create a new task in Google Cloud Dataplex, with properties for setting the parent lake, the task details, and the task's unique identifier."],["The documentation outlines the class's inheritance from the `object` class and its implementation of several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various functionalities such as message handling and cloning."],["The `CreateTaskRequest` class includes constructors for creating new instances, including a constructor that accepts another `CreateTaskRequest` instance to copy its values, and properties like `Parent`, `Task`, and `TaskId` that allow the configuration of said task."],["There are versions ranging from 1.0.0 to 3.6.0 (latest) for the `CreateTaskRequest` API class."]]],[]]