public sealed class LaunchTemplateParameters : IMessage<LaunchTemplateParameters>, IEquatable<LaunchTemplateParameters>, IDeepCloneable<LaunchTemplateParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class LaunchTemplateParameters.
Parameters to provide to the template being launched.
[[["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\u003eThis document provides reference documentation for the \u003ccode\u003eLaunchTemplateParameters\u003c/code\u003e class within the Dataflow v1beta3 API, which is used to specify parameters for launching Dataflow templates.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLaunchTemplateParameters\u003c/code\u003e class, which inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, offers a means to define the runtime environment, job name, and runtime parameters for a Dataflow job.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eEnvironment\u003c/code\u003e for setting the \u003ccode\u003eRuntimeEnvironment\u003c/code\u003e, \u003ccode\u003eJobName\u003c/code\u003e for specifying the job's name, \u003ccode\u003eParameters\u003c/code\u003e for runtime parameters, \u003ccode\u003eTransformNameMapping\u003c/code\u003e for updating pipelines, and \u003ccode\u003eUpdate\u003c/code\u003e to indicate whether to replace an existing pipeline.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the class is 2.0.0-beta07, there are also versions 2.0.0-beta06 and 1.0.0-beta03 available.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors, a parameterless one, and one that takes another \u003ccode\u003eLaunchTemplateParameters\u003c/code\u003e instance.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class LaunchTemplateParameters (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.LaunchTemplateParameters)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.LaunchTemplateParameters)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.LaunchTemplateParameters) \n\n public sealed class LaunchTemplateParameters : IMessage\u003cLaunchTemplateParameters\u003e, IEquatable\u003cLaunchTemplateParameters\u003e, IDeepCloneable\u003cLaunchTemplateParameters\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class LaunchTemplateParameters.\n\nParameters to provide to the template being launched. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LaunchTemplateParameters \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LaunchTemplateParameters](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.LaunchTemplateParameters), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LaunchTemplateParameters](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.LaunchTemplateParameters), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LaunchTemplateParameters](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.LaunchTemplateParameters), [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### LaunchTemplateParameters()\n\n public LaunchTemplateParameters()\n\n### LaunchTemplateParameters(LaunchTemplateParameters)\n\n public LaunchTemplateParameters(LaunchTemplateParameters other)\n\nProperties\n----------\n\n### Environment\n\n public RuntimeEnvironment Environment { get; set; }\n\nThe runtime environment for the job.\n\n### JobName\n\n public string JobName { get; set; }\n\nRequired. The job name to use for the created job.\n\n### Parameters\n\n public MapField\u003cstring, string\u003e Parameters { get; }\n\nThe runtime parameters to pass to the job.\n\n### TransformNameMapping\n\n public MapField\u003cstring, string\u003e TransformNameMapping { get; }\n\nOnly applicable when updating a pipeline. Map of transform name prefixes of\nthe job to be replaced to the corresponding name prefixes of the new job.\n\n### Update\n\n public bool Update { get; set; }\n\nIf set, replace the existing pipeline with the name specified by jobName\nwith this pipeline, preserving state."]]