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

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

Filter on job compensation type and amount.

Generated from protobuf message google.cloud.talent.v4.CompensationFilter

Namespace

Google \ Cloud \ Talent \ V4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ type int

Required. Type of filter.

↳ units array

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

↳ range Google\Cloud\Talent\V4\CompensationInfo\CompensationRange

Compensation range.

↳ include_jobs_with_unspecified_compensation_range bool

If set to true, jobs with unspecified compensation range fields are included.

getType

Required. Type of filter.

Returns
TypeDescription
int

setType

Required. Type of filter.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getUnits

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setUnits

Required. Specify desired base compensation entry's CompensationInfo.CompensationUnit.

Parameter
NameDescription
var int[]
Returns
TypeDescription
$this

getRange

Compensation range.

Returns
TypeDescription
Google\Cloud\Talent\V4\CompensationInfo\CompensationRange|null

hasRange

clearRange

setRange

Compensation range.

Parameter
NameDescription
var Google\Cloud\Talent\V4\CompensationInfo\CompensationRange
Returns
TypeDescription
$this

getIncludeJobsWithUnspecifiedCompensationRange

If set to true, jobs with unspecified compensation range fields are included.

Returns
TypeDescription
bool

setIncludeJobsWithUnspecifiedCompensationRange

If set to true, jobs with unspecified compensation range fields are included.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this