Class: Google::Cloud::Talent::V4::JobResult
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::JobResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/job_service.rb
Overview
Mutation result of a job from a batch operation.
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#job ⇒ ::Google::Cloud::Talent::V4::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.
814 815 816 817 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 814 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.
814 815 816 817 |
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 814 class JobResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |