public sealed class DynamicTemplateLaunchParams : IMessage<DynamicTemplateLaunchParams>, IEquatable<DynamicTemplateLaunchParams>, IDeepCloneable<DynamicTemplateLaunchParams>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class DynamicTemplateLaunchParams.
Params which should be passed when launching a dynamic template.
[[["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\u003eThe latest version of the \u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e class is 2.0.0-beta07, which is part of the Dataflow v1beta3 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e is a sealed class used for passing parameters when launching a dynamic template within the Google Cloud Dataflow service.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and 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 \u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e class includes properties for \u003ccode\u003eGcsPath\u003c/code\u003e, which specifies the path to the dynamic template spec file in Cloud Storage, and \u003ccode\u003eStagingLocation\u003c/code\u003e, which indicates the Cloud Storage path for staging dependencies.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for creating instances of \u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e, one is a default constructor and the other accepts another \u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e object as a parameter for initialization.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class DynamicTemplateLaunchParams (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.DynamicTemplateLaunchParams)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.DynamicTemplateLaunchParams)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.DynamicTemplateLaunchParams) \n\n public sealed class DynamicTemplateLaunchParams : IMessage\u003cDynamicTemplateLaunchParams\u003e, IEquatable\u003cDynamicTemplateLaunchParams\u003e, IDeepCloneable\u003cDynamicTemplateLaunchParams\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class DynamicTemplateLaunchParams.\n\nParams which should be passed when launching a dynamic template. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DynamicTemplateLaunchParams \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DynamicTemplateLaunchParams](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.DynamicTemplateLaunchParams), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DynamicTemplateLaunchParams](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.DynamicTemplateLaunchParams), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DynamicTemplateLaunchParams](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.DynamicTemplateLaunchParams), [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.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### DynamicTemplateLaunchParams()\n\n public DynamicTemplateLaunchParams()\n\n### DynamicTemplateLaunchParams(DynamicTemplateLaunchParams)\n\n public DynamicTemplateLaunchParams(DynamicTemplateLaunchParams other)\n\nProperties\n----------\n\n### GcsPath\n\n public string GcsPath { get; set; }\n\nPath to dynamic template spec file on Cloud Storage.\nThe file must be a Json serialized DynamicTemplateFieSpec object.\n\n### StagingLocation\n\n public string StagingLocation { get; set; }\n\nCloud Storage path for staging dependencies.\nMust be a valid Cloud Storage URL, beginning with `gs://`."]]