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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/job_service.rb

Overview

Mutation result of a job.

Instance Attribute Summary collapse

Instance Attribute Details

#job::Google::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:



760
761
762
763
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 760

class JobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Google::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.



760
761
762
763
# File 'proto_docs/google/cloud/talent/v4beta1/job_service.rb', line 760

class JobResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end