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."],[[["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 version 1.0.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provides comprehensive functionality for message handling, comparison, deep cloning, and buffer operations."],["The `CreateTaskRequest` class includes properties for `Parent` (the lake resource name), `ParentAsLakeName` (a typed view of the parent resource name), `Task` (the task resource itself), `TaskId` (the task's unique identifier), and `ValidateOnly` (a flag for validation without mutation)."],["There are two constructors available for the `CreateTaskRequest` class, a default constructor and a copy constructor that accepts another `CreateTaskRequest` object."],["The reference documentation provides information and code samples about the `CreateTaskRequest` class, its properties, constructors, and inherited members."]]],[]]