Class: Google::Cloud::Talent::V4::BatchCreateJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::BatchCreateJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/job_service.rb
Overview
The result of JobService.BatchCreateJobs. It's used to replace google.longrunning.Operation.response in case of success.
Instance Attribute Summary collapse
-
#job_results ⇒ ::Array<::Google::Cloud::Talent::V4::JobResult>
List of job mutation results from a batch create operation.
Instance Attribute Details
#job_results ⇒ ::Array<::Google::Cloud::Talent::V4::JobResult>
Returns List of job mutation results from a batch create operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
828 829 830 831 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 828 class BatchCreateJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |