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