Google Cloud Talent Solution V4 Client - Class BatchDeleteJobsResponse (1.3.3)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class BatchDeleteJobsResponse.

The result of JobService.BatchDeleteJobs.

It's used to replace google.longrunning.Operation.response in case of success.

Generated from protobuf message google.cloud.talent.v4.BatchDeleteJobsResponse

Namespace

Google \ Cloud \ Talent \ V4

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 delete operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

getJobResults

List of job mutation results from a batch delete 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 delete 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