Class JobOperationResult (0.6.3)

The result of [JobService.BatchCreateJobs][google.cloud.talent.v4beta1 .JobService.BatchCreateJobs] or [JobService.BatchUpdateJobs][google.cl oud.talent.v4beta1.JobService.BatchUpdateJobs] APIs. It's used to replace [google.longrunning.Operation.response][google.longrunning.Ope ration.response] in case of success. .. attribute:: job_results

List of job mutation results from a batch mutate operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

Classes

JobResult

Mutation result of a job. .. attribute:: job

Here Job only contains basic information including name, company, [language _code][google.cloud.talent.v4beta1.Job.language_code] and [re quisition_id][google.cloud.talent.v4beta1.Job.requisition_id ], use getJob method to retrieve detailed information of the created/updated job.