public sealed class ExecutionTemplate : IMessage<ExecutionTemplate>, IEquatable<ExecutionTemplate>, IDeepCloneable<ExecutionTemplate>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class ExecutionTemplate.
ExecutionTemplate describes the data an execution should have when created
from a template.
public MapField<string, string> Annotations { get; }
Unstructured key value map that may be set by external tools to store and
arbitrary metadata. They are not queryable and should be preserved
when modifying objects.
<p>Cloud Run API v2 does not support annotations with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system annotations in v1 now
have a corresponding field in v2 ExecutionTemplate.
<p>This field follows Kubernetes annotations' namespacing, limits, and
rules.
<p>Cloud Run API v2 does not support labels with run.googleapis.com,
cloud.googleapis.com, serving.knative.dev, or autoscaling.knative.dev
namespaces, and they will be rejected. All system labels in v1 now have a
corresponding field in v2 ExecutionTemplate.
Optional. Specifies the maximum desired number of tasks the execution
should run at given time. When the job is run, if this field is 0 or unset,
the maximum possible value will be used for that execution. The actual
number of tasks running in steady state will be less than this number when
there are fewer tasks waiting to be completed remaining, i.e. when the work
left to do is less than max parallelism.
Specifies the desired number of tasks the execution should run.
Setting to 1 means that parallelism is limited to 1 and the success of
that task signals the success of the execution. Defaults to 1.
[[["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-08 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eExecutionTemplate\u003c/code\u003e class within the Google Cloud Run Admin v2 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecutionTemplate\u003c/code\u003e class describes the data and configuration for creating an execution, with available versions ranging from 2.13.0 (latest) down to 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eExecutionTemplate\u003c/code\u003e class include \u003ccode\u003eAnnotations\u003c/code\u003e, \u003ccode\u003eLabels\u003c/code\u003e, \u003ccode\u003eParallelism\u003c/code\u003e, \u003ccode\u003eTaskCount\u003c/code\u003e, and \u003ccode\u003eTemplate\u003c/code\u003e, which are used to define the behavior and metadata of an execution.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecutionTemplate\u003c/code\u003e class offers constructors for creating instances, including one that copies data from another \u003ccode\u003eExecutionTemplate\u003c/code\u003e object, and implements interfaces like IMessage, IEquatable, IDeepCloneable, and IBufferMessage.\u003c/p\u003e\n"]]],[],null,["# Cloud Run Admin v2 API - Class ExecutionTemplate (2.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.16.0 (latest)](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.15.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.15.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.14.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.14.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.13.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.13.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.12.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.12.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.11.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.11.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.10.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.10.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.9.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.8.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.7.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.6.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.5.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.4.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.3.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.2.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.1.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.0.0/Google.Cloud.Run.V2.ExecutionTemplate)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Run.V2/1.0.0-beta02/Google.Cloud.Run.V2.ExecutionTemplate) \n\n public sealed class ExecutionTemplate : IMessage\u003cExecutionTemplate\u003e, IEquatable\u003cExecutionTemplate\u003e, IDeepCloneable\u003cExecutionTemplate\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Run Admin v2 API class ExecutionTemplate.\n\nExecutionTemplate describes the data an execution should have when created\nfrom a template. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ExecutionTemplate \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ExecutionTemplate](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ExecutionTemplate), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ExecutionTemplate](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ExecutionTemplate), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ExecutionTemplate](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.ExecutionTemplate), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Run.V2](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Run.V2.dll\n\nConstructors\n------------\n\n### ExecutionTemplate()\n\n public ExecutionTemplate()\n\n### ExecutionTemplate(ExecutionTemplate)\n\n public ExecutionTemplate(ExecutionTemplate other)\n\nProperties\n----------\n\n### Annotations\n\n public MapField\u003cstring, string\u003e Annotations { get; }\n\nUnstructured key value map that may be set by external tools to store and\narbitrary metadata. They are not queryable and should be preserved\nwhen modifying objects.\n\n\\\u003cp\\\u003eCloud Run API v2 does not support annotations with `run.googleapis.com`,\n`cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev`\nnamespaces, and they will be rejected. All system annotations in v1 now\nhave a corresponding field in v2 ExecutionTemplate.\n\n\\\u003cp\\\u003eThis field follows Kubernetes annotations' namespacing, limits, and\nrules.\n\n### Labels\n\n public MapField\u003cstring, string\u003e Labels { get; }\n\nUnstructured key value map that can be used to organize and categorize\nobjects.\nUser-provided labels are shared with Google's billing system, so they can\nbe used to filter, or break down billing charges by team, component,\nenvironment, state, etc. For more information, visit\n\u003chttps://cloud.google.com/resource-manager/docs/creating-managing-labels\u003e or\n\u003chttps://cloud.google.com/run/docs/configuring/labels\u003e.\n\n\\\u003cp\\\u003eCloud Run API v2 does not support labels with `run.googleapis.com`,\n`cloud.googleapis.com`, `serving.knative.dev`, or `autoscaling.knative.dev`\nnamespaces, and they will be rejected. All system labels in v1 now have a\ncorresponding field in v2 ExecutionTemplate.\n\n### Parallelism\n\n public int Parallelism { get; set; }\n\nOptional. Specifies the maximum desired number of tasks the execution\nshould run at given time. When the job is run, if this field is 0 or unset,\nthe maximum possible value will be used for that execution. The actual\nnumber of tasks running in steady state will be less than this number when\nthere are fewer tasks waiting to be completed remaining, i.e. when the work\nleft to do is less than max parallelism.\n\n### TaskCount\n\n public int TaskCount { get; set; }\n\nSpecifies the desired number of tasks the execution should run.\nSetting to 1 means that parallelism is limited to 1 and the success of\nthat task signals the success of the execution. Defaults to 1.\n\n### Template\n\n public TaskTemplate Template { get; set; }\n\nRequired. Describes the task(s) that will be created when executing an\nexecution."]]