Class: Google::Cloud::Talent::V4beta1::Job::DerivedInfo
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Job::DerivedInfo
- 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
-
#job_categories ⇒ ::Array<::Google::Cloud::Talent::V4beta1::JobCategory>
Job categories derived from Job.title and Job.description.
-
#locations ⇒ ::Array<::Google::Cloud::Talent::V4beta1::Location>
Structured locations of the job, resolved from Job.addresses.
Instance Attribute Details
#job_categories ⇒ ::Array<::Google::Cloud::Talent::V4beta1::JobCategory>
Returns Job categories derived from Job.title and Job.description.
347 348 349 350 |
# File 'proto_docs/google/cloud/talent/v4beta1/job.rb', line 347 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.
347 348 349 350 |
# File 'proto_docs/google/cloud/talent/v4beta1/job.rb', line 347 class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |