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 request to create a task within a lake, as specified by the parent lake's resource name."],["The latest version of the API available is 3.6.0, and the page also lists many previous versions, starting from 1.0.0 up to 3.5.0, with all having access to `CreateTaskRequest`."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The class provides properties such as `Parent`, `ParentAsLakeName`, `Task`, `TaskId`, and `ValidateOnly`, which allow to set the necessary information to create a task, specify its identifier and to indicate if it should only be validated."]]],[]]