Reference documentation and code samples for the Cloud Talent Solution V4 API class Google::Cloud::Talent::V4::Job::DerivedInfo.
Derived details about the job posting.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#job_categories
def job_categories() -> ::Array<::Google::Cloud::Talent::V4::JobCategory>
Returns
- (::Array<::Google::Cloud::Talent::V4::JobCategory>) — Job categories derived from Job.title and Job.description.
#job_categories=
def job_categories=(value) -> ::Array<::Google::Cloud::Talent::V4::JobCategory>
Parameter
- value (::Array<::Google::Cloud::Talent::V4::JobCategory>) — Job categories derived from Job.title and Job.description.
Returns
- (::Array<::Google::Cloud::Talent::V4::JobCategory>) — Job categories derived from Job.title and Job.description.
#locations
def locations() -> ::Array<::Google::Cloud::Talent::V4::Location>
Returns
-
(::Array<::Google::Cloud::Talent::V4::Location>) — Structured locations of the job, resolved from
Job.addresses.
locations are exactly matched to Job.addresses in the same order.
#locations=
def locations=(value) -> ::Array<::Google::Cloud::Talent::V4::Location>
Parameter
-
value (::Array<::Google::Cloud::Talent::V4::Location>) — Structured locations of the job, resolved from
Job.addresses.
locations are exactly matched to Job.addresses in the same order.
Returns
-
(::Array<::Google::Cloud::Talent::V4::Location>) — Structured locations of the job, resolved from
Job.addresses.
locations are exactly matched to Job.addresses in the same order.