Google Cloud Talent Solution V4 Client - Class DerivedInfo (1.2.2)

Reference documentation and code samples for the Google Cloud Talent Solution V4 Client class DerivedInfo.

Derived details about the job posting.

Generated from protobuf message google.cloud.talent.v4.Job.DerivedInfo

Namespace

Google \ Cloud \ Talent \ V4 \ Job

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ locations 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.

↳ job_categories array

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

getLocations

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

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLocations

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

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

Parameter
NameDescription
var array<Google\Cloud\Talent\V4\Location>
Returns
TypeDescription
$this

getJobCategories

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setJobCategories

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

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this