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."],[[["This webpage provides reference documentation for the `CreateTaskRequest` class within the Google Cloud Dataplex v1 API, detailing its properties and functionality."],["The `CreateTaskRequest` class is used to define the request for creating a task within the Dataplex service, requiring specifications like the parent lake, the task resource itself, and a unique task identifier."],["The latest available version of the Dataplex API is 3.6.0, with the documentation on this page pertaining to version 3.3.0, but a full history of versions is available."],["`CreateTaskRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and can be constructed using the default constructor or a copy constructor, allowing for various customization options."],["Key properties of the `CreateTaskRequest` class include `Parent`, which defines the parent lake resource, `Task`, which contains the details of the task being created, `TaskId`, which is a unique identifier, and `ValidateOnly`, which is used for request validation without creating the resource."]]],[]]