Class: Google::Cloud::Talent::V4::BatchUpdateJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::BatchUpdateJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/job_service.rb
Overview
The result of JobService.BatchUpdateJobs. 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 update operation.
Instance Attribute Details
#job_results ⇒ ::Array<::Google::Cloud::Talent::V4::JobResult>
Returns List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
842 843 844 845 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 842 class BatchUpdateJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |