public sealed class LaunchFlexTemplateResponse : IMessage<LaunchFlexTemplateResponse>, IEquatable<LaunchFlexTemplateResponse>, IDeepCloneable<LaunchFlexTemplateResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class LaunchFlexTemplateResponse.
Response to the request to launch a job from Flex 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 \u003ccode\u003eLaunchFlexTemplateResponse\u003c/code\u003e class is part of the Dataflow v1beta3 API and is used to represent the response to launching a job from a Flex Template.\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\u003eLaunchFlexTemplateResponse\u003c/code\u003e class has two constructors: a default constructor and one that takes another \u003ccode\u003eLaunchFlexTemplateResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains a \u003ccode\u003eJob\u003c/code\u003e property, which holds the launched job details if the request was successful and not a dry run.\u003c/p\u003e\n"],["\u003cp\u003eThe most recent version of this API is \u003ccode\u003e2.0.0-beta07\u003c/code\u003e, there are also older versions available \u003ccode\u003e2.0.0-beta06\u003c/code\u003e and \u003ccode\u003e1.0.0-beta03\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class LaunchFlexTemplateResponse (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.LaunchFlexTemplateResponse)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.LaunchFlexTemplateResponse)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.LaunchFlexTemplateResponse) \n\n public sealed class LaunchFlexTemplateResponse : IMessage\u003cLaunchFlexTemplateResponse\u003e, IEquatable\u003cLaunchFlexTemplateResponse\u003e, IDeepCloneable\u003cLaunchFlexTemplateResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class LaunchFlexTemplateResponse.\n\nResponse to the request to launch a job from Flex Template. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e LaunchFlexTemplateResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[LaunchFlexTemplateResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.LaunchFlexTemplateResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[LaunchFlexTemplateResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.LaunchFlexTemplateResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[LaunchFlexTemplateResponse](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.LaunchFlexTemplateResponse), [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### LaunchFlexTemplateResponse()\n\n public LaunchFlexTemplateResponse()\n\n### LaunchFlexTemplateResponse(LaunchFlexTemplateResponse)\n\n public LaunchFlexTemplateResponse(LaunchFlexTemplateResponse other)\n\nProperties\n----------\n\n### Job\n\n public Job Job { get; set; }\n\nThe job that was launched, if the request was not a dry run and\nthe job was successfully launched."]]