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-21 UTC."],[[["The latest version of the `CreateTaskRequest` API class is 3.6.0, part of the Google.Cloud.Dataplex.V1 namespace within the .NET ecosystem."],["The `CreateTaskRequest` class is used to create a new task resource within a specified lake, and it requires parameters like the parent lake name, a task identifier, and the task details."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it follows the patterns of the .NET and Google Cloud Protobuf libraries."],["There are multiple available versions of the `CreateTaskRequest` API class, ranging from 1.0.0 to 3.6.0, providing a historical view of its evolution."],["The `CreateTaskRequest` class also supports a `ValidateOnly` property that, when true, will only validate the request without making any changes, offering a way to ensure correctness before execution."]]],[]]