To create a job, we recommend using projects.locations.jobs.create with a regional endpoint. Using projects.jobs.create is not recommended, as your job will always start in us-central1.
Do not enter confidential information when you supply string values using the API.
HTTP request
POST https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs
[[["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-04-30 UTC."],[[["This API creates a Cloud Dataflow job, with the recommendation to use `projects.locations.jobs.create` with a regional endpoint for job creation."],["The HTTP request for creating a job is a POST request to `https://dataflow.googleapis.com/v1b3/projects/{projectId}/jobs` utilizing gRPC Transcoding syntax."],["Essential path parameters for the request include `projectId`, which is the ID of the Cloud Platform project."],["Key query parameters include `view`, `replaceJobId`, and `location`, with `location` specifying the regional endpoint."],["Both the request and response bodies contain an instance of the `Job` resource, and the operation requires specific OAuth scopes for authorization."]]],[]]