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."],[[["The `CreateTaskRequest` class is part of the Google Cloud Dataplex V1 API and is used to create a task within a specified lake."],["Version 3.6.0 is the latest version, with multiple older versions available, ranging from 3.5.0 down to 1.0.0, offering a variety of version options for use."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer message processing."],["Key properties include `Parent` (the lake resource name), `Task` (the task resource itself), `TaskId` (the task's identifier), and `ValidateOnly` (for validating without executing changes)."],["The `CreateTaskRequest` class is found within the `Google.Cloud.Dataplex.V1` namespace, and its functionality is available in the `Google.Cloud.Dataplex.V1.dll` assembly."]]],[]]