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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `DynamicTemplateLaunchParams` class in the Dataflow v1beta3 API is used to define parameters for launching a dynamic template, inheriting from `object` and implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class includes constructors to initialize an instance, either empty or by copying from another `DynamicTemplateLaunchParams` object."],["The class properties `GcsPath` and `StagingLocation` allow the specification of the Cloud Storage location for the dynamic template specification file and for staging dependencies, respectively, both of which are strings."],["Version 2.0.0-beta07 is the latest release of the API."]]],[]]