projects
Resume a job. This method reenables a job after it has been Job.State.PAUSED. The state of a job is stored in Job.state; after calling this method it will be set to Job.State.ENABLED. A job must be in Job.State.PAUSED to be resumed.
post/v1/{+name}:resume
Path parameters
namestring required
Required. The job name. For example: projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID.
Request body
ResumeJobRequest required
Request message for ResumeJob.
Response
Successful response