public sealed class DynamicTemplateLaunchParams : IMessage<DynamicTemplateLaunchParams>, IEquatable<DynamicTemplateLaunchParams>, IDeepCloneable<DynamicTemplateLaunchParams>, IBufferMessage, IMessage
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\u003e\u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e is a class used to define parameters for launching a dynamic template in Google Cloud Dataflow.\u003c/p\u003e\n"],["\u003cp\u003eThe class 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, which manage how it behaves within the application.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e has two constructors: a default one and one that takes another \u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e object as a parameter to create a copy.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGcsPath\u003c/code\u003e property within \u003ccode\u003eDynamicTemplateLaunchParams\u003c/code\u003e specifies the location of the dynamic template spec file in Cloud Storage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eStagingLocation\u003c/code\u003e property specifies the Cloud Storage path where dependencies should be staged, which needs to be a valid Cloud Storage URL.\u003c/p\u003e\n"]]],[],null,[]]