public CallSettings LaunchFlexTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
FlexTemplatesServiceClient.LaunchFlexTemplate and
FlexTemplatesServiceClient.LaunchFlexTemplateAsync.
[[["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 information for the \u003ccode\u003eFlexTemplatesServiceSettings\u003c/code\u003e class within the Google Cloud Dataflow v1beta3 API, specifically in the .NET context.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eFlexTemplatesServiceSettings\u003c/code\u003e is used to configure settings for \u003ccode\u003eFlexTemplatesServiceClient\u003c/code\u003e instances, a class that can be found in the same namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and provides properties such as \u003ccode\u003eLaunchFlexTemplateSettings\u003c/code\u003e to control aspects of API calls.\u003c/p\u003e\n"],["\u003cp\u003eIt also includes methods to create a clone of the object (\u003ccode\u003eClone\u003c/code\u003e) and obtain a default instance of the settings (\u003ccode\u003eGetDefault\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe most recent beta version of FlexTemplatesServiceSettings is 2.0.0-beta07.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class FlexTemplatesServiceSettings (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.FlexTemplatesServiceSettings)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.FlexTemplatesServiceSettings)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.FlexTemplatesServiceSettings) \n\n public sealed class FlexTemplatesServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Dataflow v1beta3 API class FlexTemplatesServiceSettings.\n\nSettings for [FlexTemplatesServiceClient](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.FlexTemplatesServiceClient) instances. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e [ServiceSettingsBase](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \\\u003e FlexTemplatesServiceSettings \n\nInherited Members\n-----------------\n\n[ServiceSettingsBase.VersionHeaderBuilder](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Clock](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Scheduler](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \n[ServiceSettingsBase.Interceptor](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/ServiceSettingsBase.cs) \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### FlexTemplatesServiceSettings()\n\n public FlexTemplatesServiceSettings()\n\nConstructs a new [FlexTemplatesServiceSettings](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.FlexTemplatesServiceSettings) object with default settings.\n\nProperties\n----------\n\n### LaunchFlexTemplateSettings\n\n public CallSettings LaunchFlexTemplateSettings { get; set; }\n\n[CallSettings](https://github.com/googleapis/gax-dotnet/blob/83f42b5edc4529818dbdb34d9ea9ecc3c04f7b6e/Google.Api.Gax.Grpc/CallSettings.cs) for synchronous and asynchronous calls to\n`FlexTemplatesServiceClient.LaunchFlexTemplate` and\n`FlexTemplatesServiceClient.LaunchFlexTemplateAsync`.\n\n**Remarks** \n- This call will not be retried.\n- No timeout is applied.\n\nMethods\n-------\n\n### Clone()\n\n public FlexTemplatesServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static FlexTemplatesServiceSettings GetDefault()\n\nGet a new instance of the default [FlexTemplatesServiceSettings](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.FlexTemplatesServiceSettings)."]]