Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::JobResult.
Mutation result of a job from a batch operation.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#job
def job() -> ::Google::Cloud::Talent::V4::Job
    Returns
    
  - (::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.
 
#job=
def job=(value) -> ::Google::Cloud::Talent::V4::Job
    Parameter
    
  - value (::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.
 
    Returns
    
  - (::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
def status() -> ::Google::Rpc::Status
    Returns
    
  - (::Google::Rpc::Status) — The status of the job processed. This field is populated if the processing of the job fails.
 
#status=
def status=(value) -> ::Google::Rpc::Status
    Parameter
    
  - value (::Google::Rpc::Status) — 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.