public CallSettings CreateJobFromTemplateSettings { get; set; }
CallSettings for synchronous and asynchronous calls to
TemplatesServiceClient.CreateJobFromTemplate and TemplatesServiceClient.CreateJobFromTemplateAsync
.
[[["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\u003eTemplatesServiceSettings\u003c/code\u003e class provides configuration settings for interacting with the Dataflow v1beta3 API's \u003ccode\u003eTemplatesServiceClient\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eServiceSettingsBase\u003c/code\u003e and offers properties for setting \u003ccode\u003eCallSettings\u003c/code\u003e for operations like \u003ccode\u003eCreateJobFromTemplate\u003c/code\u003e, \u003ccode\u003eGetTemplate\u003c/code\u003e, and \u003ccode\u003eLaunchTemplate\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach of the settings properties for \u003ccode\u003eCreateJobFromTemplate\u003c/code\u003e, \u003ccode\u003eGetTemplate\u003c/code\u003e, and \u003ccode\u003eLaunchTemplate\u003c/code\u003e are not retried and will time out after 60 seconds.\u003c/p\u003e\n"],["\u003cp\u003eYou can create a new instance with default settings or clone an existing \u003ccode\u003eTemplatesServiceSettings\u003c/code\u003e object using the \u003ccode\u003eClone()\u003c/code\u003e and \u003ccode\u003eGetDefault()\u003c/code\u003e methods.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of this API can be found in version 2.0.0-beta07 of the \u003ccode\u003eGoogle.Cloud.Dataflow.V1Beta3\u003c/code\u003e package.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class TemplatesServiceSettings (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.TemplatesServiceSettings)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.TemplatesServiceSettings)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.TemplatesServiceSettings) \n\n public sealed class TemplatesServiceSettings : ServiceSettingsBase\n\nReference documentation and code samples for the Dataflow v1beta3 API class TemplatesServiceSettings.\n\nSettings for [TemplatesServiceClient](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.TemplatesServiceClient) 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 TemplatesServiceSettings \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### TemplatesServiceSettings()\n\n public TemplatesServiceSettings()\n\nConstructs a new [TemplatesServiceSettings](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.TemplatesServiceSettings) object with default settings.\n\nProperties\n----------\n\n### CreateJobFromTemplateSettings\n\n public CallSettings CreateJobFromTemplateSettings { 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`TemplatesServiceClient.CreateJobFromTemplate` and `TemplatesServiceClient.CreateJobFromTemplateAsync`\n.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### GetTemplateSettings\n\n public CallSettings GetTemplateSettings { 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`TemplatesServiceClient.GetTemplate` and `TemplatesServiceClient.GetTemplateAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\n### LaunchTemplateSettings\n\n public CallSettings LaunchTemplateSettings { 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`TemplatesServiceClient.LaunchTemplate` and `TemplatesServiceClient.LaunchTemplateAsync`.\n\n**Remarks** \n- This call will not be retried.\n- Timeout: 60 seconds.\n\nMethods\n-------\n\n### Clone()\n\n public TemplatesServiceSettings Clone()\n\nCreates a deep clone of this object, with all the same property values.\n\n### GetDefault()\n\n public static TemplatesServiceSettings GetDefault()\n\nGet a new instance of the default [TemplatesServiceSettings](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.TemplatesServiceSettings)."]]