Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class JobResult.
Mutation result of a job from a batch operation.
Generated from protobuf message google.cloud.talent.v4.JobResult
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ job
Google\Cloud\Talent\V4\Job
Here Job only contains basic information including name , company , language_code and requisition_id , use getJob method to retrieve detailed information of the created/updated job.
↳ status
Google\Rpc\Status
The status of the job processed. This field is populated if the processing of the job fails.
getJob
Here Job only contains basic information including name , company , language_code and requisition_id , use getJob method to retrieve detailed information of the created/updated job.
hasJob
clearJob
setJob
Here Job only contains basic information including name , company , language_code and requisition_id , use getJob method to retrieve detailed information of the created/updated job.
$this
getStatus
The status of the job processed. This field is populated if the processing of the job fails.
hasStatus
clearStatus
setStatus
The status of the job processed. This field is populated if the processing of the job fails.
$this

