public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class CreateJobRequest.
[[["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\u003eCreateJobRequest\u003c/code\u003e class within the Dataflow v1beta3 API, which is used to submit requests for creating a Cloud Dataflow job.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateJobRequest\u003c/code\u003e class is available in multiple versions, with \u003ccode\u003e2.0.0-beta07\u003c/code\u003e being the latest release, and it inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateJobRequest\u003c/code\u003e class includes properties such as \u003ccode\u003eJob\u003c/code\u003e, \u003ccode\u003eLocation\u003c/code\u003e, \u003ccode\u003eProjectId\u003c/code\u003e, \u003ccode\u003eReplaceJobId\u003c/code\u003e, and \u003ccode\u003eView\u003c/code\u003e to define the job's specifications and the request's context.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be created by using the \u003ccode\u003eCreateJobRequest()\u003c/code\u003e constructor with no arguments, or the \u003ccode\u003eCreateJobRequest(CreateJobRequest other)\u003c/code\u003e copy constructor which takes in a \u003ccode\u003eCreateJobRequest\u003c/code\u003e as its parameter.\u003c/p\u003e\n"],["\u003cp\u003eThis page also includes links to the namespace, constructor, property types and descriptions, as well as inherited members, making it easier to navigate and learn about the class.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class CreateJobRequest (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.CreateJobRequest)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.CreateJobRequest)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.CreateJobRequest) \n\n public sealed class CreateJobRequest : IMessage\u003cCreateJobRequest\u003e, IEquatable\u003cCreateJobRequest\u003e, IDeepCloneable\u003cCreateJobRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class CreateJobRequest.\n\nRequest to create a Cloud Dataflow job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateJobRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateJobRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CreateJobRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateJobRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CreateJobRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateJobRequest](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.CreateJobRequest), [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### CreateJobRequest()\n\n public CreateJobRequest()\n\n### CreateJobRequest(CreateJobRequest)\n\n public CreateJobRequest(CreateJobRequest other)\n\nProperties\n----------\n\n### Job\n\n public Job Job { get; set; }\n\nThe job to create.\n\n### Location\n\n public string Location { get; set; }\n\nThe [regional endpoint](https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that\ncontains this job.\n\n### ProjectId\n\n public string ProjectId { get; set; }\n\nThe ID of the Cloud Platform project that the job belongs to.\n\n### ReplaceJobId\n\n public string ReplaceJobId { get; set; }\n\nDeprecated. This field is now in the Job message.\n\n### View\n\n public JobView View { get; set; }\n\nThe level of information requested in response."]]