Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class BatchCreateJobsResponse.
The result of JobService.BatchCreateJobs.
It's used to replace google.longrunning.Operation.response in case of success.
Generated from protobuf message google.cloud.talent.v4.BatchCreateJobsResponse
Methods
__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 create operation. It can change until operation status is FINISHED, FAILED or CANCELLED. |
getJobResults
List of job mutation results from a batch create 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 create 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 |