JobOperationResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The result of
JobService.BatchCreateJobs
or
JobService.BatchUpdateJobs
APIs. It's used to replace
google.longrunning.Operation.response][google.longrunning.Operation.response]
in case of success.
Attribute |
|
---|---|
Name | Description |
job_results |
MutableSequence[google.cloud.talent_v4beta1.types.JobOperationResult.JobResult]
List of job mutation results from a batch mutate operation. It can change until operation status is FINISHED, FAILED or CANCELLED. |
Classes
JobResult
JobResult(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Mutation result of a job.