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 webpage details the \u003ccode\u003eExecutionSpec\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Dataplex.V1\u003c/code\u003e namespace, which is part of the Google.Cloud.Dataplex.V1.dll assembly, with versions ranging from 1.0.0 to the latest 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecutionSpec\u003c/code\u003e provides settings for task execution, including options for arguments, maximum job execution lifetime, and the service account to be used.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eExecutionSpec\u003c/code\u003e implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe properties of \u003ccode\u003eExecutionSpec\u003c/code\u003e include \u003ccode\u003eArgs\u003c/code\u003e (a map of arguments), \u003ccode\u003eMaxJobExecutionLifetime\u003c/code\u003e (a duration), and \u003ccode\u003eServiceAccount\u003c/code\u003e (a string representing the service account).\u003c/p\u003e\n"],["\u003cp\u003eThe latest version listed for \u003ccode\u003eExecutionSpec\u003c/code\u003e is 3.6.0 and is an improvement on earlier versions all the way down to 1.0.0.\u003c/p\u003e\n"]]],[],null,[]]