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"]],[["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."],[[["This document provides reference information for the `CreateJobRequest` class within the Dataflow v1beta3 API, which is used to submit requests for creating a Cloud Dataflow job."],["The `CreateJobRequest` class is available in multiple versions, with `2.0.0-beta07` being the latest release, and it inherits from `object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `CreateJobRequest` class includes properties such as `Job`, `Location`, `ProjectId`, `ReplaceJobId`, and `View` to define the job's specifications and the request's context."],["The class can be created by using the `CreateJobRequest()` constructor with no arguments, or the `CreateJobRequest(CreateJobRequest other)` copy constructor which takes in a `CreateJobRequest` as its parameter."],["This 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."]]],[]]