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}/locations/{location}/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-02-25 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 the specified URL, which uses gRPC Transcoding syntax and requires both `projectId` and `location` as path parameters."],["There are query parameters such as `view` and `replaceJobId`, to request information or to specify a job to be replaced, respectively."],["The request body must include an instance of `Job`, and a successful response will also contain a newly created instance of `Job`."],["Authorization for this API requires either the `https://www.googleapis.com/auth/compute` or `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]