public sealed class ExecutionSpec : IMessage<Task.Types.ExecutionSpec>, IEquatable<Task.Types.ExecutionSpec>, IDeepCloneable<Task.Types.ExecutionSpec>, IBufferMessage, IMessage
Execution related settings, like retry and service_account.
Optional. The arguments to pass to the task.
The args can use placeholders of the format ${placeholder} as
part of key/value string. These will be interpolated before passing the
args to the driver. Currently supported placeholders:
${task_id}
${job_time}
To pass positional args, set the key as TASK_ARGS. The value should be a
comma-separated string of all the positional arguments. To use a
delimiter other than comma, refer to
https://cloud.google.com/sdk/gcloud/reference/topic/escaping. In case of
other keys being present in the args, then TASK_ARGS will be passed as
the last argument.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document details the \u003ccode\u003eExecutionSpec\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1\u003c/code\u003e namespace, which is responsible for managing execution settings like retry attempts and the service account used for tasks.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecutionSpec\u003c/code\u003e class is part of the Google.Cloud.Dataplex.V1 .NET library, with the latest version being 3.6.0 and provides links to the documentation for various versions ranging from 1.0.0 to 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecutionSpec\u003c/code\u003e provides a \u003ccode\u003eMapField\u003c/code\u003e property called \u003ccode\u003eArgs\u003c/code\u003e to pass arguments to a task and supports placeholders that are interpolated before passing the args to the driver.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMaxJobExecutionLifetime\u003c/code\u003e is an optional property that determines the maximum duration after which the job execution expires.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eServiceAccount\u003c/code\u003e property of \u003ccode\u003eExecutionSpec\u003c/code\u003e specifies the service account to use when executing a task, defaulting to the project's default Compute service account if not specified.\u003c/p\u003e\n"]]],[],null,[]]