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 \ JobMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Talent\V4\Location>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getJobCategories
Job categories derived from Job.title and Job.description.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setJobCategories
Job categories derived from Job.title and Job.description.
| Parameter | |
|---|---|
| Name | Description |
var |
int[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|