public sealed class CreateJobRequest : IMessage<CreateJobRequest>, IEquatable<CreateJobRequest>, IDeepCloneable<CreateJobRequest>, IBufferMessage, IMessage
[[["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."],[[["The `CreateJobRequest` class is used to initiate the creation of a Cloud Dataflow job."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to support various functionalities."],["`CreateJobRequest` has properties such as `Job`, `Location`, `ProjectId`, `ReplaceJobId`, and `View`, which allow for specifying details about the job to be created, its location, and the project it belongs to."],["There are two constructors within `CreateJobRequest`: one to create a brand new instance, and one to copy an existing `CreateJobRequest`."]]],[]]