Method: projects.jobs.create

Creates a new job.

Typically, the job becomes searchable within 10 seconds, but it may take up to 5 minutes.

HTTP request

POST https://jobs.googleapis.com/v3/{parent=projects/*}/jobs

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The resource name of the project under which the job is created.

The format is "projects/{projectId}", for example, "projects/api-test-project".

Request body

The request body contains data with the following structure:

JSON representation
{
  "job": {
    object (Job)
  }
}
Fields
job

object (Job)

Required. The Job to be created.

Response body

If successful, the response body contains a newly created instance of Job.

Authorization Scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/jobs
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.