Class: Google::Cloud::Talent::V4::BatchCreateJobsResponse

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

Overview

The result of JobService.BatchCreateJobs. It's used to replace google.longrunning.Operation.response in case of success.

Instance Attribute Summary collapse

Instance Attribute Details

#job_results::Array<::Google::Cloud::Talent::V4::JobResult>

Returns List of job mutation results from a batch create operation. It can change until operation status is FINISHED, FAILED or CANCELLED.

Returns:



828
829
830
831
# File 'proto_docs/google/cloud/talent/v4/job_service.rb', line 828

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