Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::BatchUpdateJobsResponse.
The result of JobService.BatchUpdateJobs. It's used to replace google.longrunning.Operation.response in case of success.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_results
def job_results() -> ::Array<::Google::Cloud::Talent::V4::JobResult>
Returns
- (::Array<::Google::Cloud::Talent::V4::JobResult>) — List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
#job_results=
def job_results=(value) -> ::Array<::Google::Cloud::Talent::V4::JobResult>
Parameter
- value (::Array<::Google::Cloud::Talent::V4::JobResult>) — List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
Returns
- (::Array<::Google::Cloud::Talent::V4::JobResult>) — List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.