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 documentation provides details for the `CreateTaskRequest` class within the Google Cloud Dataplex V1 API, with the latest version being 3.6.0, and going all the way back to version 1.0.0."],["`CreateTaskRequest` is a class used to create a task resource within the Dataplex environment, and it includes properties like `Parent`, `Task`, and `TaskId`."],["The `Parent` property specifies the lake's resource name where the task will be created, with a string or a `LakeName` type."],["The `Task` property represents the task resource itself, and `TaskId` is the unique identifier for the task."],["The `ValidateOnly` property allows a request to be tested without making changes, with a default setting of false."]]],[]]