public sealed class LaunchFlexTemplateRequest : IMessage<LaunchFlexTemplateRequest>, IEquatable<LaunchFlexTemplateRequest>, IDeepCloneable<LaunchFlexTemplateRequest>, IBufferMessage, IMessage
A request to launch a Cloud Dataflow job from a FlexTemplate.
[[["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 page documents the `LaunchFlexTemplateRequest` class, which is used to initiate a Cloud Dataflow job from a FlexTemplate."],["The class is part of the `Google.Cloud.Dataflow.V1Beta3` namespace and is implemented in the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."],["`LaunchFlexTemplateRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation and comparison."],["The class includes properties such as `LaunchParameter`, `Location`, `ProjectId`, and `ValidateOnly`, which are necessary to configure the job launch request and its validation."],["There are available versions of the code located on the left sidebar, including `2.0.0-beta07` (latest), `2.0.0-beta06` and `1.0.0-beta03` which is the version on this page."]]],[]]