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 page provides documentation for the `CreateTaskRequest` class within the Google Cloud Dataplex V1 API, specifically detailing its structure, properties, and methods across multiple versions."],["The `CreateTaskRequest` class is used to create a task within a specified lake, requiring information such as the parent lake resource name, task identifier, and the task resource itself."],["The latest version of the API available is 3.6.0, but documentation for versions ranging from 1.0.0 up to 3.6.0 can be found here."],["The `CreateTaskRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and offers constructors for creating new instances, either default or by cloning."],["Key properties of the `CreateTaskRequest` class include `Parent` (the parent lake resource), `ParentAsLakeName` (a typed view over the Parent resource), `Task` (the task resource), `TaskId` (the task identifier), and `ValidateOnly` (for request validation without mutations)."]]],[]]