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"]],[["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."],[[["This document provides reference documentation for the `LaunchFlexTemplateResponse` class within the Google Cloud Dataflow v1beta3 API, specifically version 2.0.0-beta06."],["`LaunchFlexTemplateResponse` is a sealed class that represents the response to a request to launch a job from a Flex Template."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class contains two constructors, one parameterless and one that takes another `LaunchFlexTemplateResponse` object as a parameter."],["It includes a `Job` property which returns a `Job` object, representing the launched job, if the job was launched successfully and it was not a dry run."]]],[]]