Google Cloud Talent Solution V4beta1 Client - Class JobOperationResult (1.0.5)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var array<Google\Cloud\Talent\V4beta1\JobOperationResult\JobResult>
Returns
TypeDescription
$this