Class BatchCreateJobsResponse (1.0.0)

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

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

Attribute

NameDescription
job_results Sequence[`.job_service.JobResult`]
List of job mutation results from a batch create operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

Inheritance

builtins.object > proto.message.Message > BatchCreateJobsResponse