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."],[[["This document provides reference documentation for the `CreateTaskRequest` class within the Google Cloud Dataplex v1 API, including its properties and methods."],["The `CreateTaskRequest` class is used to define and manage requests for creating tasks within the Dataplex service, with versions ranging from 1.0.0 up to the latest, 3.6.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring it can handle protocol buffer messages and object cloning."],["Key properties of the `CreateTaskRequest` class include `Parent`, `Task`, `TaskId`, and `ValidateOnly`, which control where and how the task will be created, and define if the task should be created or only validated."],["The document details both constructors available for `CreateTaskRequest`, one is parameterless and the other takes a `CreateTaskRequest` object, to duplicate it."]]],[]]