Class BatchUpdateJobsResponse (2.13.2)

BatchUpdateJobsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The result of JobService.BatchUpdateJobs. It's used to replace google.longrunning.Operation.response][google.longrunning.Operation.response] in case of success.

Attribute

NameDescription
job_results MutableSequence[google.cloud.talent_v4.types.JobResult]
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.