Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class BatchUpdateJobsResponse.
The result of JobService.BatchUpdateJobs.
It's used to replace google.longrunning.Operation.response in case of success.
Generated from protobuf message google.cloud.talent.v4.BatchUpdateJobsResponse
Namespace
Google \ Cloud \ Talent \ V4Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ job_results |
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. |
getJobResults
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setJobResults
List of job mutation results from a batch update operation. It can change until operation status is FINISHED, FAILED or CANCELLED.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Talent\V4\JobResult>
|
Returns | |
---|---|
Type | Description |
$this |