Class: Google::Cloud::Talent::V4beta1::Job::DerivedInfo

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

Overview

Derived details about the job posting.

Instance Attribute Summary collapse

Instance Attribute Details

#job_categories::Array<::Google::Cloud::Talent::V4beta1::JobCategory>

Returns Job categories derived from Job.title and Job.description.

Returns:



346
347
348
349
# File 'proto_docs/google/cloud/talent/v4beta1/job.rb', line 346

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

#locations::Array<::Google::Cloud::Talent::V4beta1::Location>

Returns Structured locations of the job, resolved from Job.addresses.

locations are exactly matched to Job.addresses in the same order.

Returns:



346
347
348
349
# File 'proto_docs/google/cloud/talent/v4beta1/job.rb', line 346

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