Class: Google::Cloud::Talent::V4beta1::JobOperationResult::JobResult

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb

Overview

Mutation result of a job.

Instance Attribute Summary collapse

Instance Attribute Details

#jobGoogle::Cloud::Talent::V4beta1::Job

Returns 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.

Returns:



722
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 722

class JobResult; end

#statusGoogle::Rpc::Status

Returns The status of the job processed. This field is populated if the processing of the job fails.

Returns:

  • (Google::Rpc::Status)

    The status of the job processed. This field is populated if the processing of the job fails.



722
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb', line 722

class JobResult; end