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 page provides documentation for the `CreateJobRequest` class within the Google Cloud Dataflow v1beta3 API, specifically for version 2.0.0-beta06, with links to the latest version, as well as a previous version."],["The `CreateJobRequest` class is used to create a new job in Cloud Dataflow, inheriting from object and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`, among others."],["The class includes properties such as `Job`, `Location`, `ProjectId`, `ReplaceJobId`, and `View`, which define the details of the job to be created and the level of information to be returned in response, and includes contructors to create and copy."],["`CreateJobRequest` belongs to the `Google.Cloud.Dataflow.V1Beta3` namespace and is part of the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]