Interface protos.google.cloud.run.v2.IExecutionTemplate (2.1.0)
Properties of an ExecutionTemplate.
Package
@google-cloud/run
Properties
annotations
annotations?: ({ [k: string]: string }|null);
ExecutionTemplate annotations
labels
labels?: ({ [k: string]: string }|null);
parallelism
parallelism?: (number|null);
ExecutionTemplate parallelism
taskCount
taskCount?: (number|null);
ExecutionTemplate taskCount
template
template?: (google.cloud.run.v2.ITaskTemplate|null);
ExecutionTemplate template
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
[[["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-28 UTC."],[],[],null,["# Interface protos.google.cloud.run.v2.IExecutionTemplate (2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/nodejs/docs/reference/run/latest/run/protos.google.cloud.run.v2.iexecutiontemplate)\n- [1.5.0](/nodejs/docs/reference/run/1.5.0/run/protos.google.cloud.run.v2.iexecutiontemplate)\n- [1.0.2](/nodejs/docs/reference/run/1.0.2/run/protos.google.cloud.run.v2.iexecutiontemplate)\n- [0.5.0](/nodejs/docs/reference/run/0.5.0/run/protos.google.cloud.run.v2.iexecutiontemplate)\n- [0.4.2](/nodejs/docs/reference/run/0.4.2/run/protos.google.cloud.run.v2.iexecutiontemplate)\n- [0.2.3](/nodejs/docs/reference/run/0.2.3/run/protos.google.cloud.run.v2.iexecutiontemplate) \nProperties of an ExecutionTemplate.\n\nPackage\n-------\n\n[@google-cloud/run](../overview.html)\n\nProperties\n----------\n\n### annotations\n\n annotations?: ({ [k: string]: string }|null);\n\nExecutionTemplate annotations\n\n### labels\n\n labels?: ({ [k: string]: string }|null);\n\nExecutionTemplate labels\n\n### parallelism\n\n parallelism?: (number|null);\n\nExecutionTemplate parallelism\n\n### taskCount\n\n taskCount?: (number|null);\n\nExecutionTemplate taskCount\n\n### template\n\n template?: (google.cloud.run.v2.ITaskTemplate|null);\n\nExecutionTemplate template"]]