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-09 UTC."],[[["This document provides reference documentation for the `CreateTaskRequest` class within the Google Cloud Dataplex v1 API, specifically version 2.14.0."],["`CreateTaskRequest` is a class used to create tasks in Dataplex, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Parent`, `ParentAsLakeName`, `Task`, `TaskId`, and `ValidateOnly` that are essential for creating and validating a new task resource."],["The latest version available is 3.6.0, with a full list of previous versions ranging from 1.0.0 to 3.5.0 detailed in links."],["There are two constructors available for the `CreateTaskRequest` class: a parameterless constructor and one that accepts another `CreateTaskRequest` instance."]]],[]]