Cloud Talent Solution V4 API - Class Google::Cloud::Talent::V4::JobResult (v0.6.4)

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

#job=

def job=(value) -> ::Google::Cloud::Talent::V4::Job
Parameter
Returns

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