public sealed class CreateJobFromTemplateRequest : IMessage<CreateJobFromTemplateRequest>, IEquatable<CreateJobFromTemplateRequest>, IDeepCloneable<CreateJobFromTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class CreateJobFromTemplateRequest.
A request to create a Cloud Dataflow job from a 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\u003eThis documentation details the \u003ccode\u003eCreateJobFromTemplateRequest\u003c/code\u003e class within the Dataflow v1beta3 API, used for creating Cloud Dataflow jobs from templates.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateJobFromTemplateRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eGcsPath\u003c/code\u003e for the template's Cloud Storage location, \u003ccode\u003eJobName\u003c/code\u003e for naming the job, and \u003ccode\u003eProjectId\u003c/code\u003e for identifying the relevant Google Cloud project.\u003c/p\u003e\n"],["\u003cp\u003eIt contains constructors to initialize the object, both a parameterless one and one that takes another \u003ccode\u003eCreateJobFromTemplateRequest\u003c/code\u003e object, in addition to properties for defining the job's runtime environment, location, and parameters.\u003c/p\u003e\n"],["\u003cp\u003eThe class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, as well as inheriting members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of this documentation, including beta releases, with the most recent version being \u003ccode\u003e2.0.0-beta07\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class CreateJobFromTemplateRequest (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.CreateJobFromTemplateRequest)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.CreateJobFromTemplateRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.CreateJobFromTemplateRequest) \n\n public sealed class CreateJobFromTemplateRequest : IMessage\u003cCreateJobFromTemplateRequest\u003e, IEquatable\u003cCreateJobFromTemplateRequest\u003e, IDeepCloneable\u003cCreateJobFromTemplateRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class CreateJobFromTemplateRequest.\n\nA request to create a Cloud Dataflow job from a template. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateJobFromTemplateRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateJobFromTemplateRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CreateJobFromTemplateRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateJobFromTemplateRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CreateJobFromTemplateRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateJobFromTemplateRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CreateJobFromTemplateRequest), [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### CreateJobFromTemplateRequest()\n\n public CreateJobFromTemplateRequest()\n\n### CreateJobFromTemplateRequest(CreateJobFromTemplateRequest)\n\n public CreateJobFromTemplateRequest(CreateJobFromTemplateRequest other)\n\nProperties\n----------\n\n### Environment\n\n public RuntimeEnvironment Environment { get; set; }\n\nThe runtime environment for the job.\n\n### GcsPath\n\n public string GcsPath { get; set; }\n\nRequired. A Cloud Storage path to the template from which to\ncreate the job.\nMust be a valid Cloud Storage URL, beginning with `gs://`.\n\n### HasGcsPath\n\n public bool HasGcsPath { get; }\n\nGets whether the \"gcs_path\" field is set\n\n### JobName\n\n public string JobName { get; set; }\n\nRequired. The job name to use for the created job.\n\n### Location\n\n public string Location { get; set; }\n\nThe [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to\nwhich to direct the request.\n\n### Parameters\n\n public MapField\u003cstring, string\u003e Parameters { get; }\n\nThe runtime parameters to pass to the job.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nRequired. The ID of the Cloud Platform project that the job belongs to.\n\n### TemplateCase\n\n public CreateJobFromTemplateRequest.TemplateOneofCase TemplateCase { get; }"]]